Mon, 10 Nov 2014 08:43:27 -0800 8058407: Remove Multiple JRE support in the Java launcher
ksrini [Mon, 10 Nov 2014 08:43:27 -0800] rev 27938
8058407: Remove Multiple JRE support in the Java launcher Reviewed-by: alanb, darcy, ksrini Contributed-by: neil.toda@oracle.com
Sun, 07 Dec 2014 07:10:29 +0000 8064407: (fc) FileChannel transferTo should use TransmitFile on Windows
alanb [Sun, 07 Dec 2014 07:10:29 +0000] rev 27937
8064407: (fc) FileChannel transferTo should use TransmitFile on Windows Reviewed-by: alanb Contributed-by: kirk.shoop@microsoft.com, v-valkop@microsoft.com
Fri, 05 Dec 2014 17:36:18 -0800 8066638: Suppress deprecation warnings in jdk.crypto module
darcy [Fri, 05 Dec 2014 17:36:18 -0800] rev 27936
8066638: Suppress deprecation warnings in jdk.crypto module 8066641: Suppress deprecation warnings in jdk.naming module Reviewed-by: wetmore, xuelei, valeriep, lancea
Fri, 05 Dec 2014 20:13:05 +0000 8065238: javax.naming.NamingException after upgrade to JDK 8
robm [Fri, 05 Dec 2014 20:13:05 +0000] rev 27935
8065238: javax.naming.NamingException after upgrade to JDK 8 Reviewed-by: vinnie
Fri, 05 Dec 2014 19:46:15 +0100 8066766: The commands in the modular images are executable by the owner only
simonis [Fri, 05 Dec 2014 19:46:15 +0100] rev 27934
8066766: The commands in the modular images are executable by the owner only Summary: Also simplify the 'set executable' step of jspawnhelper in ImageBuilder.java Reviewed-by: chegar, alanb
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
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip