Tue, 18 Sep 2018 21:46:17 -0700 8210864: Reduce the use of metaspaceShared.hpp
iklam [Tue, 18 Sep 2018 21:46:17 -0700] rev 51796
8210864: Reduce the use of metaspaceShared.hpp Reviewed-by: coleenp, lfoltan
Tue, 18 Sep 2018 19:44:27 -0700 8210899: (zipfs) ZipFileSystem.EntryOutputStreamCRC32 mistakenly set the crc32 value into size field
sherman [Tue, 18 Sep 2018 19:44:27 -0700] rev 51795
8210899: (zipfs) ZipFileSystem.EntryOutputStreamCRC32 mistakenly set the crc32 value into size field Reviewed-by: bpb
Tue, 18 Sep 2018 22:46:35 +0200 8210753: Make ThreadLocalAllocBuffer::resize() public
pliden [Tue, 18 Sep 2018 22:46:35 +0200] rev 51794
8210753: Make ThreadLocalAllocBuffer::resize() public Reviewed-by: eosterlund, jcbeyler
Tue, 18 Sep 2018 16:11:36 -0400 8210861: Move assert to help diagnose rare RedefineStress crash
coleenp [Tue, 18 Sep 2018 16:11:36 -0400] rev 51793
8210861: Move assert to help diagnose rare RedefineStress crash Summary: assert that Method being marked on stack hasn't been missed by previous metadata walk Reviewed-by: lfoltan
Tue, 18 Sep 2018 22:32:25 +0200 8210793: [JVMCI] AllocateCompileIdTest.java failed to find DiagnosticCommand.class
dnsimon [Tue, 18 Sep 2018 22:32:25 +0200] rev 51792
8210793: [JVMCI] AllocateCompileIdTest.java failed to find DiagnosticCommand.class Reviewed-by: thartmann, kvn
Tue, 18 Sep 2018 13:31:30 -0700 8210874: Test for JDK-8209615
joehw [Tue, 18 Sep 2018 13:31:30 -0700] rev 51791
8210874: Test for JDK-8209615 Reviewed-by: lancea
Tue, 18 Sep 2018 13:18:54 -0700 8210817: Minor typo in java.nio.file.attribute package summary
bpb [Tue, 18 Sep 2018 13:18:54 -0700] rev 51790
8210817: Minor typo in java.nio.file.attribute package summary Reviewed-by: dfuchs, alanb
Tue, 18 Sep 2018 12:42:40 -0700 8209880: tzdb.dat is not reproducibly built
naoto [Tue, 18 Sep 2018 12:42:40 -0700] rev 51789
8209880: tzdb.dat is not reproducibly built Reviewed-by: erikj, rriggs
Tue, 18 Sep 2018 23:20:17 +0530 8210836: Build fails with warn_unused_result in openjdk/src/jdk.hotspot.agent/linux/native/libsaproc/ps_core.c
jgeorge [Tue, 18 Sep 2018 23:20:17 +0530] rev 51788
8210836: Build fails with warn_unused_result in openjdk/src/jdk.hotspot.agent/linux/native/libsaproc/ps_core.c Summary: Read in and process the return value of pread() while dealing with the PT_INTERP segment Reviewed-by: stuefe, jcbeyler
Tue, 18 Sep 2018 10:43:01 -0700 8034802: (zipfs) newFileSystem throws UOE when the zip file is located in a custom file system
sherman [Tue, 18 Sep 2018 10:43:01 -0700] rev 51787
8034802: (zipfs) newFileSystem throws UOE when the zip file is located in a custom file system Reviewed-by: xiaofeya, clanger
Tue, 18 Sep 2018 09:44:20 -0700 8207760: SAXException: Invalid UTF-16 surrogate detected: d83c ?
joehw [Tue, 18 Sep 2018 09:44:20 -0700] rev 51786
8207760: SAXException: Invalid UTF-16 surrogate detected: d83c ? Reviewed-by: lancea, dfuchs
Tue, 18 Sep 2018 11:55:33 -0400 8210237: [TESTBUG]gc/stress/TestStressIHOPMultiThread.java fails with 'Unexpected exit from test [exit code: 1]' in CDS mode
jiangli [Tue, 18 Sep 2018 11:55:33 -0400] rev 51785
8210237: [TESTBUG]gc/stress/TestStressIHOPMultiThread.java fails with 'Unexpected exit from test [exit code: 1]' in CDS mode Summary: Fix TestStressIHOPMultiThread to handle possible OutOfMemoryError. Reviewed-by: ccheung, gziemski
Tue, 18 Sep 2018 08:27:01 -0400 8203466: intermittent crash at jdk.internal.misc.Unsafe::getObjectVolatile (native)
coleenp [Tue, 18 Sep 2018 08:27:01 -0400] rev 51784
8203466: intermittent crash at jdk.internal.misc.Unsafe::getObjectVolatile (native) Summary: Store rsi, rdi on thread local memory, store r15 in r9, for the stubs that have gc barriers Reviewed-by: dlong, eosterlund
Tue, 18 Sep 2018 13:32:40 +0200 8210729: Clean up macosx static library handling
ihse [Tue, 18 Sep 2018 13:32:40 +0200] rev 51783
8210729: Clean up macosx static library handling Reviewed-by: erikj
Tue, 11 Sep 2018 18:18:51 +0200 8210425: [x86] sharedRuntimeTrig/sharedRuntimeTrans compiled without optimization
sgehwolf [Tue, 11 Sep 2018 18:18:51 +0200] rev 51782
8210425: [x86] sharedRuntimeTrig/sharedRuntimeTrans compiled without optimization Summary: Compile with -O2 and -ffp-contract=off as for fdlibm. Reviewed-by: erikj, lucy, aph
Tue, 18 Sep 2018 10:35:42 +0200 8210750: Clean up compare.sh exceptions
ihse [Tue, 18 Sep 2018 10:35:42 +0200] rev 51781
8210750: Clean up compare.sh exceptions Reviewed-by: erikj
Tue, 18 Sep 2018 10:29:56 +0200 8210723: Better information in configure for invalid Xcode
ihse [Tue, 18 Sep 2018 10:29:56 +0200] rev 51780
8210723: Better information in configure for invalid Xcode Reviewed-by: erikj
Mon, 17 Sep 2018 22:56:31 -0700 8210841: test/jdk/vm/runtime/ReflectStackOverflow.java fails with NoClassDefFoundError
mchung [Mon, 17 Sep 2018 22:56:31 -0700] rev 51779
8210841: test/jdk/vm/runtime/ReflectStackOverflow.java fails with NoClassDefFoundError Reviewed-by: dholmes, mikael
Tue, 18 Sep 2018 13:24:25 +0800 8210802: temp files left by tests in jdk/java/net/httpclient
mli [Tue, 18 Sep 2018 13:24:25 +0800] rev 51778
8210802: temp files left by tests in jdk/java/net/httpclient Reviewed-by: chegar, clanger
Mon, 17 Sep 2018 23:35:00 -0400 8210660: PPC64: Mapping floating point registers to vsx registers in ppc.ad
mhorie [Mon, 17 Sep 2018 23:35:00 -0400] rev 51777
8210660: PPC64: Mapping floating point registers to vsx registers in ppc.ad Reviewed-by: mdoerr, gromero
Tue, 18 Sep 2018 11:09:18 +0800 8210819: Update the host name in CNameTest.java
fyuan [Tue, 18 Sep 2018 11:09:18 +0800] rev 51776
8210819: Update the host name in CNameTest.java Reviewed-by: chegar
Mon, 17 Sep 2018 19:48:35 -0700 8210700: Clean up JNI_ENV_ARG and factorize the macros for vmTestbase/jvmti/unit tests
jcbeyler [Mon, 17 Sep 2018 19:48:35 -0700] rev 51775
8210700: Clean up JNI_ENV_ARG and factorize the macros for vmTestbase/jvmti/unit tests Summary: Remove JNI_ENV macros from the remaining vmTestbase tests Reviewed-by: amenkov, sspitsyn, dholmes, cjplummer
Mon, 17 Sep 2018 19:36:09 -0700 8210481: Remove #ifdef cplusplus from vmTestbase
jcbeyler [Mon, 17 Sep 2018 19:36:09 -0700] rev 51774
8210481: Remove #ifdef cplusplus from vmTestbase Summary: Remove all cplusplus ifdefs from vmTestbase Reviewed-by: dholmes, iignatyev, cjplummer, sspitsyn
Mon, 17 Sep 2018 15:25:42 -0700 8140466: ChaCha20 and Poly1305 TLS Cipher Suites
jnimeh [Mon, 17 Sep 2018 15:25:42 -0700] rev 51773
8140466: ChaCha20 and Poly1305 TLS Cipher Suites Reviewed-by: xuelei, mullan
Mon, 17 Sep 2018 15:22:46 -0700 8210721: Replace legacy serial exception field with Throwable::cause
mchung [Mon, 17 Sep 2018 15:22:46 -0700] rev 51772
8210721: Replace legacy serial exception field with Throwable::cause Reviewed-by: dfuchs, lancea
Mon, 17 Sep 2018 14:04:46 -0700 8209031: SSLSocket should throw an exception when configuring DTLS
ascarpino [Mon, 17 Sep 2018 14:04:46 -0700] rev 51771
8209031: SSLSocket should throw an exception when configuring DTLS Reviewed-by: xuelei
Mon, 17 Sep 2018 13:43:22 -0700 8209574: [AOT] breakpoint events are generated in different threads does not meet expected count
kvn [Mon, 17 Sep 2018 13:43:22 -0700] rev 51770
8209574: [AOT] breakpoint events are generated in different threads does not meet expected count Summary: Disable AOT when debugger is attached. Reviewed-by: dlong
Mon, 17 Sep 2018 11:50:39 -0700 8210779: 8182404 and 8210732 haven't updated copyright years
iignatyev [Mon, 17 Sep 2018 11:50:39 -0700] rev 51769
8210779: 8182404 and 8210732 haven't updated copyright years Reviewed-by: bchristi
Mon, 17 Sep 2018 10:14:31 -0700 8210775: JVM TI Spec missing copyright
iris [Mon, 17 Sep 2018 10:14:31 -0700] rev 51768
8210775: JVM TI Spec missing copyright Reviewed-by: dholmes, mchung, sspitsyn
Mon, 17 Sep 2018 09:07:40 -0700 8210726: Fix up a few minor nits forgotten by JDK-8210665
jcbeyler [Mon, 17 Sep 2018 09:07:40 -0700] rev 51767
8210726: Fix up a few minor nits forgotten by JDK-8210665 Summary: Minor changes to 4 tests to make one-liners Reviewed-by: cjplummer, iignatyev, sspitsyn
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip