Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 54839 invoked from network); 27 May 2008 12:28:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 May 2008 12:28:01 -0000 Received: (qmail 65913 invoked by uid 500); 27 May 2008 12:28:02 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 65896 invoked by uid 500); 27 May 2008 12:28:02 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 65887 invoked by uid 99); 27 May 2008 12:28:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 May 2008 05:28:02 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 May 2008 12:27:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5B084234C128 for ; Tue, 27 May 2008 05:27:40 -0700 (PDT) Message-ID: <1845261570.1211891260371.JavaMail.jira@brutus> Date: Tue, 27 May 2008 05:27:40 -0700 (PDT) From: "Sergey Dmitriev (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-5829) [drlvm][kernel][performance] j.l.Class Serializable/Externalizable caching In-Reply-To: <681064225.1210881775738.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-5829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12600107#action_12600107 ] Sergey Dmitriev commented on HARMONY-5829: ------------------------------------------ Guys we have a degradation on SPECjvm2008.serial right after the 659908 commit. Tigerton machine, Harmony Windows IA32 build, -Xem:server -Xms2000m -Xmx2000m, -ikv. HARMONY WINDOWS IA32 r659907: Benchmark: serial Run mode: timed run Test type: multi Threads: 16 Warmup: 120s Iterations: 1 Run length: 240s Warmup (120s) begins: Tue May 27 16:05:14 GMT+04:00 2008 Warmup (120s) ends: Tue May 27 16:07:53 GMT+04:00 2008 Warmup (120s) result: 40.07 ops/m Iteration 1 (240s) begins: Tue May 27 16:07:54 GMT+04:00 2008 Iteration 1 (240s) ends: Tue May 27 16:12:26 GMT+04:00 2008 Iteration 1 (240s) result: 44.17 ops/m Valid run! Score on serial: 44.17 ops/m HARMONY WINDOWS IA32 r659908: Benchmark: serial Run mode: timed run Test type: multi Threads: 16 Warmup: 120s Iterations: 1 Run length: 240s Warmup (120s) begins: Tue May 27 16:13:20 GMT+04:00 2008 Warmup (120s) ends: Tue May 27 16:17:28 GMT+04:00 2008 Warmup (120s) result: 11.16 ops/m Iteration 1 (240s) begins: Tue May 27 16:17:28 GMT+04:00 2008 Iteration 1 (240s) ends: Tue May 27 16:22:57 GMT+04:00 2008 Iteration 1 (240s) result: 11.51 ops/m Valid run! Score on serial: 11.51 ops/m > [drlvm][kernel][performance] j.l.Class Serializable/Externalizable caching > -------------------------------------------------------------------------- > > Key: HARMONY-5829 > URL: https://issues.apache.org/jira/browse/HARMONY-5829 > Project: Harmony > Issue Type: Sub-task > Components: DRLVM > Reporter: Aleksey Shipilev > Assignee: Nathan Beyer > Fix For: 5.0M7 > > Attachments: vm-kernel-serializable-externalizable-cache-rc1.patch, vm-kernel-serializable-externalizable-cache-rc2.patch, vm-kernel-serializable-externalizable-cache-rc3.patch > > > Serialization workloads relies on Class.isAssignableFrom(...) when looking up Serializable and Externalizable properties (that is, implementation of interfaces). For now, DRLVM kernel classes perform lookups on each invocation. This issue caches the mentioned properties in Class fields and does not go to native VMClassRegistry for resolution. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.