Wed, 19 Sep 2018 19:12:18 +0200 8210881: ZGC: Introduce ZRootsIteratorClosure
pliden [Wed, 19 Sep 2018 19:12:18 +0200] rev 51803
8210881: ZGC: Introduce ZRootsIteratorClosure Reviewed-by: eosterlund
Wed, 19 Sep 2018 09:24:40 -0700 8210912: Build error in src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_convert.c after JDK-8029661 jdk-12+12
mikael [Wed, 19 Sep 2018 09:24:40 -0700] rev 51802
8210912: Build error in src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_convert.c after JDK-8029661 Reviewed-by: mullan
Wed, 19 Sep 2018 14:09:11 +0200 8210713: Let CollectedHeap::ensure_parsability() take care of TLAB statistics gathering
pliden [Wed, 19 Sep 2018 14:09:11 +0200] rev 51801
8210713: Let CollectedHeap::ensure_parsability() take care of TLAB statistics gathering Reviewed-by: eosterlund, sjohanss
Wed, 12 Sep 2018 13:09:51 +0200 8029661: Support TLS v1.2 algorithm in SunPKCS11 provider
mbalao [Wed, 12 Sep 2018 13:09:51 +0200] rev 51800
8029661: Support TLS v1.2 algorithm in SunPKCS11 provider Summary: TLS v1.2 algorithms for key and MAC derivation added to SunPKCS11 crypto provider. Reviewed-by: valeriep
Wed, 19 Sep 2018 10:50:25 +0200 8207954: Data for --release 11
jlahoda [Wed, 19 Sep 2018 10:50:25 +0200] rev 51799
8207954: Data for --release 11 Summary: Adding support for --release 11 Reviewed-by: erikj, ihse, jjg
Wed, 19 Sep 2018 08:49:07 +0100 8210496: Improve filtering for classes with security sensitive fields
alanb [Wed, 19 Sep 2018 08:49:07 +0100] rev 51798
8210496: Improve filtering for classes with security sensitive fields Reviewed-by: plevart, mchung
Wed, 19 Sep 2018 12:14:53 +0530 8210047: some pages contain content outside of landmark region
pmuthuswamy [Wed, 19 Sep 2018 12:14:53 +0530] rev 51797
8210047: some pages contain content outside of landmark region Reviewed-by: jjg
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
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -24 +24 +50 +100 +300 +1000 +3000 tip