Sun, 09 Aug 2015 13:38:24 +0300 8132892: Memory must be freed after calling Arguments::set_sysclasspath function
ddmitriev [Sun, 09 Aug 2015 13:38:24 +0300] rev 32198
8132892: Memory must be freed after calling Arguments::set_sysclasspath function Summary: Free memory after calling set_sysclasspath Reviewed-by: dholmes, dcubed
Fri, 07 Aug 2015 17:14:26 -0700 8133222: [TESTBUG] Quarantine runtime/SharedArchiveFile/SharedStrings.java until the fix
mseledtsov [Fri, 07 Aug 2015 17:14:26 -0700] rev 32197
8133222: [TESTBUG] Quarantine runtime/SharedArchiveFile/SharedStrings.java until the fix Summary: Quarantined using at-ingore tag Reviewed-by: dcubed
Sat, 08 Aug 2015 00:27:39 +0200 Merge
kbarrett [Sat, 08 Aug 2015 00:27:39 +0200] rev 32196
Merge
Fri, 07 Aug 2015 09:15:42 -0400 8078904: CMS: Assert failed: Ctl pt invariant
ecaspole [Fri, 07 Aug 2015 09:15:42 -0400] rev 32195
8078904: CMS: Assert failed: Ctl pt invariant Summary: Survivor rescan array now baed on MinTLABSize so all entries will fit Reviewed-by: tschatzl, kbarrett
Fri, 07 Aug 2015 23:01:50 +0200 Merge
tschatzl [Fri, 07 Aug 2015 23:01:50 +0200] rev 32194
Merge
Fri, 07 Aug 2015 15:37:07 +0200 8133042: Remove some direct accesses of G1Allocator to G1CollectedHeap members
tschatzl [Fri, 07 Aug 2015 15:37:07 +0200] rev 32193
8133042: Remove some direct accesses of G1Allocator to G1CollectedHeap members Summary: Remove direct access to private members of G1CollectedHeap from G1Allocator and G1ArchiveAllocator. Allows removal of friend delcarations. Reviewed-by: kbarrett, jmasa, jwilhelm
Fri, 07 Aug 2015 09:22:29 -0700 8080401: Uninitialised variable in hotspot/src/os/solaris/dtrace/
sspitsyn [Fri, 07 Aug 2015 09:22:29 -0700] rev 32192
8080401: Uninitialised variable in hotspot/src/os/solaris/dtrace/ Summary: reduce the warnings Reviewed-by: sla, dsamersoff
Fri, 07 Aug 2015 09:21:32 -0700 8033577: [parfait] warnings from b128 for hotspot/src/os/solaris/dtrace: Unportable format string argument mismatch
sspitsyn [Fri, 07 Aug 2015 09:21:32 -0700] rev 32191
8033577: [parfait] warnings from b128 for hotspot/src/os/solaris/dtrace: Unportable format string argument mismatch Summary: reduce the warnings Reviewed-by: sla, dsamersoff, coleenp
Thu, 06 Aug 2015 19:52:54 +0200 Merge
acorn [Thu, 06 Aug 2015 19:52:54 +0200] rev 32190
Merge
Thu, 06 Aug 2015 13:02:15 -0400 8087342: Crash in klassItable::initialize_itable_for_interface
acorn [Thu, 06 Aug 2015 13:02:15 -0400] rev 32189
8087342: Crash in klassItable::initialize_itable_for_interface Summary: Fix method searches to handle static, private instance and overpass Reviewed-by: lfoltan, dholmes, hseigel
Thu, 06 Aug 2015 17:43:04 +0200 Merge
tschatzl [Thu, 06 Aug 2015 17:43:04 +0200] rev 32188
Merge
Thu, 06 Aug 2015 15:52:33 +0200 8133047: Rename G1ParScanThreadState::_queue_num to _worker_id
tschatzl [Thu, 06 Aug 2015 15:52:33 +0200] rev 32187
8133047: Rename G1ParScanThreadState::_queue_num to _worker_id Reviewed-by: jmasa, jwilhelm
Thu, 06 Aug 2015 15:49:52 +0200 8133043: Clean up code related to termination stats printing
tschatzl [Thu, 06 Aug 2015 15:49:52 +0200] rev 32186
8133043: Clean up code related to termination stats printing Summary: Reformat termination stats related code to make it look more similar to existing code. Reviewed-by: jwilhelm, jmasa
Thu, 06 Aug 2015 15:49:50 +0200 8073052: Rename and clean up the allocation manager hierarchy in g1Allocator.?pp
tschatzl [Thu, 06 Aug 2015 15:49:50 +0200] rev 32185
8073052: Rename and clean up the allocation manager hierarchy in g1Allocator.?pp Summary: Fix naming of G1ParGCAllocator, decrease dependencies between G1CollectedHeap, G1Allocator and G1AllocRegion, additional documentation. Reviewed-by: mgerdin, jmasa, kbarrett
Thu, 06 Aug 2015 16:00:55 +0200 Merge
kevinw [Thu, 06 Aug 2015 16:00:55 +0200] rev 32184
Merge
Thu, 06 Aug 2015 00:08:57 -0700 8075773: jps running as root fails after the fix of JDK-8050807
kevinw [Thu, 06 Aug 2015 00:08:57 -0700] rev 32183
8075773: jps running as root fails after the fix of JDK-8050807 Reviewed-by: sla, dsamersoff, gthornbr Contributed-by: cheleswer.sahu@oracle.com
Thu, 06 Aug 2015 01:48:27 -0700 8060245: update bsd version of jhelper.d to be in sync with the fix of 8009204 on solaris
sspitsyn [Thu, 06 Aug 2015 01:48:27 -0700] rev 32182
8060245: update bsd version of jhelper.d to be in sync with the fix of 8009204 on solaris Summary: sync the bsd version of jhelper with the solaris version Reviewed-by: sla, jbachorik
Wed, 05 Aug 2015 21:44:54 -0400 8130212: Thread::current() might access freed memory on Solaris
dholmes [Wed, 05 Aug 2015 21:44:54 -0400] rev 32181
8130212: Thread::current() might access freed memory on Solaris Reviewed-by: kvn, twisti, stuefe
Wed, 05 Aug 2015 05:28:04 +0200 Merge
jiangli [Wed, 05 Aug 2015 05:28:04 +0200] rev 32180
Merge
Fri, 31 Jul 2015 10:33:02 -0700 8132214: [TESTBUG] Create basic shared strings test for CDS archive
mseledtsov [Fri, 31 Jul 2015 10:33:02 -0700] rev 32179
8132214: [TESTBUG] Create basic shared strings test for CDS archive Summary: Created new test Reviewed-by: jiangli, ctornqvi
Tue, 04 Aug 2015 06:52:46 -0700 8132969: C++11 requires a space between literal and identifier
ctornqvi [Tue, 04 Aug 2015 06:52:46 -0700] rev 32178
8132969: C++11 requires a space between literal and identifier Reviewed-by: simonis, ctornqvi Contributed-by: Matthias Baesken <matthias.baesken@sap.com>
Thu, 20 Aug 2015 11:38:19 -0700 Added tag jdk9-b78 for changeset 7bf24ea31a4d
katleman [Thu, 20 Aug 2015 11:38:19 -0700] rev 32177
Added tag jdk9-b78 for changeset 7bf24ea31a4d
Thu, 20 Aug 2015 12:29:04 -0700 Merge
lana [Thu, 20 Aug 2015 12:29:04 -0700] rev 32176
Merge
Tue, 18 Aug 2015 11:39:43 +0530 8133777: Use file based persistence for history instead of preferences
sundar [Tue, 18 Aug 2015 11:39:43 +0530] rev 32175
8133777: Use file based persistence for history instead of preferences Reviewed-by: attila, mhaupt
Mon, 17 Aug 2015 11:18:18 -0700 Merge
amurillo [Mon, 17 Aug 2015 11:18:18 -0700] rev 32174
Merge
Thu, 13 Aug 2015 15:50:47 -0700 Merge
amurillo [Thu, 13 Aug 2015 15:50:47 -0700] rev 32173
Merge
Mon, 10 Aug 2015 13:34:53 +0000 Merge
sla [Mon, 10 Aug 2015 13:34:53 +0000] rev 32172
Merge
Mon, 10 Aug 2015 13:08:53 +0200 8076470: Remove the JVM TI hprof Agent
sla [Mon, 10 Aug 2015 13:08:53 +0200] rev 32171
8076470: Remove the JVM TI hprof Agent Reviewed-by: sspitsyn, mchung, erikj
Mon, 17 Aug 2015 13:16:10 +0530 8133652: Implement tab-completion for member select expressions
sundar [Mon, 17 Aug 2015 13:16:10 +0530] rev 32170
8133652: Implement tab-completion for member select expressions Reviewed-by: jlaskey, attila
Thu, 20 Aug 2015 11:38:17 -0700 Added tag jdk9-b78 for changeset 6e6ce42fc702
katleman [Thu, 20 Aug 2015 11:38:17 -0700] rev 32169
Added tag jdk9-b78 for changeset 6e6ce42fc702
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip