Fri, 14 Sep 2018 14:43:40 +0200 8210752: Remaining explicit barriers for C2
rkennke [Fri, 14 Sep 2018 14:43:40 +0200] rev 51850
8210752: Remaining explicit barriers for C2 Reviewed-by: roland, shade
Fri, 21 Sep 2018 16:58:36 +0200 8210761: libjsig is being compiled without optimization
sgehwolf [Fri, 21 Sep 2018 16:58:36 +0200] rev 51849
8210761: libjsig is being compiled without optimization Reviewed-by: erikj, ihse
Mon, 24 Sep 2018 16:54:42 +0300 8209697: ARM: Explicit barriers for C1/assembler
avoitylov [Mon, 24 Sep 2018 16:54:42 +0300] rev 51848
8209697: ARM: Explicit barriers for C1/assembler Reviewed-by: dsamersoff
Mon, 24 Sep 2018 16:52:12 +0300 8209695: ARM: Explicit barriers for interpreter
avoitylov [Mon, 24 Sep 2018 16:52:12 +0300] rev 51847
8209695: ARM: Explicit barriers for interpreter Reviewed-by: dsamersoff
Mon, 24 Sep 2018 16:44:24 +0300 8210466: Modularize allocations in assembler
avoitylov [Mon, 24 Sep 2018 16:44:24 +0300] rev 51846
8210466: Modularize allocations in assembler Reviewed-by: rkennke, dsamersoff
Mon, 24 Sep 2018 16:39:02 +0300 8210465: ARM: Object equals abstraction for BarrierSetAssembler
avoitylov [Mon, 24 Sep 2018 16:39:02 +0300] rev 51845
8210465: ARM: Object equals abstraction for BarrierSetAssembler Reviewed-by: rkennke, dsamersoff
Mon, 24 Sep 2018 00:13:02 -0700 8210918: Add test to exercise server-side client hello processing
jnimeh [Mon, 24 Sep 2018 00:13:02 -0700] rev 51844
8210918: Add test to exercise server-side client hello processing Reviewed-by: xuelei
Fri, 21 Sep 2018 08:13:55 -0400 8208471: nsk/jdb/unwatch/unwatch002/unwatch002.java fails with "Prompt is not received during 300200 milliseconds"
gadams [Fri, 21 Sep 2018 08:13:55 -0400] rev 51843
8208471: nsk/jdb/unwatch/unwatch002/unwatch002.java fails with "Prompt is not received during 300200 milliseconds" Reviewed-by: cjplummer, amenkov
Sat, 22 Sep 2018 14:12:48 -0700 8210987: Extra newlines on Windows when running nsk jdb tests
cjplummer [Sat, 22 Sep 2018 14:12:48 -0700] rev 51842
8210987: Extra newlines on Windows when running nsk jdb tests Summary: fix skipping over newlines Reviewed-by: dholmes, jcbeyler, amenkov
Fri, 21 Sep 2018 15:38:43 -0700 8210275: Source Launcher should fail if --source is used without a source file
jjg [Fri, 21 Sep 2018 15:38:43 -0700] rev 51841
8210275: Source Launcher should fail if --source is used without a source file Reviewed-by: mchung, alanb, mcimadamore
Fri, 21 Sep 2018 14:50:06 -0700 8210894: remove jdk/testlibrary/Asserts
iignatyev [Fri, 21 Sep 2018 14:50:06 -0700] rev 51840
8210894: remove jdk/testlibrary/Asserts Reviewed-by: serb
Fri, 21 Sep 2018 21:35:12 +0200 8210988: Improved handling of compiler warnings in the build
ihse [Fri, 21 Sep 2018 21:35:12 +0200] rev 51839
8210988: Improved handling of compiler warnings in the build Reviewed-by: erikj
Fri, 21 Sep 2018 12:08:13 -0700 8190985: .jcheck/conf files contain 'project=jdk10'
tbell [Fri, 21 Sep 2018 12:08:13 -0700] rev 51838
8190985: .jcheck/conf files contain 'project=jdk10' Reviewed-by: mr, iris, erikj
Fri, 21 Sep 2018 11:28:14 -0700 8210760: [TEST] rewrite com/sun/jdi shell tests to java version - step4
amenkov [Fri, 21 Sep 2018 11:28:14 -0700] rev 51837
8210760: [TEST] rewrite com/sun/jdi shell tests to java version - step4 Reviewed-by: jcbeyler, sspitsyn, cjplummer
Fri, 21 Sep 2018 10:18:12 -0700 8210725: com/sun/jdi/RedefineClearBreakpoint.java fails with waitForPrompt timed out after 60 seconds
amenkov [Fri, 21 Sep 2018 10:18:12 -0700] rev 51836
8210725: com/sun/jdi/RedefineClearBreakpoint.java fails with waitForPrompt timed out after 60 seconds 8210748: [TESTBUG] lib.jdb.Jdb.waitForPrompt() should clarify which output is the pending reply after a timeout Reviewed-by: jcbeyler, gadams, sspitsyn
Fri, 21 Sep 2018 15:11:09 +0200 8210557: G1 next bitmap verification at the end of concurrent mark sometimes fails
tschatzl [Fri, 21 Sep 2018 15:11:09 +0200] rev 51835
8210557: G1 next bitmap verification at the end of concurrent mark sometimes fails Summary: Removed unnecessary verification that can cause spurious false alarm. Reviewed-by: sjohanss, kbarrett
Thu, 20 Sep 2018 13:59:39 +0200 8210961: [aix] enhance list of environment variables reported in error log file on AIX
mbaesken [Thu, 20 Sep 2018 13:59:39 +0200] rev 51834
8210961: [aix] enhance list of environment variables reported in error log file on AIX Reviewed-by: clanger, simonis
Fri, 21 Sep 2018 12:29:46 +0200 8209058: Cannot find annotation method 'value()' in type 'Profile+Annotation'
jlahoda [Fri, 21 Sep 2018 12:29:46 +0200] rev 51833
8209058: Cannot find annotation method 'value()' in type 'Profile+Annotation' Summary: Correct detection of the Profile+Annotation synthetic annotation for classes that are not from the java.base module. Reviewed-by: jjg
Fri, 21 Sep 2018 12:29:31 +0200 8209865: Incorrect 'multiple elements' notes with Elements#getTypeElement and --release
jlahoda [Fri, 21 Sep 2018 12:29:31 +0200] rev 51832
8209865: Incorrect 'multiple elements' notes with Elements#getTypeElement and --release Summary: Changing ct.sym to be module-path oriented, rather than class-path oriented. Reviewed-by: jjg
Fri, 21 Sep 2018 16:13:49 +0800 8169246: java/net/DatagramSocket/ReportSocketClosed.java fails intermittently with BindException
xyin [Fri, 21 Sep 2018 16:13:49 +0800] rev 51831
8169246: java/net/DatagramSocket/ReportSocketClosed.java fails intermittently with BindException Reviewed-by: chegar
Fri, 21 Sep 2018 15:49:59 +0800 8199931: java/net/MulticastSocket/UnreferencedMulticastSockets.java fails with "incorrect data received"
xyin [Fri, 21 Sep 2018 15:49:59 +0800] rev 51830
8199931: java/net/MulticastSocket/UnreferencedMulticastSockets.java fails with "incorrect data received" Reviewed-by: chegar
Thu, 20 Sep 2018 14:19:53 -0700 8210974: No extensions debug log for ClientHello
xuelei [Thu, 20 Sep 2018 14:19:53 -0700] rev 51829
8210974: No extensions debug log for ClientHello Reviewed-by: jnimeh, wetmore
Wed, 12 Sep 2018 16:38:13 +0200 8210390: C2 still crashes with "assert(mode == ControlAroundStripMined && use == sfpt) failed: missed a node"
roland [Wed, 12 Sep 2018 16:38:13 +0200] rev 51828
8210390: C2 still crashes with "assert(mode == ControlAroundStripMined && use == sfpt) failed: missed a node" Reviewed-by: thartmann, kvn
Thu, 20 Sep 2018 12:49:58 -0700 8209022: Missing checkcast when casting to type parameter bounded by intersection type
vromero [Thu, 20 Sep 2018 12:49:58 -0700] rev 51827
8209022: Missing checkcast when casting to type parameter bounded by intersection type Reviewed-by: mcimadamore
Thu, 20 Sep 2018 21:14:38 +0200 8210963: Build failures after "8210829: Modularize allocations in C2"
shade [Thu, 20 Sep 2018 21:14:38 +0200] rev 51826
8210963: Build failures after "8210829: Modularize allocations in C2" Reviewed-by: rkennke, thartmann
Thu, 20 Sep 2018 21:05:00 +0200 8210931: JLI and launchers normalization and cleanup
ihse [Thu, 20 Sep 2018 21:05:00 +0200] rev 51825
8210931: JLI and launchers normalization and cleanup Reviewed-by: alanb, erikj
Thu, 20 Sep 2018 20:54:19 +0200 8210962: Deprecate jdk-variant
ihse [Thu, 20 Sep 2018 20:54:19 +0200] rev 51824
8210962: Deprecate jdk-variant Reviewed-by: shade, erikj
Tue, 18 Sep 2018 21:47:14 -0700 8210875: Refactor CompactHashtable
iklam [Tue, 18 Sep 2018 21:47:14 -0700] rev 51823
8210875: Refactor CompactHashtable Reviewed-by: ccheung, jiangli
Thu, 20 Sep 2018 18:39:53 +0200 8210960: Allow --with-boot-jdk-jvmargs to work during configure
ihse [Thu, 20 Sep 2018 18:39:53 +0200] rev 51822
8210960: Allow --with-boot-jdk-jvmargs to work during configure Reviewed-by: erikj
Thu, 20 Sep 2018 18:38:34 +0200 8210941: Stop filtering out -xregs=no%appl for libsunec
ihse [Thu, 20 Sep 2018 18:38:34 +0200] rev 51821
8210941: Stop filtering out -xregs=no%appl for libsunec Reviewed-by: erikj
Thu, 20 Sep 2018 18:37:25 +0200 8210944: Stop replacing -MD with -MT in libwindowsaccessbridge
ihse [Thu, 20 Sep 2018 18:37:25 +0200] rev 51820
8210944: Stop replacing -MD with -MT in libwindowsaccessbridge Reviewed-by: erikj
Thu, 20 Sep 2018 18:33:19 +0200 8210949: Stop filtering out -xc99=%none for liblcms
ihse [Thu, 20 Sep 2018 18:33:19 +0200] rev 51819
8210949: Stop filtering out -xc99=%none for liblcms Reviewed-by: erikj
Thu, 20 Sep 2018 14:04:44 +0200 8210883: ZGC: Parallel retire/resize/remap of TLABs
pliden [Thu, 20 Sep 2018 14:04:44 +0200] rev 51818
8210883: ZGC: Parallel retire/resize/remap of TLABs Reviewed-by: eosterlund
Thu, 20 Sep 2018 14:04:43 +0200 8210857: Allow retiring TLABs and collecting statistics in parallel
pliden [Thu, 20 Sep 2018 14:04:43 +0200] rev 51817
8210857: Allow retiring TLABs and collecting statistics in parallel Reviewed-by: sjohanss, eosterlund
Thu, 20 Sep 2018 08:11:21 -0400 8202201: All oop stores in the x64 interpreter are treated as volatile when using G1
coleenp [Thu, 20 Sep 2018 08:11:21 -0400] rev 51816
8202201: All oop stores in the x64 interpreter are treated as volatile when using G1 Summary: ran out of registers, generated volatile and non-volatile branches. Reviewed-by: eosterlund, dholmes
Wed, 12 Sep 2018 14:08:15 +0200 8210284: "assert((av & 0x00000001) == 0) failed: unsupported V8" on Solaris 11.4
phedlin [Wed, 12 Sep 2018 14:08:15 +0200] rev 51815
8210284: "assert((av & 0x00000001) == 0) failed: unsupported V8" on Solaris 11.4 Summary: Sanity checks on V8 legacy properties removed. Reviewed-by: neliasso, eosterlund, kvn
Thu, 20 Sep 2018 08:59:03 +0200 8210920: Native C++ tests are not using CXXFLAGS
ihse [Thu, 20 Sep 2018 08:59:03 +0200] rev 51814
8210920: Native C++ tests are not using CXXFLAGS Reviewed-by: tbell, erikj
Wed, 19 Sep 2018 20:07:02 -0400 8210889: Some service thread cleanups can be starved
kbarrett [Wed, 19 Sep 2018 20:07:02 -0400] rev 51813
8210889: Some service thread cleanups can be starved Summary: Do all available work on each iteration. Reviewed-by: pliden, tschatzl, coleenp
Wed, 19 Sep 2018 16:07:03 -0700 8210846: TLSv.1.3 interop problems with OpenSSL 1.1.1 when used on the client side with mutual auth
jnimeh [Wed, 19 Sep 2018 16:07:03 -0700] rev 51812
8210846: TLSv.1.3 interop problems with OpenSSL 1.1.1 when used on the client side with mutual auth Reviewed-by: wetmore
Thu, 20 Sep 2018 00:19:46 +0200 8210924: Remove PACKAGE_PATH
ihse [Thu, 20 Sep 2018 00:19:46 +0200] rev 51811
8210924: Remove PACKAGE_PATH Reviewed-by: tbell
Thu, 20 Sep 2018 00:16:23 +0200 Added tag jdk-12+12 for changeset 15094d12a632
jwilhelm [Thu, 20 Sep 2018 00:16:23 +0200] rev 51810
Added tag jdk-12+12 for changeset 15094d12a632
Wed, 19 Sep 2018 16:51:22 -0400 8210879: ClassLoaderStatsClosure does raw oop comparison
zgu [Wed, 19 Sep 2018 16:51:22 -0400] rev 51809
8210879: ClassLoaderStatsClosure does raw oop comparison Summary: Uses oopDesc::equals() for comparing oop equality Reviewed-by: shade
Wed, 19 Sep 2018 22:42:34 +0200 8210919: Remove statically linked libjli on Windows
ihse [Wed, 19 Sep 2018 22:42:34 +0200] rev 51808
8210919: Remove statically linked libjli on Windows Reviewed-by: erikj
Wed, 19 Sep 2018 15:25:05 -0400 8198717: Remove compute_optional_offset
coleenp [Wed, 19 Sep 2018 15:25:05 -0400] rev 51807
8198717: Remove compute_optional_offset Summary: remove optional_offset computation and related unused code from javaClasses for reflection. Reviewed-by: redestad, lfoltan
Wed, 19 Sep 2018 21:31:33 +0200 8210829: Modularize allocations in C2
rkennke [Wed, 19 Sep 2018 21:31:33 +0200] rev 51806
8210829: Modularize allocations in C2 Reviewed-by: kvn, roland
Wed, 19 Sep 2018 10:51:06 -0700 8209817: stack is executable when building with Clang on Linux
martin [Wed, 19 Sep 2018 10:51:06 -0700] rev 51805
8209817: stack is executable when building with Clang on Linux Reviewed-by: dholmes, martin, mikael, ihse Contributed-by: Arthur Eubanks <aeubanks@google.com>
Wed, 19 Sep 2018 19:12:20 +0200 8210884: ZGC: Remove insertion of filler objects
pliden [Wed, 19 Sep 2018 19:12:20 +0200] rev 51804
8210884: ZGC: Remove insertion of filler objects Reviewed-by: eosterlund
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
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip