Thu, 17 Jan 2013 22:11:57 -0500 8006548: version wrong in new constantPool code
coleenp [Thu, 17 Jan 2013 22:11:57 -0500] rev 15230
8006548: version wrong in new constantPool code Summary: fix increment problem with saved_version Reviewed-by: dholmes
Thu, 17 Jan 2013 13:40:31 -0500 7174978: NPG: Fix bactrace builder for class redefinition
coleenp [Thu, 17 Jan 2013 13:40:31 -0500] rev 15229
7174978: NPG: Fix bactrace builder for class redefinition Summary: Remove Method* from backtrace but save version so redefine classes doesn't give inaccurate line numbers. Removed old Merlin API with duplicate code. Reviewed-by: dholmes, sspitsyn
Thu, 17 Jan 2013 10:25:16 -0500 7102489: RFE: cleanup jlong typedef on __APPLE__and _LLP64 systems.
hseigel [Thu, 17 Jan 2013 10:25:16 -0500] rev 15228
7102489: RFE: cleanup jlong typedef on __APPLE__and _LLP64 systems. Summary: Define jlong as long on all LP64 platforms and add JLONG_FORMAT macro. Reviewed-by: dholmes, coleenp, mikael, kvn
Fri, 18 Jan 2013 19:13:41 +0100 Merge
sla [Fri, 18 Jan 2013 19:13:41 +0100] rev 15227
Merge
Fri, 18 Jan 2013 14:15:51 +0100 Merge
sla [Fri, 18 Jan 2013 14:15:51 +0100] rev 15226
Merge
Wed, 16 Jan 2013 16:30:04 +0100 8006403: Regression: jstack failed due to the FieldInfo regression in SA
sla [Wed, 16 Jan 2013 16:30:04 +0100] rev 15225
8006403: Regression: jstack failed due to the FieldInfo regression in SA Reviewed-by: sla, dholmes Contributed-by: Aleksey Shipilev <aleksey.shipilev@oracle.com>
Fri, 18 Jan 2013 05:33:32 -0800 8006511: new hotspot build - hs25-b17
amurillo [Fri, 18 Jan 2013 05:33:32 -0800] rev 15224
8006511: new hotspot build - hs25-b17 Reviewed-by: jcoomes
Fri, 18 Jan 2013 05:19:07 -0800 Added tag hs25-b16 for changeset bf71fcc9d682
amurillo [Fri, 18 Jan 2013 05:19:07 -0800] rev 15223
Added tag hs25-b16 for changeset bf71fcc9d682
Fri, 18 Jan 2013 05:19:06 -0800 Merge
amurillo [Fri, 18 Jan 2013 05:19:06 -0800] rev 15222
Merge
Fri, 18 Jan 2013 11:03:15 +0100 Merge
brutisso [Fri, 18 Jan 2013 11:03:15 +0100] rev 15221
Merge
Thu, 17 Jan 2013 19:04:48 -0800 8006537: Assert when dumping archive with default methods
jmasa [Thu, 17 Jan 2013 19:04:48 -0800] rev 15220
8006537: Assert when dumping archive with default methods Reviewed-by: coleenp
Thu, 17 Jan 2013 11:39:48 +0100 8006513: Null pointer in DefaultMethods::generate_default_methods when merging annotations
stefank [Thu, 17 Jan 2013 11:39:48 +0100] rev 15219
8006513: Null pointer in DefaultMethods::generate_default_methods when merging annotations Reviewed-by: brutisso, jfranck
Tue, 15 Jan 2013 12:32:26 -0800 8001425: G1: Change the default values for certain G1 specific flags
johnc [Tue, 15 Jan 2013 12:32:26 -0800] rev 15218
8001425: G1: Change the default values for certain G1 specific flags Summary: Changes to default and ergonomic flag values recommended by performance team. Changes were also reviewed by Monica Beckwith <monica.beckwith@oracle.com>. Reviewed-by: brutisso, huntch
Tue, 15 Jan 2013 10:09:45 +0100 8005994: Method annotations are allocated unnecessarily during class file parsing
stefank [Tue, 15 Jan 2013 10:09:45 +0100] rev 15217
8005994: Method annotations are allocated unnecessarily during class file parsing Summary: Also reviewed by: vitalyd@gmail.com Reviewed-by: coleenp, acorn
Tue, 15 Jan 2013 13:32:13 +0100 8005590: java_lang_Class injected field resolved_constructor appears unused
stefank [Tue, 15 Jan 2013 13:32:13 +0100] rev 15216
8005590: java_lang_Class injected field resolved_constructor appears unused Reviewed-by: coleenp, dholmes
Mon, 14 Jan 2013 21:30:45 +0100 8005972: ParNew should not update the tenuring threshold when promotion failed has occurred
brutisso [Mon, 14 Jan 2013 21:30:45 +0100] rev 15215
8005972: ParNew should not update the tenuring threshold when promotion failed has occurred Reviewed-by: ysr, johnc, jwilhelm
Mon, 14 Jan 2013 09:58:52 +0100 8004018: Remove old initialization flags
brutisso [Mon, 14 Jan 2013 09:58:52 +0100] rev 15214
8004018: Remove old initialization flags Reviewed-by: dholmes, stefank Contributed-by: erik.helin@oracle.com
Thu, 17 Jan 2013 18:47:36 -0800 Merge
kvn [Thu, 17 Jan 2013 18:47:36 -0800] rev 15213
Merge
Wed, 16 Jan 2013 14:55:18 -0800 8006204: please JTREGify test/compiler/7190310/Test7190310.java
kvn [Wed, 16 Jan 2013 14:55:18 -0800] rev 15212
8006204: please JTREGify test/compiler/7190310/Test7190310.java Summary: Add proper jtreg annotations in the preceding comment, including an explicit timeout. Reviewed-by: kvn, twisti Contributed-by: david.r.chase@oracle.com
Tue, 15 Jan 2013 14:45:12 -0800 8005821: C2: -XX:+PrintIntrinsics is broken
kvn [Tue, 15 Jan 2013 14:45:12 -0800] rev 15211
8005821: C2: -XX:+PrintIntrinsics is broken Summary: Check all print inlining flags when processing inlining list. Reviewed-by: kvn, twisti Contributed-by: david.r.chase@oracle.com
Tue, 15 Jan 2013 12:06:18 -0800 8006109: test/java/util/AbstractSequentialList/AddAll.java fails: assert(rtype == ctype) failed: mismatched return types
twisti [Tue, 15 Jan 2013 12:06:18 -0800] rev 15210
8006109: test/java/util/AbstractSequentialList/AddAll.java fails: assert(rtype == ctype) failed: mismatched return types Reviewed-by: kvn
Mon, 14 Jan 2013 08:22:32 -0800 8006095: C1: SIGSEGV w/ -XX:+LogCompilation
vlivanov [Mon, 14 Jan 2013 08:22:32 -0800] rev 15209
8006095: C1: SIGSEGV w/ -XX:+LogCompilation Summary: avoid printing inlining decision when compilation fails Reviewed-by: kvn, roland
Fri, 11 Jan 2013 20:01:16 -0800 8006127: remove printing code added with 8006031
twisti [Fri, 11 Jan 2013 20:01:16 -0800] rev 15208
8006127: remove printing code added with 8006031 Reviewed-by: kvn
Fri, 11 Jan 2013 16:47:23 -0800 8005820: Shark: enable JSR292 support
twisti [Fri, 11 Jan 2013 16:47:23 -0800] rev 15207
8005820: Shark: enable JSR292 support Reviewed-by: twisti Contributed-by: Roman Kennke <rkennke@redhat.com>
Fri, 11 Jan 2013 16:47:23 -0800 8005818: Shark: fix OSR for non-empty incoming stack
twisti [Fri, 11 Jan 2013 16:47:23 -0800] rev 15206
8005818: Shark: fix OSR for non-empty incoming stack Reviewed-by: twisti Contributed-by: Roman Kennke <rkennke@redhat.com>
Fri, 11 Jan 2013 16:47:23 -0800 8005817: Shark: implement deoptimization support
twisti [Fri, 11 Jan 2013 16:47:23 -0800] rev 15205
8005817: Shark: implement deoptimization support Reviewed-by: twisti Contributed-by: Roman Kennke <rkennke@redhat.com>
Fri, 11 Jan 2013 16:47:23 -0800 8005816: Shark: fix volatile float field access
twisti [Fri, 11 Jan 2013 16:47:23 -0800] rev 15204
8005816: Shark: fix volatile float field access Reviewed-by: twisti Contributed-by: Roman Kennke <rkennke@redhat.com>
Fri, 11 Jan 2013 14:07:09 -0800 8006031: LibraryCallKit::inline_array_copyOf disabled unintentionally with 7172640
twisti [Fri, 11 Jan 2013 14:07:09 -0800] rev 15203
8006031: LibraryCallKit::inline_array_copyOf disabled unintentionally with 7172640 Reviewed-by: kvn
Thu, 17 Jan 2013 01:27:02 -0500 Merge
dlong [Thu, 17 Jan 2013 01:27:02 -0500] rev 15202
Merge
Mon, 14 Jan 2013 13:52:08 -0500 8005204: Code Cache Reduction: command line options implementation
vladidan [Mon, 14 Jan 2013 13:52:08 -0500] rev 15201
8005204: Code Cache Reduction: command line options implementation Summary: Adding more detailed output on CodeCache usage Reviewed-by: kvn, vladidan Contributed-by: Alexander Harlap <alexander.harlap@oracle.com>
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip