Tue, 03 Sep 2019 09:28:42 +0200 8230470: Shenandoah doesn't need change from JDK-8212610 anymore
roland [Tue, 03 Sep 2019 09:28:42 +0200] rev 58106
8230470: Shenandoah doesn't need change from JDK-8212610 anymore Reviewed-by: thartmann
Thu, 12 Sep 2019 12:51:31 +0200 8230888: jfrVirtualMemory.cpp should include globals.hpp
stuefe [Thu, 12 Sep 2019 12:51:31 +0200] rev 58105
8230888: jfrVirtualMemory.cpp should include globals.hpp Reviewed-by: dholmes, mgronlun
Thu, 12 Sep 2019 12:23:25 +0200 8220416: Comparison of klass pointers is not optimized any more
chagedorn [Thu, 12 Sep 2019 12:23:25 +0200] rev 58104
8220416: Comparison of klass pointers is not optimized any more Summary: Enables dead klass pointer optimization (since JDK-6964458) again. Reviewed-by: roland, thartmann
Thu, 12 Sep 2019 12:12:26 +0200 8230762: Change MacroAssembler::debug32/64 to use fatal instead of assert
chagedorn [Thu, 12 Sep 2019 12:12:26 +0200] rev 58103
8230762: Change MacroAssembler::debug32/64 to use fatal instead of assert Summary: Always call fatal from debug32/64 to also crash in product build as a follow-up to JDK-8225653. Reviewed-by: roland, thartmann
Fri, 23 Aug 2019 14:22:29 +0200 8229701: aarch64: C2 OSR compilation fails with "shouldn't process one node several times" in final graph reshaping
roland [Fri, 23 Aug 2019 14:22:29 +0200] rev 58102
8229701: aarch64: C2 OSR compilation fails with "shouldn't process one node several times" in final graph reshaping Reviewed-by: thartmann, kvn
Thu, 12 Sep 2019 11:35:02 +0200 ren jfrChunkState jfrChunk JEP-349-branch
mgronlun [Thu, 12 Sep 2019 11:35:02 +0200] rev 58101
ren jfrChunkState jfrChunk
Thu, 12 Sep 2019 10:49:15 +0200 merge stuff JEP-349-branch
mgronlun [Thu, 12 Sep 2019 10:49:15 +0200] rev 58100
merge stuff
Thu, 12 Sep 2019 07:57:00 +0200 Fixes for Windows x64 stuefe-new-metaspace-branch
stuefe [Thu, 12 Sep 2019 07:57:00 +0200] rev 58099
Fixes for Windows x64
Wed, 11 Sep 2019 16:13:05 +0200 8230856: Java_java_net_NetworkInterface_getByName0 on unix misses ReleaseStringUTFChars in early return
mbaesken [Wed, 11 Sep 2019 16:13:05 +0200] rev 58098
8230856: Java_java_net_NetworkInterface_getByName0 on unix misses ReleaseStringUTFChars in early return Reviewed-by: dfuchs, stuefe, vtewari
Wed, 11 Sep 2019 16:54:53 +0200 8230861: missing ReleaseStringUTFChars in Java_sun_security_pkcs11_wrapper_PKCS11_connect
mbaesken [Wed, 11 Sep 2019 16:54:53 +0200] rev 58097
8230861: missing ReleaseStringUTFChars in Java_sun_security_pkcs11_wrapper_PKCS11_connect Reviewed-by: alanb, stuefe
Wed, 11 Sep 2019 18:31:25 -0700 8230586: Encapsulate fields in filemap.hpp
iklam [Wed, 11 Sep 2019 18:31:25 -0700] rev 58096
8230586: Encapsulate fields in filemap.hpp Reviewed-by: ccheung
Wed, 11 Sep 2019 22:09:05 -0400 8230423: Move os::sleep to JavaThread::sleep
dholmes [Wed, 11 Sep 2019 22:09:05 -0400] rev 58095
8230423: Move os::sleep to JavaThread::sleep Reviewed-by: rehn, dcubed
Thu, 12 Sep 2019 03:21:11 +0200 Added tag jdk-14+14 for changeset cddef3bde924
jwilhelm [Thu, 12 Sep 2019 03:21:11 +0200] rev 58094
Added tag jdk-14+14 for changeset cddef3bde924
Wed, 11 Sep 2019 16:25:12 -0700 8230830: No required ResourceMark in src/hotspot/share/prims/jvmtiImpl.cpp:JvmtiSuspendControl::print()
lmesnik [Wed, 11 Sep 2019 16:25:12 -0700] rev 58093
8230830: No required ResourceMark in src/hotspot/share/prims/jvmtiImpl.cpp:JvmtiSuspendControl::print() Reviewed-by: dholmes, cjplummer, sspitsyn
Wed, 11 Sep 2019 23:10:14 +0000 8229378: jdwp library loader in linker_md.c quietly truncates on buffer overflow
afarley [Wed, 11 Sep 2019 23:10:14 +0000] rev 58092
8229378: jdwp library loader in linker_md.c quietly truncates on buffer overflow Summary: Check buffer overflow when the jdwp agent full dll name is built Reviewed-by: cjplummer, sspitsyn
Wed, 11 Sep 2019 16:06:09 -0700 8230734: Remove default constructors from java.compiler
darcy [Wed, 11 Sep 2019 16:06:09 -0700] rev 58091
8230734: Remove default constructors from java.compiler Reviewed-by: jjg
Wed, 11 Sep 2019 13:28:09 -0700 8230674: Heap dumps should exclude dormant CDS archived objects of unloaded classes
iklam [Wed, 11 Sep 2019 13:28:09 -0700] rev 58090
8230674: Heap dumps should exclude dormant CDS archived objects of unloaded classes Reviewed-by: dholmes, jiangli
Wed, 11 Sep 2019 12:32:01 -0700 8230342: LineNumberReader.getLineNumber() returns inconsistent results after EOF
bpb [Wed, 11 Sep 2019 12:32:01 -0700] rev 58089
8230342: LineNumberReader.getLineNumber() returns inconsistent results after EOF Reviewed-by: rriggs, dfuchs
Wed, 11 Sep 2019 11:55:31 -0700 8192057: com/sun/jdi/BadHandshakeTest.java fails with java.net.ConnectException
amenkov [Wed, 11 Sep 2019 11:55:31 -0700] rev 58088
8192057: com/sun/jdi/BadHandshakeTest.java fails with java.net.ConnectException Reviewed-by: sspitsyn, rrich
Wed, 11 Sep 2019 17:30:30 +0000 8229202: Docker reporting causes secondary crashes in error handling
bobv [Wed, 11 Sep 2019 17:30:30 +0000] rev 58087
8229202: Docker reporting causes secondary crashes in error handling Reviewed-by: coleenp, hseigel, mseledtsov
Wed, 11 Sep 2019 08:50:03 -0700 8230136: DateTimeFormatterBuilder.FractionPrinterParser#parse fails to verify minWidth
naoto [Wed, 11 Sep 2019 08:50:03 -0700] rev 58086
8230136: DateTimeFormatterBuilder.FractionPrinterParser#parse fails to verify minWidth Reviewed-by: joehw, scolebourne, rriggs
Wed, 11 Sep 2019 17:36:28 +0200 Fix jtreg/vmTestbase/metaspace/shrink_grow/CompressedClassSpaceSize stuefe-new-metaspace-branch
stuefe [Wed, 11 Sep 2019 17:36:28 +0200] rev 58085
Fix jtreg/vmTestbase/metaspace/shrink_grow/CompressedClassSpaceSize
Wed, 11 Sep 2019 14:16:30 +0200 8230398: Remove NULL checks before FREE_C_HEAP_ARRAY jdk-14+14
lkorinth [Wed, 11 Sep 2019 14:16:30 +0200] rev 58084
8230398: Remove NULL checks before FREE_C_HEAP_ARRAY Reviewed-by: dholmes, kbarrett, tschatzl
Wed, 11 Sep 2019 14:16:27 +0200 8227168: Cleanup usage of NEW_C_HEAP_ARRAY
lkorinth [Wed, 11 Sep 2019 14:16:27 +0200] rev 58083
8227168: Cleanup usage of NEW_C_HEAP_ARRAY Reviewed-by: coleenp, dholmes, kbarrett, tschatzl
Wed, 11 Sep 2019 13:31:52 +0200 update nanos for flush chunk JEP-349-branch
mgronlun [Wed, 11 Sep 2019 13:31:52 +0200] rev 58082
update nanos for flush chunk
Wed, 11 Sep 2019 10:19:09 +0200 8230794: Improve assert to get more information about the JDK-8227695 failure
tschatzl [Wed, 11 Sep 2019 10:19:09 +0200] rev 58081
8230794: Improve assert to get more information about the JDK-8227695 failure Reviewed-by: kbarrett, sjohanss
Tue, 10 Sep 2019 12:51:05 -0700 8229960: Remove sun.nio.cs.map system property
naoto [Tue, 10 Sep 2019 12:51:05 -0700] rev 58080
8229960: Remove sun.nio.cs.map system property Reviewed-by: alanb
Tue, 10 Sep 2019 19:58:22 +0200 8230813: Add JDK-8010500 to compiler/loopopts/superword/TestFuzzPreLoop.java bug list
shade [Tue, 10 Sep 2019 19:58:22 +0200] rev 58079
8230813: Add JDK-8010500 to compiler/loopopts/superword/TestFuzzPreLoop.java bug list Reviewed-by: zgu
Tue, 10 Sep 2019 10:35:52 -0700 8229785: MethodType::fromMethodDescriptorString should require security permission if loader is null
mchung [Tue, 10 Sep 2019 10:35:52 -0700] rev 58078
8229785: MethodType::fromMethodDescriptorString should require security permission if loader is null Reviewed-by: vromero
Tue, 10 Sep 2019 10:24:42 -0700 8225761: Update --release 13 symbol information after JDK 13 GA
darcy [Tue, 10 Sep 2019 10:24:42 -0700] rev 58077
8225761: Update --release 13 symbol information after JDK 13 GA Reviewed-by: jlahoda
Tue, 10 Sep 2019 09:21:23 -0700 JEP-349-branch: fixes to copyright headers JEP-349-branch
mseledtsov [Tue, 10 Sep 2019 09:21:23 -0700] rev 58076
JEP-349-branch: fixes to copyright headers
Tue, 10 Sep 2019 09:12:08 -0700 8230781: Add JTREG_FAILURE_HANDLER_TIMEOUT to control timeout handler timeout
lmesnik [Tue, 10 Sep 2019 09:12:08 -0700] rev 58075
8230781: Add JTREG_FAILURE_HANDLER_TIMEOUT to control timeout handler timeout Reviewed-by: erikj
Tue, 10 Sep 2019 09:08:52 -0700 8230303: JDB hangs when running monitor command
igerasim [Tue, 10 Sep 2019 09:08:52 -0700] rev 58074
8230303: JDB hangs when running monitor command Reviewed-by: sspitsyn
Tue, 10 Sep 2019 16:02:57 +0200 flush chunk JEP-349-branch
mgronlun [Tue, 10 Sep 2019 16:02:57 +0200] rev 58073
flush chunk
Tue, 10 Sep 2019 15:35:35 +0200 8230709: Array index out of bounds in ES6 mode
hannesw [Tue, 10 Sep 2019 15:35:35 +0200] rev 58072
8230709: Array index out of bounds in ES6 mode Reviewed-by: attila
Tue, 10 Sep 2019 15:30:23 +0200 8230766: Changed message in IllegalMonitorStateException
hannesw [Tue, 10 Sep 2019 15:30:23 +0200] rev 58071
8230766: Changed message in IllegalMonitorStateException Reviewed-by: attila, jlaskey
Tue, 10 Sep 2019 15:05:00 +0200 Fix class space display issue in metaspace report stuefe-new-metaspace-branch
stuefe [Tue, 10 Sep 2019 15:05:00 +0200] rev 58070
Fix class space display issue in metaspace report
Tue, 10 Sep 2019 14:31:38 +0200 Remove always-use-class-space feature stuefe-new-metaspace-branch
stuefe [Tue, 10 Sep 2019 14:31:38 +0200] rev 58069
Remove always-use-class-space feature
Tue, 10 Sep 2019 13:14:36 +0200 restructuring in JfrRecorderService JEP-349-branch
mgronlun [Tue, 10 Sep 2019 13:14:36 +0200] rev 58068
restructuring in JfrRecorderService
Tue, 10 Sep 2019 12:53:00 +0200 commit granule size must not be smaller than native page size stuefe-new-metaspace-branch
stuefe [Tue, 10 Sep 2019 12:53:00 +0200] rev 58067
commit granule size must not be smaller than native page size
Tue, 10 Sep 2019 11:11:31 +0200 8230566: ZGC: Don't substitute klass pointer during array clearing
pliden [Tue, 10 Sep 2019 11:11:31 +0200] rev 58066
8230566: ZGC: Don't substitute klass pointer during array clearing Reviewed-by: stefank, eosterlund
Mon, 09 Sep 2019 16:34:45 +0200 8230769: BufImg_SetupICM add ReleasePrimitiveArrayCritical call in early return
mbaesken [Mon, 09 Sep 2019 16:34:45 +0200] rev 58065
8230769: BufImg_SetupICM add ReleasePrimitiveArrayCritical call in early return Reviewed-by: prr, stuefe
Fri, 06 Sep 2019 16:15:11 +0200 8230711: ConnectionGraph::unique_java_object(Node* N) return NULL if n is not in the CG
mbaesken [Fri, 06 Sep 2019 16:15:11 +0200] rev 58064
8230711: ConnectionGraph::unique_java_object(Node* N) return NULL if n is not in the CG Reviewed-by: mdoerr
Tue, 10 Sep 2019 09:24:05 +0200 Initial changes for new metaspace. Only tested for Linux x64. stuefe-new-metaspace-branch
stuefe [Tue, 10 Sep 2019 09:24:05 +0200] rev 58063
Initial changes for new metaspace. Only tested for Linux x64.
Tue, 10 Sep 2019 14:52:53 +0800 8230454: [Graal] Add "com/sun/crypto/provider/KeyFactory/TestProviderLeak.java" to Graal problem list.
xgong [Tue, 10 Sep 2019 14:52:53 +0800] rev 58062
8230454: [Graal] Add "com/sun/crypto/provider/KeyFactory/TestProviderLeak.java" to Graal problem list. Reviewed-by: dlong
Tue, 10 Sep 2019 08:43:33 +0200 8225653: Provide more information when hitting SIGILL from HaltNode
chagedorn [Tue, 10 Sep 2019 08:43:33 +0200] rev 58061
8225653: Provide more information when hitting SIGILL from HaltNode Summary: Add information string for each HaltNode which is printed if hit at runtime. Reviewed-by: vlivanov, thartmann
Tue, 10 Sep 2019 07:42:04 +0200 8207800: always_do_update_barrier is unused
godin [Tue, 10 Sep 2019 07:42:04 +0200] rev 58060
8207800: always_do_update_barrier is unused Reviewed-by: shade, tschatzl Contributed-by: Evgeny Mandrikov <mandrikov@gmail.com>
Mon, 09 Sep 2019 16:54:48 -0400 8221361: Eliminate two-phase initialization for PtrQueueSet classes
kbarrett [Mon, 09 Sep 2019 16:54:48 -0400] rev 58059
8221361: Eliminate two-phase initialization for PtrQueueSet classes Summary: Move allocator and CBL monitor init to constructor. Reviewed-by: tschatzl, shade
Mon, 09 Sep 2019 12:42:01 -0700 8230284: Accounting currency format support does not cope with explicit number system
naoto [Mon, 09 Sep 2019 12:42:01 -0700] rev 58058
8230284: Accounting currency format support does not cope with explicit number system Reviewed-by: rriggs
Mon, 09 Sep 2019 12:00:36 -0700 8230516: invalid html in jdwp-protocol.html
amenkov [Mon, 09 Sep 2019 12:00:36 -0700] rev 58057
8230516: invalid html in jdwp-protocol.html Reviewed-by: dtitov, sspitsyn
Mon, 09 Sep 2019 11:04:04 -0700 8212117: Class.forName may return a reference to a loaded but not linked Class
bchristi [Mon, 09 Sep 2019 11:04:04 -0700] rev 58056
8212117: Class.forName may return a reference to a loaded but not linked Class Reviewed-by: dholmes, mchung
Mon, 09 Sep 2019 18:23:39 +0100 8230526: jdk.internal.net.http.PlainProxyConnection is never reused by HttpClient
dfuchs [Mon, 09 Sep 2019 18:23:39 +0100] rev 58055
8230526: jdk.internal.net.http.PlainProxyConnection is never reused by HttpClient Summary: fixed the PlainProxyConnection lookup key. Reviewed-by: chegar
Mon, 09 Sep 2019 10:13:42 -0700 8230723: Remove default constructors from java.lang and java.io
darcy [Mon, 09 Sep 2019 10:13:42 -0700] rev 58054
8230723: Remove default constructors from java.lang and java.io Reviewed-by: bpb, rriggs
Sat, 24 Aug 2019 09:31:15 +0530 8177389: Hyphen "-" should be removed in URL class documentation
jpai [Sat, 24 Aug 2019 09:31:15 +0530] rev 58053
8177389: Hyphen "-" should be removed in URL class documentation Summary: javadoc of java.net.URL constructor updated to remove an unnecessary hyphen Reviewed-by: dfuchs
Mon, 09 Sep 2019 16:13:43 +0100 8230132: java/net/NetworkInterface/NetworkInterfaceRetrievalTests.java to skip Teredo Tunneling Pseudo-Interface
dfuchs [Mon, 09 Sep 2019 16:13:43 +0100] rev 58052
8230132: java/net/NetworkInterface/NetworkInterfaceRetrievalTests.java to skip Teredo Tunneling Pseudo-Interface Summary: The test is updated to skip Teredo pseudo interfaces on windows. Reviewed-by: michaelm, vtewari, aefimov Contributed-by: patrick.concannon@oracle.com
Mon, 09 Sep 2019 15:42:16 +0200 8230669: [s390] C1: assert(is_bound() || is_unused()) failed: Label was never bound to a location, but it was used as a jmp target
mdoerr [Mon, 09 Sep 2019 15:42:16 +0200] rev 58051
8230669: [s390] C1: assert(is_bound() || is_unused()) failed: Label was never bound to a location, but it was used as a jmp target Reviewed-by: phh, xliu
Mon, 09 Sep 2019 15:14:16 +0200 8230708: Hotspot fails to build on linux-sparc with gcc-9
glaubitz [Mon, 09 Sep 2019 15:14:16 +0200] rev 58050
8230708: Hotspot fails to build on linux-sparc with gcc-9 Reviewed-by: dholmes, phh
Mon, 09 Sep 2019 13:26:35 +0200 JavaThread name JEP-349-branch
mgronlun [Mon, 09 Sep 2019 13:26:35 +0200] rev 58049
JavaThread name
Wed, 04 Sep 2019 13:07:15 +0200 8230564: Remove os_ext.hpp
stefank [Wed, 04 Sep 2019 13:07:15 +0200] rev 58048
8230564: Remove os_ext.hpp Reviewed-by: coleenp, dholmes
Wed, 04 Sep 2019 13:06:44 +0200 8230563: Remove arguments_ext.cpp
stefank [Wed, 04 Sep 2019 13:06:44 +0200] rev 58047
8230563: Remove arguments_ext.cpp Reviewed-by: dholmes, coleenp
Wed, 04 Sep 2019 13:06:04 +0200 8230562: Remove g1HeapSizingPolicy_ext.cpp
stefank [Wed, 04 Sep 2019 13:06:04 +0200] rev 58046
8230562: Remove g1HeapSizingPolicy_ext.cpp Reviewed-by: dholmes, sjohanss
Wed, 04 Sep 2019 11:38:54 +0200 8230561: Remove logTag_ext.hpp
stefank [Wed, 04 Sep 2019 11:38:54 +0200] rev 58045
8230561: Remove logTag_ext.hpp Reviewed-by: dholmes, coleenp
Wed, 04 Sep 2019 11:05:20 +0200 8224599: Remove globals_ext.hpp
stefank [Wed, 04 Sep 2019 11:05:20 +0200] rev 58044
8224599: Remove globals_ext.hpp Reviewed-by: coleenp, kvn, gziemski, ehelin
Mon, 09 Sep 2019 09:05:30 +0200 8228758: assert(_no_handle_mark_nesting == 0) failed: allocating handle inside NoHandleMark
rehn [Mon, 09 Sep 2019 09:05:30 +0200] rev 58043
8228758: assert(_no_handle_mark_nesting == 0) failed: allocating handle inside NoHandleMark Reviewed-by: coleenp, dcubed, dholmes
Mon, 09 Sep 2019 11:19:51 +0800 8230129: Add jtreg "serviceability/sa/ClhsdbInspect.java" to graal problem list.
xgong [Mon, 09 Sep 2019 11:19:51 +0800] rev 58042
8230129: Add jtreg "serviceability/sa/ClhsdbInspect.java" to graal problem list. Reviewed-by: dlong, thartmann
Sat, 07 Sep 2019 18:48:57 -0400 8230422: Convert uninterruptible os::sleep calls to os::naked_short_sleep
dholmes [Sat, 07 Sep 2019 18:48:57 -0400] rev 58041
8230422: Convert uninterruptible os::sleep calls to os::naked_short_sleep Reviewed-by: kbarrett, dcubed, shade
Sat, 07 Sep 2019 10:05:47 -0700 8226953: AOT: assert(oopDesc::is_oop(obj)) failed: not an oop
iveresov [Sat, 07 Sep 2019 10:05:47 -0700] rev 58040
8226953: AOT: assert(oopDesc::is_oop(obj)) failed: not an oop Reviewed-by: dlong
Sat, 07 Sep 2019 10:04:07 -0400 8230730: UseCompressedOops test crash with assertion failure
zgu [Sat, 07 Sep 2019 10:04:07 -0400] rev 58039
8230730: UseCompressedOops test crash with assertion failure Reviewed-by: stefank, eosterlund
Sat, 07 Sep 2019 15:44:04 +0200 8230662: Remove dead code from MethodTypeForm
redestad [Sat, 07 Sep 2019 15:44:04 +0200] rev 58038
8230662: Remove dead code from MethodTypeForm Reviewed-by: vlivanov, mchung
Fri, 06 Sep 2019 17:42:06 -0400 8223211 : Remove old code from service support JDK-8200758-branch
herrick [Fri, 06 Sep 2019 17:42:06 -0400] rev 58037
8223211 : Remove old code from service support Submitted-by: almatvee Reviewed-by: herrick, asemenyuk
Fri, 06 Sep 2019 17:31:56 -0400 8229840 : Add jtreg test for --linux-app-category option JDK-8200758-branch
herrick [Fri, 06 Sep 2019 17:31:56 -0400] rev 58036
8229840 : Add jtreg test for --linux-app-category option 8229841 : Add jtreg test for --linux-app-release option Submitted-by: asemenyuk Reviewed-by: herrick, almatvee
Fri, 06 Sep 2019 12:41:21 -0700 8230715: Baseline compare build on Windows fails intermittently in file type for jvm.pdb
erikj [Fri, 06 Sep 2019 12:41:21 -0700] rev 58035
8230715: Baseline compare build on Windows fails intermittently in file type for jvm.pdb Reviewed-by: mikael
Fri, 06 Sep 2019 14:54:33 -0400 8230680: latest Graal unittests depend on jdk.internal.module
dlong [Fri, 06 Sep 2019 14:54:33 -0400] rev 58034
8230680: latest Graal unittests depend on jdk.internal.module Reviewed-by: iignatyev
Fri, 06 Sep 2019 13:38:55 -0400 8230404: Refactor logged card refinement support in G1DirtyCardQueueSet
kbarrett [Fri, 06 Sep 2019 13:38:55 -0400] rev 58033
8230404: Refactor logged card refinement support in G1DirtyCardQueueSet Summary: Separate concurrent refinement from STW refinement. Reviewed-by: sjohanss, tschatzl
Fri, 06 Sep 2019 15:13:38 +0200 8230666: Exclude serviceability/sa/TestInstanceKlassSize.java on linuxppc64 and linuxppc64le
clanger [Fri, 06 Sep 2019 15:13:38 +0200] rev 58032
8230666: Exclude serviceability/sa/TestInstanceKlassSize.java on linuxppc64 and linuxppc64le Reviewed-by: dcubed
Fri, 06 Sep 2019 14:04:44 +0100 8230694: http.keepAlive system property is inconsistently/incorrectly documented
dfuchs [Fri, 06 Sep 2019 14:04:44 +0100] rev 58031
8230694: http.keepAlive system property is inconsistently/incorrectly documented Summary: trivially fixed the net-properties.html file Reviewed-by: alanb
Fri, 30 Aug 2019 09:24:54 +0200 8230363: C2: Let ConnectionGraph::not_global_escape(Node* n) return false if n is not in the CG
rrich [Fri, 30 Aug 2019 09:24:54 +0200] rev 58030
8230363: C2: Let ConnectionGraph::not_global_escape(Node* n) return false if n is not in the CG Reviewed-by: thartmann, mdoerr
Fri, 06 Sep 2019 09:26:23 +0200 8230671: x86_32 build failures after JDK-8229496
shade [Fri, 06 Sep 2019 09:26:23 +0200] rev 58029
8230671: x86_32 build failures after JDK-8229496 Reviewed-by: thartmann
Thu, 05 Sep 2019 17:38:54 -0700 8229831: Upgrade Character.isUnicodeIdentifierStart/Part() methods to the latest standard
naoto [Thu, 05 Sep 2019 17:38:54 -0700] rev 58028
8229831: Upgrade Character.isUnicodeIdentifierStart/Part() methods to the latest standard Reviewed-by: rriggs
Thu, 05 Sep 2019 16:26:53 -0700 8187898: PrintStream should override FilterOutputStream#write(byte[]) with a method that has no throws clause
bpb [Thu, 05 Sep 2019 16:26:53 -0700] rev 58027
8187898: PrintStream should override FilterOutputStream#write(byte[]) with a method that has no throws clause Reviewed-by: alanb, rriggs, lancea, darcy
Thu, 05 Sep 2019 15:55:57 -0700 8230681: Add @since tag to java.io.Serial
darcy [Thu, 05 Sep 2019 15:55:57 -0700] rev 58026
8230681: Add @since tag to java.io.Serial Reviewed-by: lancea, bpb
Thu, 05 Sep 2019 18:39:22 -0400 8227563: jvmti/scenarios/contention/TC05/tc05t001 fails due to "ERROR: tc05t001.cpp, 278: (waitedThreadCpuTime - waitThreadCpuTime) < (EXPECTED_ACCURACY * 1000000)"
dholmes [Thu, 05 Sep 2019 18:39:22 -0400] rev 58025
8227563: jvmti/scenarios/contention/TC05/tc05t001 fails due to "ERROR: tc05t001.cpp, 278: (waitedThreadCpuTime - waitThreadCpuTime) < (EXPECTED_ACCURACY * 1000000)" Reviewed-by: amenkov, cjplummer, sspitsyn
Thu, 05 Sep 2019 14:12:01 -0700 8229280: Test failures on several linux hosts after JDK-8181493
bpb [Thu, 05 Sep 2019 14:12:01 -0700] rev 58024
8229280: Test failures on several linux hosts after JDK-8181493 Reviewed-by: alanb, clanger, dfuchs
Thu, 05 Sep 2019 11:12:12 -0700 8230632: [TESTBUG] appcds/NonExistClasspath.java and ClassPathAttr.java failed when running in hotspot_appcds_dynamic test group
ccheung [Thu, 05 Sep 2019 11:12:12 -0700] rev 58023
8230632: [TESTBUG] appcds/NonExistClasspath.java and ClassPathAttr.java failed when running in hotspot_appcds_dynamic test group Summary: Exclude NonExistClasspath.java from the test group; increase timeout for ClassPathAttr.java. Reviewed-by: dcubed, iklam
Thu, 05 Sep 2019 17:26:38 +0000 8228854: Default ErrorListener reports warnings and errors to the console
joehw [Thu, 05 Sep 2019 17:26:38 +0000] rev 58022
8228854: Default ErrorListener reports warnings and errors to the console Reviewed-by: lancea
Thu, 05 Sep 2019 19:24:53 +0200 8230646: Epsilon does not extend TLABs to max size
shade [Thu, 05 Sep 2019 19:24:53 +0200] rev 58021
8230646: Epsilon does not extend TLABs to max size Reviewed-by: tschatzl, zgu
Thu, 05 Sep 2019 16:46:50 +0200 Improved handling of Thread.interrupt() + cleanup JEP-349-branch
egahlin [Thu, 05 Sep 2019 16:46:50 +0200] rev 58020
Improved handling of Thread.interrupt() + cleanup
Thu, 05 Sep 2019 13:56:17 +0200 8229496: SIGFPE (division by zero) in C2 OSR compiled method
thartmann [Thu, 05 Sep 2019 13:56:17 +0200] rev 58019
8229496: SIGFPE (division by zero) in C2 OSR compiled method Summary: Adding a CastNode to keep the dependency between the div/mod operation and the zero check. Reviewed-by: roland, mdoerr
Thu, 05 Sep 2019 12:39:48 +0200 8177068: incomplete classpath causes NPE in Flow
jlahoda [Thu, 05 Sep 2019 12:39:48 +0200] rev 58018
8177068: incomplete classpath causes NPE in Flow Summary: Undo completions that failed during speculative attribution, so that the appropriate CompletionFailures are thrown again and properly reported. Reviewed-by: vromero
Thu, 05 Sep 2019 09:59:43 +0200 8230466: check malloc/calloc results in jdk.hotspot.agent
mbaesken [Thu, 05 Sep 2019 09:59:43 +0200] rev 58017
8230466: check malloc/calloc results in jdk.hotspot.agent Reviewed-by: cjplummer, ysuenaga, sspitsyn
Thu, 05 Sep 2019 11:09:12 +0200 8230642: 8224815 broke Shenandoah build
stuefe [Thu, 05 Sep 2019 11:09:12 +0200] rev 58016
8230642: 8224815 broke Shenandoah build Reviewed-by: shade
Thu, 05 Sep 2019 08:26:49 +0200 8224815: Remove non-GC uses of CollectedHeap::is_in_reserved()
eosterlund [Thu, 05 Sep 2019 08:26:49 +0200] rev 58015
8224815: Remove non-GC uses of CollectedHeap::is_in_reserved() Reviewed-by: stefank, coleenp
Thu, 05 Sep 2019 08:26:44 +0200 8229189: Improve JFR leak profiler tracing to deal with discontiguous heaps
eosterlund [Thu, 05 Sep 2019 08:26:44 +0200] rev 58014
8229189: Improve JFR leak profiler tracing to deal with discontiguous heaps Reviewed-by: mgronlun, egahlin
Thu, 05 Sep 2019 14:55:21 +0800 8228967: Trust/Key store and SSL context utilities for tests
jjiang [Thu, 05 Sep 2019 14:55:21 +0800] rev 58013
8228967: Trust/Key store and SSL context utilities for tests Reviewed-by: xuelei
Thu, 05 Sep 2019 02:13:59 +0200 Added tag jdk-14+13 for changeset fbbe6672ae15
jwilhelm [Thu, 05 Sep 2019 02:13:59 +0200] rev 58012
Added tag jdk-14+13 for changeset fbbe6672ae15
Wed, 04 Sep 2019 15:49:25 -0700 8230626: Make UnknownFooException strings more informative
darcy [Wed, 04 Sep 2019 15:49:25 -0700] rev 58011
8230626: Make UnknownFooException strings more informative Reviewed-by: jjg, mr
Wed, 04 Sep 2019 13:57:26 -0700 8230624: [TESTBUG] Problemlist JFR compiler/TestCodeSweeper.java
mseledtsov [Wed, 04 Sep 2019 13:57:26 -0700] rev 58010
8230624: [TESTBUG] Problemlist JFR compiler/TestCodeSweeper.java Summary: Added the test to the problem list Reviewed-by: egahlin
Wed, 04 Sep 2019 18:10:07 +0100 8230435: Replace wildcard address with loopback or local host in tests - part 22
dfuchs [Wed, 04 Sep 2019 18:10:07 +0100] rev 58009
8230435: Replace wildcard address with loopback or local host in tests - part 22 Summary: fixes tests to use the loopback address whenever possible. It also fixes some safe publishing issues, or add diagnostics in some of the tests. Reviewed-by: michaelm
Wed, 04 Sep 2019 17:36:53 +0100 8171405: java/net/URLConnection/ResendPostBody.java failed with "Error while cleaning up threads after test"
dfuchs [Wed, 04 Sep 2019 17:36:53 +0100] rev 58008
8171405: java/net/URLConnection/ResendPostBody.java failed with "Error while cleaning up threads after test" Summary: test cleaned up to improve safe termination Reviewed-by: michaelm, vtewari, dfuchs Contributed-by: Julia Boes <julia.boes@oracle.com>
Wed, 04 Sep 2019 16:42:36 +0100 8230159: Add test to verify that com.sun.net.httpserver.BasicAuthenticator constructors throw expected exceptions jdk-14+13
dfuchs [Wed, 04 Sep 2019 16:42:36 +0100] rev 58007
8230159: Add test to verify that com.sun.net.httpserver.BasicAuthenticator constructors throw expected exceptions Summary: new BasicAuthenticatorExceptionCheck.java test added Reviewed-by: chegar, dfuchs, vtewari Contributed-by: Patrick Concannon <patrick.concannon@oracle.com>
Wed, 04 Sep 2019 16:39:12 +0200 8229450: C2 compilation fails with assert(found_sfpt) failed
xliu [Wed, 04 Sep 2019 16:39:12 +0200] rev 58006
8229450: C2 compilation fails with assert(found_sfpt) failed Reviewed-by: roland, thartmann
Wed, 04 Sep 2019 15:05:03 +0200 8230401: ClassLoaderData::_keep_alive is read with wrong type in c2i entry barrier
eosterlund [Wed, 04 Sep 2019 15:05:03 +0200] rev 58005
8230401: ClassLoaderData::_keep_alive is read with wrong type in c2i entry barrier Reviewed-by: zgu, tschatzl, iklam
Wed, 04 Sep 2019 14:21:54 +0200 8230434: [C1, C2] Release barrier for volatile field stores in constructors implemented inconsistently
mdoerr [Wed, 04 Sep 2019 14:21:54 +0200] rev 58004
8230434: [C1, C2] Release barrier for volatile field stores in constructors implemented inconsistently Reviewed-by: shade, lucy
Wed, 04 Sep 2019 09:47:55 +0200 8209802: Garbage collectors should register JFR types themselves to avoid build errors.
sjohanss [Wed, 04 Sep 2019 09:47:55 +0200] rev 58003
8209802: Garbage collectors should register JFR types themselves to avoid build errors. Reviewed-by: kbarrett, tschatzl
Wed, 04 Sep 2019 09:47:51 +0200 8230431: Move G1 trace code from gcTrace* to G1 directory
sjohanss [Wed, 04 Sep 2019 09:47:51 +0200] rev 58002
8230431: Move G1 trace code from gcTrace* to G1 directory Reviewed-by: kbarrett, lkorinth
Tue, 03 Sep 2019 17:52:36 +0200 8229182: runtime/containers/docker/TestMemoryAwareness.java test fails on SLES12
mbaesken [Tue, 03 Sep 2019 17:52:36 +0200] rev 58001
8229182: runtime/containers/docker/TestMemoryAwareness.java test fails on SLES12 Reviewed-by: clanger, mseledtsov
Tue, 03 Sep 2019 16:52:55 +0200 8230485: add handling of aix tar in configure
mbaesken [Tue, 03 Sep 2019 16:52:55 +0200] rev 58000
8230485: add handling of aix tar in configure Reviewed-by: erikj
Wed, 04 Sep 2019 12:47:42 +0800 8226221: Update PKCS11 tests to use NSS 3.46 libs
jjiang [Wed, 04 Sep 2019 12:47:42 +0800] rev 57999
8226221: Update PKCS11 tests to use NSS 3.46 libs Reviewed-by: xuelei
Tue, 03 Sep 2019 23:42:06 -0400 6313903: Thread.sleep(3) might wake up immediately on windows
dholmes [Tue, 03 Sep 2019 23:42:06 -0400] rev 57998
6313903: Thread.sleep(3) might wake up immediately on windows Reviewed-by: rehn, dcubed, rriggs
Tue, 03 Sep 2019 22:54:46 +0200 single pass only to install typeset blobs to sample candidates JEP-349-branch
mgronlun [Tue, 03 Sep 2019 22:54:46 +0200] rev 57997
single pass only to install typeset blobs to sample candidates
Tue, 03 Sep 2019 17:45:02 +0300 8227236: assert(singleton != __null && singleton != declared_interface) failed
vlivanov [Tue, 03 Sep 2019 17:45:02 +0300] rev 57996
8227236: assert(singleton != __null && singleton != declared_interface) failed Reviewed-by: dlong
Tue, 03 Sep 2019 13:55:41 -0400 8230483: Shenandoah: consistently disable concurrent roots for Traversal mode
zgu [Tue, 03 Sep 2019 13:55:41 -0400] rev 57995
8230483: Shenandoah: consistently disable concurrent roots for Traversal mode Reviewed-by: shade
(0) -30000 -10000 -3000 -1000 -112 +112 +1000 tip