Wed, 04 Jul 2018 03:44:32 -0700 8205653: test/jdk/sun/management/jmxremote/bootstrap/RmiRegistrySslTest.java and RmiSslBootstrapTest.sh fail with handshake_failure jdk-12+1
ssahoo [Wed, 04 Jul 2018 03:44:32 -0700] rev 50936
8205653: test/jdk/sun/management/jmxremote/bootstrap/RmiRegistrySslTest.java and RmiSslBootstrapTest.sh fail with handshake_failure Summary: Test failure due to unsupported DSA keys Reviewed-by: dfuchs, xuelei
Tue, 03 Jul 2018 16:14:46 -0700 8206114: Refactor langtools/tools/javac/classfiles/ClassVersionChecker.java
darcy [Tue, 03 Jul 2018 16:14:46 -0700] rev 50935
8206114: Refactor langtools/tools/javac/classfiles/ClassVersionChecker.java Reviewed-by: jjg
Tue, 03 Jul 2018 15:59:09 -0700 8206085: Refactor langtools/tools/javac/versions/Versions.java
darcy [Tue, 03 Jul 2018 15:59:09 -0700] rev 50934
8206085: Refactor langtools/tools/javac/versions/Versions.java Reviewed-by: jjg, forax, plevart, mcimadamore
Tue, 03 Jul 2018 15:02:46 -0700 8202252: (aio) Closed AsynchronousSocketChannel keeps completion handler alive
bpb [Tue, 03 Jul 2018 15:02:46 -0700] rev 50933
8202252: (aio) Closed AsynchronousSocketChannel keeps completion handler alive Summary: Clear handler instance variable after use Reviewed-by: rriggs, alanb
Tue, 03 Jul 2018 14:42:13 -0700 8206120: Add test cases for lenient Japanese era parsing
naoto [Tue, 03 Jul 2018 14:42:13 -0700] rev 50932
8206120: Add test cases for lenient Japanese era parsing Reviewed-by: rriggs
Tue, 03 Jul 2018 15:40:08 -0400 8206309: Tier1 SA tests fail
coleenp [Tue, 03 Jul 2018 15:40:08 -0400] rev 50931
8206309: Tier1 SA tests fail Summary: remove tests that should have been removed with JDK-8205534 Reviewed-by: hseigel
Tue, 03 Jul 2018 15:08:01 -0400 8134538: Duplicate implementations of os::lasterror
coleenp [Tue, 03 Jul 2018 15:08:01 -0400] rev 50930
8134538: Duplicate implementations of os::lasterror Summary: Method os::lasterror was moved to os_posix.cpp Reviewed-by: hseigel, kbarrett, coleenp Contributed-by: patricio.chilano.mateo@oracle.com
Tue, 03 Jul 2018 13:41:18 -0400 8205534: Remove SymbolTable dependency from serviceability agent
coleenp [Tue, 03 Jul 2018 13:41:18 -0400] rev 50929
8205534: Remove SymbolTable dependency from serviceability agent Reviewed-by: gziemski, poonam, jgeorge, hseigel
Tue, 03 Jul 2018 18:46:51 +0200 8206087: windows-x64-cmp-baseline fails with The files do not have the same suffix type
erikj [Tue, 03 Jul 2018 18:46:51 +0200] rev 50928
8206087: windows-x64-cmp-baseline fails with The files do not have the same suffix type Reviewed-by: tbell
Mon, 02 Jul 2018 23:33:40 -0700 8177275: IllegalArgumentException when MH would have too many parameters is not specified for several methods
vtheeyarath [Mon, 02 Jul 2018 23:33:40 -0700] rev 50927
8177275: IllegalArgumentException when MH would have too many parameters is not specified for several methods Summary: Updated spec and added tests Reviewed-by: psandoz
Tue, 03 Jul 2018 10:47:50 +0200 8205999: C2 compilation fails with "assert(store->find_edge(load) != -1) failed: missing precedence edge"
neliasso [Tue, 03 Jul 2018 10:47:50 +0200] rev 50926
8205999: C2 compilation fails with "assert(store->find_edge(load) != -1) failed: missing precedence edge" Summary: Backout 8204157 to state before 8192992 Reviewed-by: thartmann, mdoerr
Tue, 03 Jul 2018 02:07:49 +0200 Merge
jwilhelm [Tue, 03 Jul 2018 02:07:49 +0200] rev 50925
Merge
Mon, 02 Jul 2018 16:28:09 -0400 8205965: SIGSEGV on write to NativeCallStack::EMPTY_STACK
zgu [Mon, 02 Jul 2018 16:28:09 -0400] rev 50924
8205965: SIGSEGV on write to NativeCallStack::EMPTY_STACK Summary: Made EMPTY_STACK non-const, so it will not be placed in read-only BSS section. Reviewed-by: stuefe, martin
Mon, 02 Jul 2018 10:44:46 +0200 8205515: assert(opcode == Op_RangeCheck) failed: no other if variant here
roland [Mon, 02 Jul 2018 10:44:46 +0200] rev 50923
8205515: assert(opcode == Op_RangeCheck) failed: no other if variant here Reviewed-by: thartmann, kvn
Mon, 02 Jul 2018 13:11:41 +0200 Added tag jdk-11+20 for changeset 9816d7cc655e
jwilhelm [Mon, 02 Jul 2018 13:11:41 +0200] rev 50922
Added tag jdk-11+20 for changeset 9816d7cc655e
Mon, 02 Jul 2018 11:46:15 +0200 8206003: SafepointSynchronize with TLH: StoreStore barriers should be moved out of the loop
mdoerr [Mon, 02 Jul 2018 11:46:15 +0200] rev 50921
8206003: SafepointSynchronize with TLH: StoreStore barriers should be moved out of the loop Reviewed-by: eosterlund, rehn, dholmes
Mon, 02 Jul 2018 09:38:20 +0200 8203848: Missing remembered set entry in j.l.ref.references after JDK-8203028
tschatzl [Mon, 02 Jul 2018 09:38:20 +0200] rev 50920
8203848: Missing remembered set entry in j.l.ref.references after JDK-8203028 Summary: Collect remembered sets for discovered fields while adding them to the list of discovered references. Reviewed-by: kbarrett, eosterlund
Mon, 02 Jul 2018 09:28:23 +0200 8206093: compiler/graalunit/HotspotTest.java fails in CheckGraalIntrinsics
thartmann [Mon, 02 Jul 2018 09:28:23 +0200] rev 50919
8206093: compiler/graalunit/HotspotTest.java fails in CheckGraalIntrinsics Summary: Ignore encodeBlock intrinsic. Reviewed-by: kvn
Sat, 30 Jun 2018 00:33:05 +0000 8205720: KeyFactory#getKeySpec and translateKey thorws NullPointerException with Invalid key
valeriep [Sat, 30 Jun 2018 00:33:05 +0000] rev 50918
8205720: KeyFactory#getKeySpec and translateKey thorws NullPointerException with Invalid key Summary: Updated SunRsaSign provider to check and throw InvalidKeyException for null key algo/format/encoding Reviewed-by: xuelei
Fri, 29 Jun 2018 13:58:16 -0700 8201552: Ellipsis in "Classical" label in SwingSet2 demo with Windows L&F at Hidpi
serb [Fri, 29 Jun 2018 13:58:16 -0700] rev 50917
8201552: Ellipsis in "Classical" label in SwingSet2 demo with Windows L&F at Hidpi Reviewed-by: prr
Fri, 29 Jun 2018 13:44:13 -0700 8204355: [Graal] org.graalvm.compiler.debug.test.CSVUtilTest fails on Windows due to improper line separator used
iignatyev [Fri, 29 Jun 2018 13:44:13 -0700] rev 50916
8204355: [Graal] org.graalvm.compiler.debug.test.CSVUtilTest fails on Windows due to improper line separator used Reviewed-by: kvn
Fri, 29 Jun 2018 13:44:09 -0700 8204517: [Graal] org.graalvm.compiler.debug.test.VersionsTest fails with InvalidPathException on windows
iignatyev [Fri, 29 Jun 2018 13:44:09 -0700] rev 50915
8204517: [Graal] org.graalvm.compiler.debug.test.VersionsTest fails with InvalidPathException on windows Reviewed-by: kvn
Fri, 29 Jun 2018 13:43:35 -0700 8206117: failed to get JDK properties for JVM w/o JVMCI
iignatyev [Fri, 29 Jun 2018 13:43:35 -0700] rev 50914
8206117: failed to get JDK properties for JVM w/o JVMCI Reviewed-by: kvn
Fri, 29 Jun 2018 11:10:47 +0200 8205940: LoadNode::find_previous_arraycopy fails with "broken allocation" assert jdk-11+20
thartmann [Fri, 29 Jun 2018 11:10:47 +0200] rev 50913
8205940: LoadNode::find_previous_arraycopy fails with "broken allocation" assert Summary: Removed assert which is too strong. Reviewed-by: roland
Fri, 29 Jun 2018 11:08:38 +0200 8205499: C1 temporary code buffers are not removed with -XX:+UseDynamicNumberOfCompilerThreads
thartmann [Fri, 29 Jun 2018 11:08:38 +0200] rev 50912
8205499: C1 temporary code buffers are not removed with -XX:+UseDynamicNumberOfCompilerThreads Summary: Deallocate C1 code buffers in the compiler thread destructor. Reviewed-by: neliasso, kvn, mdoerr
Thu, 28 Jun 2018 21:58:23 -0700 8206088: 8205207 broke builds
iignatyev [Thu, 28 Jun 2018 21:58:23 -0700] rev 50911
8206088: 8205207 broke builds Reviewed-by: ehelin, epavlova
Thu, 28 Jun 2018 19:33:00 -0700 8195630: [Graal] vmTestbase/nsk/jvmti/AttachOnDemand/attach024/TestDescription.java fails with Graal
epavlova [Thu, 28 Jun 2018 19:33:00 -0700] rev 50910
8195630: [Graal] vmTestbase/nsk/jvmti/AttachOnDemand/attach024/TestDescription.java fails with Graal Reviewed-by: kvn
Fri, 29 Jun 2018 08:21:15 +0800 8205927: Update src/java.base/share/legal/public_suffix.md to match the actual file version
weijun [Fri, 29 Jun 2018 08:21:15 +0800] rev 50909
8205927: Update src/java.base/share/legal/public_suffix.md to match the actual file version Reviewed-by: mullan, xuelei
Thu, 28 Jun 2018 17:07:34 -0700 8205207: Port Graal unit tests under jtreg
epavlova [Thu, 28 Jun 2018 17:07:34 -0700] rev 50908
8205207: Port Graal unit tests under jtreg Reviewed-by: kvn, erikj, iignatyev
Thu, 28 Jun 2018 16:45:15 -0700 8149729: [jittester] Replace all 'path1 +"/" + path2' with Paths::get
iignatyev [Thu, 28 Jun 2018 16:45:15 -0700] rev 50907
8149729: [jittester] Replace all 'path1 +"/" + path2' with Paths::get Reviewed-by: kvn
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip