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
Fri, 30 Aug 2019 17:22:55 +0530 8223714: HTTPSetAuthenticatorTest could be made more resilient
jpai [Fri, 30 Aug 2019 17:22:55 +0530] rev 57994
8223714: HTTPSetAuthenticatorTest could be made more resilient Summary: HTTPTestServer (in the test infrastructure) will no longer stop accepting requests if a previous request processing failed Reviewed-by: dfuchs
Tue, 03 Sep 2019 16:25:05 +0200 ObjectSampler constness JEP-349-branch
mgronlun [Tue, 03 Sep 2019 16:25:05 +0200] rev 57993
ObjectSampler constness
Tue, 03 Sep 2019 15:01:20 +0200 remove explicit leakp artifact tagging functor JEP-349-branch
mgronlun [Tue, 03 Sep 2019 15:01:20 +0200] rev 57992
remove explicit leakp artifact tagging functor
Tue, 03 Sep 2019 14:36:15 +0200 cleanup JEP-349-branch
mgronlun [Tue, 03 Sep 2019 14:36:15 +0200] rev 57991
cleanup
Tue, 03 Sep 2019 14:05:01 +0200 reductions JEP-349-branch
mgronlun [Tue, 03 Sep 2019 14:05:01 +0200] rev 57990
reductions
Tue, 03 Sep 2019 13:31:54 +0200 macro removals JEP-349-branch
mgronlun [Tue, 03 Sep 2019 13:31:54 +0200] rev 57989
macro removals
Tue, 03 Sep 2019 13:15:27 +0200 hide leakp tagging of klass JEP-349-branch
mgronlun [Tue, 03 Sep 2019 13:15:27 +0200] rev 57988
hide leakp tagging of klass
Tue, 03 Sep 2019 11:48:31 +0200 better caching anonymous strings JEP-349-branch
mgronlun [Tue, 03 Sep 2019 11:48:31 +0200] rev 57987
better caching anonymous strings
Tue, 03 Sep 2019 10:03:13 +0200 8230428: Cleanup dead CastIP node code in formssel.cpp
thartmann [Tue, 03 Sep 2019 10:03:13 +0200] rev 57986
8230428: Cleanup dead CastIP node code in formssel.cpp Summary: Removed dead code. Reviewed-by: roland
Mon, 02 Sep 2019 21:08:41 +0200 Clean up class hiercharchy JEP-349-branch
egahlin [Mon, 02 Sep 2019 21:08:41 +0200] rev 57985
Clean up class hiercharchy
Mon, 02 Sep 2019 21:03:40 +0200 Fix race condition in TestRepositoryMigration JEP-349-branch
egahlin [Mon, 02 Sep 2019 21:03:40 +0200] rev 57984
Fix race condition in TestRepositoryMigration
Mon, 02 Sep 2019 19:42:46 +0200 old object sample blob:ification and serialization support JEP-349-branch
mgronlun [Mon, 02 Sep 2019 19:42:46 +0200] rev 57983
old object sample blob:ification and serialization support
Mon, 02 Sep 2019 15:59:37 +0100 Merge
michaelm [Mon, 02 Sep 2019 15:59:37 +0100] rev 57982
Merge
Mon, 02 Sep 2019 15:58:44 +0100 8229235: com.sun.net.httpserver.HttpExchange should implement AutoCloseable
michaelm [Mon, 02 Sep 2019 15:58:44 +0100] rev 57981
8229235: com.sun.net.httpserver.HttpExchange should implement AutoCloseable Reviewed-by: dfuchs, michaelm Contributed-by: patrick.concannon@oracle.com
Mon, 02 Sep 2019 15:04:43 +0200 8227411: TestTimeMultiple.java failed "assert(!lease()) failed: invariant"
mgronlun [Mon, 02 Sep 2019 15:04:43 +0200] rev 57980
8227411: TestTimeMultiple.java failed "assert(!lease()) failed: invariant" Reviewed-by: egahlin
Mon, 02 Sep 2019 13:57:15 +0200 8229437: assert(is_aligned(ref, HeapWordSize)) failed: invariant
mgronlun [Mon, 02 Sep 2019 13:57:15 +0200] rev 57979
8229437: assert(is_aligned(ref, HeapWordSize)) failed: invariant Reviewed-by: egahlin
Mon, 12 Aug 2019 19:20:12 +0200 8229422: Taskqueue: Outdated selection of weak memory model platforms
mdoerr [Mon, 12 Aug 2019 19:20:12 +0200] rev 57978
8229422: Taskqueue: Outdated selection of weak memory model platforms Reviewed-by: tschatzl, dholmes, drwhite
Mon, 02 Sep 2019 12:10:21 +0200 8230425: Shenandoah forces +UseNUMAInterleaving even after explicitly disabled
shade [Mon, 02 Sep 2019 12:10:21 +0200] rev 57977
8230425: Shenandoah forces +UseNUMAInterleaving even after explicitly disabled Reviewed-by: rkennke
Mon, 02 Sep 2019 11:31:12 +0200 8230238: Add another regression test for JDK-8134739
shade [Mon, 02 Sep 2019 11:31:12 +0200] rev 57976
8230238: Add another regression test for JDK-8134739 Reviewed-by: kvn
Fri, 30 Aug 2019 09:37:41 +0200 8224214: [AIX] Remove support for legacy xlc compiler
mbaesken [Fri, 30 Aug 2019 09:37:41 +0200] rev 57975
8224214: [AIX] Remove support for legacy xlc compiler Reviewed-by: erikj, kbarrett, mdoerr, dholmes
Sat, 31 Aug 2019 09:18:40 -0700 8230373: Use java.io.Serial in generated exception types
darcy [Sat, 31 Aug 2019 09:18:40 -0700] rev 57974
8230373: Use java.io.Serial in generated exception types Reviewed-by: erikj, alanb
Fri, 30 Aug 2019 15:36:44 -0400 8230372: Remove G1GCPhaseTimes::MergeLBProcessedBuffers
kbarrett [Fri, 30 Aug 2019 15:36:44 -0400] rev 57973
8230372: Remove G1GCPhaseTimes::MergeLBProcessedBuffers Summary: Removed no longer needed phase time. Reviewed-by: sjohanss, tschatzl
Fri, 30 Aug 2019 14:58:40 -0400 8227224: GenCollectedHeap: add subspace transitions for young gen for gc+heap=info log lines
tonyp [Fri, 30 Aug 2019 14:58:40 -0400] rev 57972
8227224: GenCollectedHeap: add subspace transitions for young gen for gc+heap=info log lines Reviewed-by: kbarrett, tschatzl
Fri, 30 Aug 2019 20:39:38 +0200 Add onError handler + various cleanup JEP-349-branch
egahlin [Fri, 30 Aug 2019 20:39:38 +0200] rev 57971
Add onError handler + various cleanup
Fri, 30 Aug 2019 11:26:48 -0700 8230337: Clarify intention of Elements.{getPackageOf, getModuleOf}
darcy [Fri, 30 Aug 2019 11:26:48 -0700] rev 57970
8230337: Clarify intention of Elements.{getPackageOf, getModuleOf} Reviewed-by: jjg
Fri, 30 Aug 2019 14:05:00 -0400 8230327: Make G1DirtyCardQueueSet free-id init unconditional
kbarrett [Fri, 30 Aug 2019 14:05:00 -0400] rev 57969
8230327: Make G1DirtyCardQueueSet free-id init unconditional Summary: Remove conditional init and make the set an inline member. Reviewed-by: sjohanss, lkorinth, tschatzl
Fri, 30 Aug 2019 15:42:27 +0100 JDK-8229867: first prototype JDK-8229867-branch
dfuchs [Fri, 30 Aug 2019 15:42:27 +0100] rev 57968
JDK-8229867: first prototype
Fri, 30 Aug 2019 16:17:21 +0200 8230390: Problemlist SA tests with AOT
thartmann [Fri, 30 Aug 2019 16:17:21 +0200] rev 57967
8230390: Problemlist SA tests with AOT Summary: Putting tests on the problem list. Reviewed-by: roland
Fri, 30 Aug 2019 13:11:16 +0100 Initial changes for JDK-8229867 JDK-8229867-branch
dfuchs [Fri, 30 Aug 2019 13:11:16 +0100] rev 57966
Initial changes for JDK-8229867
Fri, 30 Aug 2019 12:44:52 +0100 8193596: java/net/DatagramPacket/ReuseBuf.java failed due to timeout
dfuchs [Fri, 30 Aug 2019 12:44:52 +0100] rev 57965
8193596: java/net/DatagramPacket/ReuseBuf.java failed due to timeout Summary: The test is changed to bind to InetAddress.getLocalHost() instead of binding to the wildcard. Reviewed-by: alanb, dfuchs, msheppar Contributed-by: Patrick Concannon <catrick.concannon@oracle.com>
Wed, 28 Aug 2019 20:05:43 +0530 8230310: SocksSocketImpl should handle the IllegalArgumentException thrown by ProxySelector.select usage
jpai [Wed, 28 Aug 2019 20:05:43 +0530] rev 57964
8230310: SocksSocketImpl should handle the IllegalArgumentException thrown by ProxySelector.select usage Summary: Catch the IAE thrown by ProxySelector.select and wrap it into a IOException Reviewed-by: dfuchs
Fri, 30 Aug 2019 12:24:16 +0200 8230105: -XDfind=diamond crashes
jlahoda [Fri, 30 Aug 2019 12:24:16 +0200] rev 57963
8230105: -XDfind=diamond crashes Summary: Avoiding side-effects in Analyzer's speculative attribution. Reviewed-by: mcimadamore, vromero
Fri, 30 Aug 2019 10:44:06 +0200 8230307: ZGC: Make zGlobals and zArguments OS agnostic
eosterlund [Fri, 30 Aug 2019 10:44:06 +0200] rev 57962
8230307: ZGC: Make zGlobals and zArguments OS agnostic Reviewed-by: pliden, smonteith
Fri, 30 Aug 2019 11:11:33 +0200 8230388: Problemlist additional compiler/rtm tests
thartmann [Fri, 30 Aug 2019 11:11:33 +0200] rev 57961
8230388: Problemlist additional compiler/rtm tests Summary: Putting tests on the problem list. Reviewed-by: roland
Fri, 30 Aug 2019 16:44:20 +0800 8230004: jdk/internal/jimage/JImageOpenTest.java runs no test
amlu [Fri, 30 Aug 2019 16:44:20 +0800] rev 57960
8230004: jdk/internal/jimage/JImageOpenTest.java runs no test Reviewed-by: alanb
Fri, 30 Aug 2019 09:06:46 +0200 8230203: Replace markWord enums with typed constants
stefank [Fri, 30 Aug 2019 09:06:46 +0200] rev 57959
8230203: Replace markWord enums with typed constants Reviewed-by: kbarrett, dholmes
Fri, 30 Aug 2019 01:21:14 -0400 8230376: [TESTBUG] runtime/StackTrace/HiddenFrameTest.java fails with release VM
jiefu [Fri, 30 Aug 2019 01:21:14 -0400] rev 57958
8230376: [TESTBUG] runtime/StackTrace/HiddenFrameTest.java fails with release VM Reviewed-by: dholmes
Fri, 30 Aug 2019 09:38:40 +0800 8229797: [JVMCI] Clean up no longer used JVMCI::dependencies_invalid value
pli [Fri, 30 Aug 2019 09:38:40 +0800] rev 57957
8229797: [JVMCI] Clean up no longer used JVMCI::dependencies_invalid value Reviewed-by: dlong, coleenp Contributed-by: doug.simon@oracle.com, xiaohong.gong@arm.com
Thu, 29 Aug 2019 16:31:34 -0700 8229997: Apply java.io.Serial annotations in java.base
darcy [Thu, 29 Aug 2019 16:31:34 -0700] rev 57956
8229997: Apply java.io.Serial annotations in java.base Reviewed-by: alanb, rriggs
Thu, 29 Aug 2019 18:52:30 -0400 8230332: G1DirtyCardQueueSet _notify_when_complete is always true
kbarrett [Thu, 29 Aug 2019 18:52:30 -0400] rev 57955
8230332: G1DirtyCardQueueSet _notify_when_complete is always true Summary: Removed _notify_when_complete, assume true value where formerly used. Reviewed-by: sjohanss, tschatzl
Thu, 29 Aug 2019 15:50:45 -0700 8228960: [TESTBUG] containers/docker/TestJcmdWithSideCar.java: jcmd reports main class as Unknown
mseledtsov [Thu, 29 Aug 2019 15:50:45 -0700] rev 57954
8228960: [TESTBUG] containers/docker/TestJcmdWithSideCar.java: jcmd reports main class as Unknown Summary: waiting for child output to start main() before running jcmd Reviewed-by: dholmes, bobv
Thu, 29 Aug 2019 18:35:52 -0400 8230109: G1DirtyCardQueueSet should use card counts rather than buffer counts
kbarrett [Thu, 29 Aug 2019 18:35:52 -0400] rev 57953
8230109: G1DirtyCardQueueSet should use card counts rather than buffer counts Summary: Consistently use card counts Reviewed-by: sjohanss, sangheki
Fri, 30 Aug 2019 00:03:10 +0200 8230037: Confused MetaData dumped by PrintOptoAssembly
jiefu [Fri, 30 Aug 2019 00:03:10 +0200] rev 57952
8230037: Confused MetaData dumped by PrintOptoAssembly Reviewed-by: kvn, bsrbnd
Thu, 29 Aug 2019 16:37:59 -0400 8230152: No appropriate error message when wix tools missing. JDK-8200758-branch
herrick [Thu, 29 Aug 2019 16:37:59 -0400] rev 57951
8230152: No appropriate error message when wix tools missing. Reviewed-by: asemenyuk
Thu, 29 Aug 2019 10:52:21 -0700 8229999: Apply java.io.Serial annotations to security types in java.base
darcy [Thu, 29 Aug 2019 10:52:21 -0700] rev 57950
8229999: Apply java.io.Serial annotations to security types in java.base Reviewed-by: rriggs, mullan
Thu, 29 Aug 2019 19:40:37 +0200 Update test JEP-349-branch
egahlin [Thu, 29 Aug 2019 19:40:37 +0200] rev 57949
Update test
Thu, 29 Aug 2019 19:38:54 +0200 Publish configuration using volatile instread fence JEP-349-branch
egahlin [Thu, 29 Aug 2019 19:38:54 +0200] rev 57948
Publish configuration using volatile instread fence
Thu, 29 Aug 2019 19:31:57 +0200 Abort directory stream after end JEP-349-branch
egahlin [Thu, 29 Aug 2019 19:31:57 +0200] rev 57947
Abort directory stream after end
Thu, 29 Aug 2019 19:30:32 +0200 Add mechanism för new file notification JEP-349-branch
egahlin [Thu, 29 Aug 2019 19:30:32 +0200] rev 57946
Add mechanism för new file notification
Thu, 29 Aug 2019 10:09:27 -0700 8182119: jdk.hotspot.agent's META-INF/services/com.sun.jdi.connect.Connector no longer needed
dtitov [Thu, 29 Aug 2019 10:09:27 -0700] rev 57945
8182119: jdk.hotspot.agent's META-INF/services/com.sun.jdi.connect.Connector no longer needed Reviewed-by: sspitsyn, amenkov, alanb
Thu, 29 Aug 2019 19:00:41 +0200 Rename RecordingStream::setInterval to setFlushInterval JEP-349-branch
egahlin [Thu, 29 Aug 2019 19:00:41 +0200] rev 57944
Rename RecordingStream::setInterval to setFlushInterval
Wed, 28 Aug 2019 14:22:56 +0200 8229284: jdk/internal/platform/cgroup/TestCgroupMetrics.java fails for - memory:getMemoryUsage
mbaesken [Wed, 28 Aug 2019 14:22:56 +0200] rev 57943
8229284: jdk/internal/platform/cgroup/TestCgroupMetrics.java fails for - memory:getMemoryUsage Reviewed-by: mseledtsov, sgehwolf
Thu, 29 Aug 2019 08:35:31 -0700 8229210: [TESTBUG] Move gc stress tests from JFR directory tree to gc/stress
mseledtsov [Thu, 29 Aug 2019 08:35:31 -0700] rev 57942
8229210: [TESTBUG] Move gc stress tests from JFR directory tree to gc/stress Summary: moved the tests Reviewed-by: egahlin
Thu, 29 Aug 2019 07:39:06 -0700 8230338: Accurate error message about bad Unicode block name
igerasim [Thu, 29 Aug 2019 07:39:06 -0700] rev 57941
8230338: Accurate error message about bad Unicode block name Reviewed-by: rriggs
Thu, 29 Aug 2019 11:33:26 -0300 imported patch legacy JDK-8193209-branch
jlaskey [Thu, 29 Aug 2019 11:33:26 -0300] rev 57940
imported patch legacy
Thu, 29 Aug 2019 15:59:00 +0200 8230302: GenerateJLIClassesPlugin can generate invalid DirectMethodHandle methods
redestad [Thu, 29 Aug 2019 15:59:00 +0200] rev 57939
8230302: GenerateJLIClassesPlugin can generate invalid DirectMethodHandle methods Reviewed-by: mchung
Thu, 29 Aug 2019 08:52:22 -0400 8216977: ShowHiddenFrames use in java_lang_StackTraceElement::fill_in appears broken
coleenp [Thu, 29 Aug 2019 08:52:22 -0400] rev 57938
8216977: ShowHiddenFrames use in java_lang_StackTraceElement::fill_in appears broken Summary: Return NULL source file and negative line number for hidden frames. Reviewed-by: dholmes, hseigel
Thu, 29 Aug 2019 15:16:13 +0200 optimization to avoid retagging and already tagged set of stacktraces JEP-349-branch
mgronlun [Thu, 29 Aug 2019 15:16:13 +0200] rev 57937
optimization to avoid retagging and already tagged set of stacktraces
Thu, 29 Aug 2019 14:05:01 +0200 avoid serializing stacktraces twice JEP-349-branch
mgronlun [Thu, 29 Aug 2019 14:05:01 +0200] rev 57936
avoid serializing stacktraces twice
Thu, 29 Aug 2019 13:08:13 +0200 missing friend declarations JEP-349-branch
mgronlun [Thu, 29 Aug 2019 13:08:13 +0200] rev 57935
missing friend declarations
Thu, 29 Aug 2019 12:53:05 +0200 optimizations for old object sample metadata JEP-349-branch
mgronlun [Thu, 29 Aug 2019 12:53:05 +0200] rev 57934
optimizations for old object sample metadata
Thu, 29 Aug 2019 15:09:48 +0530 Merge
psadhukhan [Thu, 29 Aug 2019 15:09:48 +0530] rev 57933
Merge
Fri, 23 Aug 2019 14:25:20 +0100 8225505: ctrl-F1 does not show the tooltip of a menu item (JMenuItems)
dmarkov [Fri, 23 Aug 2019 14:25:20 +0100] rev 57932
8225505: ctrl-F1 does not show the tooltip of a menu item (JMenuItems) Reviewed-by: psadhukhan, serb
Mon, 19 Aug 2019 12:13:47 +0530 8226513: JEditorPane is shown with incorrect size
psadhukhan [Mon, 19 Aug 2019 12:13:47 +0530] rev 57931
8226513: JEditorPane is shown with incorrect size Reviewed-by: prr, psadhukhan Contributed-by: semyon.sadetsky@oracle.com
Sun, 18 Aug 2019 21:36:01 +0100 8222108: Reduce minRefreshTime for updating remote printer list on Windows
aivanov [Sun, 18 Aug 2019 21:36:01 +0100] rev 57930
8222108: Reduce minRefreshTime for updating remote printer list on Windows Reviewed-by: prr, serb
Wed, 07 Aug 2019 10:25:50 +0200 8228711: Path rendered incorrectly when it goes outside the clipping region
lbourges [Wed, 07 Aug 2019 10:25:50 +0200] rev 57929
8228711: Path rendered incorrectly when it goes outside the clipping region Summary: fixed closePath() to preserve last position and its outcode in Stroker and TransformingPathConsumer2D.PathClipFilter Reviewed-by: prr, kcr
Tue, 06 Aug 2019 00:16:38 -0700 8221312: test/jdk/sanity/client/SwingSet/src/ColorChooserDemoTest.java failed
akolarkunnu [Tue, 06 Aug 2019 00:16:38 -0700] rev 57928
8221312: test/jdk/sanity/client/SwingSet/src/ColorChooserDemoTest.java failed Reviewed-by: serb, psadhukhan
Thu, 25 Jul 2019 12:23:54 +0530 Merge
psadhukhan [Thu, 25 Jul 2019 12:23:54 +0530] rev 57927
Merge
Wed, 24 Jul 2019 12:49:44 +0530 Merge
psadhukhan [Wed, 24 Jul 2019 12:49:44 +0530] rev 57926
Merge
Wed, 24 Jul 2019 12:21:36 +0530 Merge
psadhukhan [Wed, 24 Jul 2019 12:21:36 +0530] rev 57925
Merge
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 tip