Fri, 05 Dec 2014 15:35:15 +0000 8066678: java.nio.channels.Channels cleanup
prappo [Fri, 05 Dec 2014 15:35:15 +0000] rev 27933
8066678: java.nio.channels.Channels cleanup Reviewed-by: alanb, chegar
Fri, 05 Dec 2014 12:20:51 +0100 8065991: LogManager unecessarily calls JavaAWTAccess from within a critical section
dfuchs [Fri, 05 Dec 2014 12:20:51 +0100] rev 27932
8065991: LogManager unecessarily calls JavaAWTAccess from within a critical section Summary: The call to JavaAWTAccess is moved outside of the critical section Reviewed-by: mchung
Thu, 04 Dec 2014 18:54:37 -0800 8035001: TEST_BUG: the retry logic in RMID.start() should check that the subprocess hasn't terminated
smarks [Thu, 04 Dec 2014 18:54:37 -0800] rev 27931
8035001: TEST_BUG: the retry logic in RMID.start() should check that the subprocess hasn't terminated Reviewed-by: lancea
Thu, 11 Dec 2014 11:44:03 -0800 Added tag jdk9-b42 for changeset 1a0a8d89a6d7
katleman [Thu, 11 Dec 2014 11:44:03 -0800] rev 27930
Added tag jdk9-b42 for changeset 1a0a8d89a6d7
Wed, 05 Jul 2017 20:10:37 +0200 Merge
duke [Wed, 05 Jul 2017 20:10:37 +0200] rev 27929
Merge
Thu, 11 Dec 2014 12:28:03 -0800 Merge
lana [Thu, 11 Dec 2014 12:28:03 -0800] rev 27928
Merge
Wed, 10 Dec 2014 19:12:27 +0100 8067015: Implement os::pd_map_memory() on AIX
simonis [Wed, 10 Dec 2014 19:12:27 +0100] rev 27927
8067015: Implement os::pd_map_memory() on AIX Reviewed-by: dholmes
Fri, 05 Dec 2014 16:36:07 -0800 Merge
amurillo [Fri, 05 Dec 2014 16:36:07 -0800] rev 27926
Merge
Thu, 04 Dec 2014 14:14:09 -0800 8066713: ignore compiler/types/correctness
iignatyev [Thu, 04 Dec 2014 14:14:09 -0800] rev 27925
8066713: ignore compiler/types/correctness Summary: add @ignore to compiler/types/correctness tests Reviewed-by: kvn
Thu, 04 Dec 2014 17:53:36 +0000 Merge
drchase [Thu, 04 Dec 2014 17:53:36 +0000] rev 27924
Merge
Thu, 04 Dec 2014 11:35:09 -0500 Merge
drchase [Thu, 04 Dec 2014 11:35:09 -0500] rev 27923
Merge
Thu, 04 Dec 2014 11:22:05 +0000 Merge
roland [Thu, 04 Dec 2014 11:22:05 +0000] rev 27922
Merge
Mon, 01 Dec 2014 11:59:56 +0100 8064703: crash running specjvm98's javac following 8060252
roland [Mon, 01 Dec 2014 11:59:56 +0100] rev 27921
8064703: crash running specjvm98's javac following 8060252 Summary: uncommon trap between arraycopy and initialization may leave array initialized Reviewed-by: kvn, vlivanov, goetz
Thu, 04 Dec 2014 09:52:15 +0100 8066448: SmallCodeCacheStartup.java exits with exit code 1
thartmann [Thu, 04 Dec 2014 09:52:15 +0100] rev 27920
8066448: SmallCodeCacheStartup.java exits with exit code 1 Summary: Check for VirtualMachineError in case VM initialization fails. Reviewed-by: kvn
Tue, 02 Dec 2014 12:24:31 -0800 8066199: C2 escape analysis prevents VM from exiting quickly
kvn [Tue, 02 Dec 2014 12:24:31 -0800] rev 27919
8066199: C2 escape analysis prevents VM from exiting quickly Summary: Check for safepoint and block during EA Connection graph construction. Reviewed-by: roland, vlivanov, shade
Tue, 02 Dec 2014 12:37:01 +0300 8066290: Port JDK-8066191 into hotspot
iignatyev [Tue, 02 Dec 2014 12:37:01 +0300] rev 27918
8066290: Port JDK-8066191 into hotspot Reviewed-by: kvn
Tue, 02 Dec 2014 12:36:03 +0300 8064669: compiler/whitebox/AllocationCodeBlobTest.java crashes / asserts
iignatyev [Tue, 02 Dec 2014 12:36:03 +0300] rev 27917
8064669: compiler/whitebox/AllocationCodeBlobTest.java crashes / asserts Reviewed-by: kvn, anoll
Mon, 01 Dec 2014 22:41:16 +0300 Merge
iignatyev [Mon, 01 Dec 2014 22:41:16 +0300] rev 27916
Merge
Mon, 01 Dec 2014 22:38:29 +0300 8066141: compiler/whitebox/GetNMethodTest.java: java.lang.RuntimeException: blob_type[MethodProfiled] for 2 level isn't MethodNonProfiled
iignatyev [Mon, 01 Dec 2014 22:38:29 +0300] rev 27915
8066141: compiler/whitebox/GetNMethodTest.java: java.lang.RuntimeException: blob_type[MethodProfiled] for 2 level isn't MethodNonProfiled Reviewed-by: iveresov, iignatyev Contributed-by: tatiana.pivovarova@oracle.com
Fri, 28 Nov 2014 18:37:20 +0000 Merge
iignatyev [Fri, 28 Nov 2014 18:37:20 +0000] rev 27914
Merge
Fri, 28 Nov 2014 16:59:12 +0000 Merge
iignatyev [Fri, 28 Nov 2014 16:59:12 +0000] rev 27913
Merge
Fri, 28 Nov 2014 19:49:16 +0300 8058846: c.o.j.t.Platform::isX86 and isX64 may simultaneously return true
fzhinkin [Fri, 28 Nov 2014 19:49:16 +0300] rev 27912
8058846: c.o.j.t.Platform::isX86 and isX64 may simultaneously return true Reviewed-by: iveresov, iignatyev
Fri, 28 Nov 2014 19:42:10 +0300 8064953: Asserts.assert* should print values
iignatyev [Fri, 28 Nov 2014 19:42:10 +0300] rev 27911
8064953: Asserts.assert* should print values Reviewed-by: sla, dholmes, iignatyev Contributed-by: tatiana.pivovarova@oracle.com
Thu, 27 Nov 2014 16:54:49 +0100 8066045: opto/node.hpp:355, assert(i < _max) failed: oob: i=1, _max=1
roland [Thu, 27 Nov 2014 16:54:49 +0100] rev 27910
8066045: opto/node.hpp:355, assert(i < _max) failed: oob: i=1, _max=1 Summary: code in PhaseIterGVN::add_users_to_worklist() from 8054478 makes incorrect assumption about graph shape Reviewed-by: iveresov
Thu, 27 Nov 2014 11:33:04 -0500 Merge
drchase [Thu, 27 Nov 2014 11:33:04 -0500] rev 27909
Merge
Tue, 25 Nov 2014 15:59:42 +0100 8065915: Fix includes after 8058148: MaxNodeLimit and LiveNodeCountInliningCutoff
goetz [Tue, 25 Nov 2014 15:59:42 +0100] rev 27908
8065915: Fix includes after 8058148: MaxNodeLimit and LiveNodeCountInliningCutoff Reviewed-by: vlivanov, dholmes
Thu, 04 Dec 2014 15:09:18 +0100 Merge
mgerdin [Thu, 04 Dec 2014 15:09:18 +0100] rev 27907
Merge
Thu, 04 Dec 2014 10:10:52 +0100 8066662: Fix include after 8065993: Merge OneContigSpaceCardGeneration with TenuredGeneration
goetz [Thu, 04 Dec 2014 10:10:52 +0100] rev 27906
8066662: Fix include after 8065993: Merge OneContigSpaceCardGeneration with TenuredGeneration Reviewed-by: mgerdin, brutisso
Thu, 04 Dec 2014 10:40:19 +0100 Merge
jwilhelm [Thu, 04 Dec 2014 10:40:19 +0100] rev 27905
Merge
Mon, 01 Dec 2014 14:37:25 +0100 8065993: Merge OneContigSpaceCardGeneration with TenuredGeneration
brutisso [Mon, 01 Dec 2014 14:37:25 +0100] rev 27904
8065993: Merge OneContigSpaceCardGeneration with TenuredGeneration Reviewed-by: mgerdin, kbarrett
Tue, 02 Dec 2014 09:51:16 +0100 8065992: Change CMSCollector::_young_gen to be a ParNewGeneration*
brutisso [Tue, 02 Dec 2014 09:51:16 +0100] rev 27903
8065992: Change CMSCollector::_young_gen to be a ParNewGeneration* Reviewed-by: mgerdin, kbarrett
Mon, 01 Dec 2014 12:11:11 +0100 Merge
jwilhelm [Mon, 01 Dec 2014 12:11:11 +0100] rev 27902
Merge
Fri, 28 Nov 2014 08:53:48 +0000 Merge
tschatzl [Fri, 28 Nov 2014 08:53:48 +0000] rev 27901
Merge
Fri, 28 Nov 2014 09:33:48 +0100 8065579: WB method to start G1 concurrent mark cycle should be introduced
tschatzl [Fri, 28 Nov 2014 09:33:48 +0100] rev 27900
8065579: WB method to start G1 concurrent mark cycle should be introduced Summary: Add a WhiteBox callback to the VM to start a concurrent mark cycle in G1. Reviewed-by: tschatzl, sjohanss Contributed-by: Leonid Mesnik <leonid.mesnik@oracle.com>
Fri, 28 Nov 2014 08:20:52 +0100 8066133: Fix missing reivew changes for JDK-8065972
brutisso [Fri, 28 Nov 2014 08:20:52 +0100] rev 27899
8066133: Fix missing reivew changes for JDK-8065972 Reviewed-by: mgerdin, stefank
Thu, 27 Nov 2014 21:02:13 +0100 8065972: Remove support for ParNew+SerialOld and DefNew+CMS
brutisso [Thu, 27 Nov 2014 21:02:13 +0100] rev 27898
8065972: Remove support for ParNew+SerialOld and DefNew+CMS Reviewed-by: mgerdin, stefank
Thu, 27 Nov 2014 11:09:55 +0100 8065227: Report allocation context stats at end of cleanup
sjohanss [Thu, 27 Nov 2014 11:09:55 +0100] rev 27897
8065227: Report allocation context stats at end of cleanup Summary: Moved allocation context update from remark to the cleanup phase. Reviewed-by: mgerdin, jmasa
Thu, 27 Nov 2014 14:52:01 +0400 8065865: gc/TestSoftReferencesBehaviorOnOOME.java: Error. Can't find source file: TestSoftReference.java
eistepan [Thu, 27 Nov 2014 14:52:01 +0400] rev 27896
8065865: gc/TestSoftReferencesBehaviorOnOOME.java: Error. Can't find source file: TestSoftReference.java Reviewed-by: sla
Wed, 26 Nov 2014 21:38:25 -0800 8055239: assert(_thread == Thread::current()->osthread()) failed: The PromotionFailedInfo should be thread local
sangheki [Wed, 26 Nov 2014 21:38:25 -0800] rev 27895
8055239: assert(_thread == Thread::current()->osthread()) failed: The PromotionFailedInfo should be thread local Summary: Changed to trace and reset before second use of PromotionFailedInfo. Reviewed-by: jmasa, brutisso, kbarrett
Wed, 26 Nov 2014 20:36:36 +0000 Merge
jwilhelm [Wed, 26 Nov 2014 20:36:36 +0000] rev 27894
Merge
Wed, 26 Nov 2014 17:24:57 +0000 Merge
jwilhelm [Wed, 26 Nov 2014 17:24:57 +0000] rev 27893
Merge
Tue, 25 Nov 2014 13:41:08 +0100 8065305: Make it possible to extend the G1CollectorPolicy
jwilhelm [Tue, 25 Nov 2014 13:41:08 +0100] rev 27892
8065305: Make it possible to extend the G1CollectorPolicy Summary: Added a G1CollectorPolicyExt where it is possible to extend the class. Reviewed-by: sjohanss, tschatzl
Wed, 26 Nov 2014 17:43:48 +0000 Merge
jmasa [Wed, 26 Nov 2014 17:43:48 +0000] rev 27891
Merge
Wed, 26 Nov 2014 14:17:06 +0400 8037968: Add tests on alignment of objects copied to survivor space
fzhinkin [Wed, 26 Nov 2014 14:17:06 +0400] rev 27890
8037968: Add tests on alignment of objects copied to survivor space Reviewed-by: jmasa, dfazunen
Wed, 26 Nov 2014 10:53:31 +0100 8065358: Refactor G1s usage of save_marks and reduce related races
mgerdin [Wed, 26 Nov 2014 10:53:31 +0100] rev 27889
8065358: Refactor G1s usage of save_marks and reduce related races Summary: Stop using save_marks in G1 related code and make setting the replacement field less racy. Reviewed-by: brutisso, tschatzl
Wed, 26 Nov 2014 10:51:52 +0100 8065218: Move CMS-specific fields from Space to CompactibleFreeListSpace
mgerdin [Wed, 26 Nov 2014 10:51:52 +0100] rev 27888
8065218: Move CMS-specific fields from Space to CompactibleFreeListSpace Reviewed-by: brutisso, tschatzl, sangheki
Fri, 17 May 2013 17:24:20 +0200 7176220: 'Full GC' events miss date stamp information occasionally
aeriksso [Fri, 17 May 2013 17:24:20 +0200] rev 27887
7176220: 'Full GC' events miss date stamp information occasionally Summary: Move date stamp logic into GCTraceTime Reviewed-by: brutisso, tschatzl
Tue, 25 Nov 2014 18:16:18 +0400 8065749: [TESTBUG]: gc/arguments/TestG1HeapRegionSize.java fails at nightly
eistepan [Tue, 25 Nov 2014 18:16:18 +0400] rev 27886
8065749: [TESTBUG]: gc/arguments/TestG1HeapRegionSize.java fails at nightly Reviewed-by: brutisso
Tue, 25 Nov 2014 11:59:55 +0100 8062943: REDO - Parallelize clearing the next mark bitmap
mlarsson [Tue, 25 Nov 2014 11:59:55 +0100] rev 27885
8062943: REDO - Parallelize clearing the next mark bitmap Reviewed-by: kbarrett, tschatzl
Mon, 24 Nov 2014 23:28:48 +0100 Merge
jwilhelm [Mon, 24 Nov 2014 23:28:48 +0100] rev 27884
Merge
Wed, 03 Dec 2014 20:32:33 -0800 Merge
minqi [Wed, 03 Dec 2014 20:32:33 -0800] rev 27883
Merge
Wed, 03 Dec 2014 20:40:00 +0000 8039995: Test serviceability/sa/jmap-hashcode/Test8028623.java fails on some Linux/Mac machines.
kevinw [Wed, 03 Dec 2014 20:40:00 +0000] rev 27882
8039995: Test serviceability/sa/jmap-hashcode/Test8028623.java fails on some Linux/Mac machines. Reviewed-by: dsamersoff, allwin, sla
Mon, 01 Dec 2014 18:22:45 +0400 8058935: CPU detection gives 0 cores per cpu, 2 threads per core in Amazon EC2 environment
vkempik [Mon, 01 Dec 2014 18:22:45 +0400] rev 27881
8058935: CPU detection gives 0 cores per cpu, 2 threads per core in Amazon EC2 environment Reviewed-by: kvn, dsamersoff
Mon, 01 Dec 2014 12:16:15 -0500 8060074: os::free() takes MemoryTrackingLevel but doesn't need it
coleenp [Mon, 01 Dec 2014 12:16:15 -0500] rev 27880
8060074: os::free() takes MemoryTrackingLevel but doesn't need it Summary: Cleaned up unused arguments in os::free and it's callers. Reviewed-by: lfoltan, coleenp, ctornqvi, dholmes Contributed-by: max.ockner@oracle.com
Fri, 28 Nov 2014 16:33:57 +0100 8065783: DCMD parser fails to recognize one character argument when it's positioned last
jbachorik [Fri, 28 Nov 2014 16:33:57 +0100] rev 27879
8065783: DCMD parser fails to recognize one character argument when it's positioned last Reviewed-by: sla, egahlin, fparain
Wed, 26 Nov 2014 19:46:33 +0000 Merge
minqi [Wed, 26 Nov 2014 19:46:33 +0000] rev 27878
Merge
Wed, 26 Nov 2014 18:47:23 +0000 Merge
minqi [Wed, 26 Nov 2014 18:47:23 +0000] rev 27877
Merge
Wed, 26 Nov 2014 10:32:21 -0800 8053995: Add method to WhiteBox to get vm pagesize.
minqi [Wed, 26 Nov 2014 10:32:21 -0800] rev 27876
8053995: Add method to WhiteBox to get vm pagesize. Summary: Unsafe is not recommended and may deprecated in future. Added a WhiteBox API to get VM page size. Reviewed-by: dholmes, ccheung, mseledtsov Contributed-by: yumin.qi@oracle.com
Wed, 26 Nov 2014 17:32:39 +0100 8065656: Use DWARF debug symbols for Solaris
ehelin [Wed, 26 Nov 2014 17:32:39 +0100] rev 27875
8065656: Use DWARF debug symbols for Solaris Reviewed-by: dcubed, huntch, pbk
Tue, 25 Nov 2014 21:00:21 -0500 8035663: Suspicious failure of test java/util/concurrent/Phaser/FickleRegister.java
dholmes [Tue, 25 Nov 2014 21:00:21 -0500] rev 27874
8035663: Suspicious failure of test java/util/concurrent/Phaser/FickleRegister.java Reviewed-by: shade, coleenp
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip