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
mgronlun [Mon, 09 Sep 2019 13:26:35 +0200] rev 58049
JavaThread name
stefank [Wed, 04 Sep 2019 13:07:15 +0200] rev 58048
8230564: Remove os_ext.hpp
Reviewed-by: coleenp, dholmes
stefank [Wed, 04 Sep 2019 13:06:44 +0200] rev 58047
8230563: Remove arguments_ext.cpp
Reviewed-by: dholmes, coleenp
stefank [Wed, 04 Sep 2019 13:06:04 +0200] rev 58046
8230562: Remove g1HeapSizingPolicy_ext.cpp
Reviewed-by: dholmes, sjohanss
stefank [Wed, 04 Sep 2019 11:38:54 +0200] rev 58045
8230561: Remove logTag_ext.hpp
Reviewed-by: dholmes, coleenp
stefank [Wed, 04 Sep 2019 11:05:20 +0200] rev 58044
8224599: Remove globals_ext.hpp
Reviewed-by: coleenp, kvn, gziemski, ehelin
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
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
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
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
zgu [Sat, 07 Sep 2019 10:04:07 -0400] rev 58039
8230730: UseCompressedOops test crash with assertion failure
Reviewed-by: stefank, eosterlund
redestad [Sat, 07 Sep 2019 15:44:04 +0200] rev 58038
8230662: Remove dead code from MethodTypeForm
Reviewed-by: vlivanov, mchung
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
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
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
dlong [Fri, 06 Sep 2019 14:54:33 -0400] rev 58034
8230680: latest Graal unittests depend on jdk.internal.module
Reviewed-by: iignatyev
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
clanger [Fri, 06 Sep 2019 15:13:38 +0200] rev 58032
8230666: Exclude serviceability/sa/TestInstanceKlassSize.java on linuxppc64 and linuxppc64le
Reviewed-by: dcubed
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
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
shade [Fri, 06 Sep 2019 09:26:23 +0200] rev 58029
8230671: x86_32 build failures after JDK-8229496
Reviewed-by: thartmann
naoto [Thu, 05 Sep 2019 17:38:54 -0700] rev 58028
8229831: Upgrade Character.isUnicodeIdentifierStart/Part() methods to the latest standard
Reviewed-by: rriggs
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
darcy [Thu, 05 Sep 2019 15:55:57 -0700] rev 58026
8230681: Add @since tag to java.io.Serial
Reviewed-by: lancea, bpb
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
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
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
joehw [Thu, 05 Sep 2019 17:26:38 +0000] rev 58022
8228854: Default ErrorListener reports warnings and errors to the console
Reviewed-by: lancea
shade [Thu, 05 Sep 2019 19:24:53 +0200] rev 58021
8230646: Epsilon does not extend TLABs to max size
Reviewed-by: tschatzl, zgu
egahlin [Thu, 05 Sep 2019 16:46:50 +0200] rev 58020
Improved handling of Thread.interrupt() + cleanup
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
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
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
stuefe [Thu, 05 Sep 2019 11:09:12 +0200] rev 58016
8230642: 8224815 broke Shenandoah build
Reviewed-by: shade
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
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
jjiang [Thu, 05 Sep 2019 14:55:21 +0800] rev 58013
8228967: Trust/Key store and SSL context utilities for tests
Reviewed-by: xuelei
jwilhelm [Thu, 05 Sep 2019 02:13:59 +0200] rev 58012
Added tag jdk-14+13 for changeset fbbe6672ae15
darcy [Wed, 04 Sep 2019 15:49:25 -0700] rev 58011
8230626: Make UnknownFooException strings more informative
Reviewed-by: jjg, mr
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
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
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>
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>
xliu [Wed, 04 Sep 2019 16:39:12 +0200] rev 58006
8229450: C2 compilation fails with assert(found_sfpt) failed
Reviewed-by: roland, thartmann
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
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
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
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
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
mbaesken [Tue, 03 Sep 2019 16:52:55 +0200] rev 58000
8230485: add handling of aix tar in configure
Reviewed-by: erikj
jjiang [Wed, 04 Sep 2019 12:47:42 +0800] rev 57999
8226221: Update PKCS11 tests to use NSS 3.46 libs
Reviewed-by: xuelei
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
mgronlun [Tue, 03 Sep 2019 22:54:46 +0200] rev 57997
single pass only to install typeset blobs to sample candidates
vlivanov [Tue, 03 Sep 2019 17:45:02 +0300] rev 57996
8227236: assert(singleton != __null && singleton != declared_interface) failed
Reviewed-by: dlong
zgu [Tue, 03 Sep 2019 13:55:41 -0400] rev 57995
8230483: Shenandoah: consistently disable concurrent roots for Traversal mode
Reviewed-by: shade
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
mgronlun [Tue, 03 Sep 2019 16:25:05 +0200] rev 57993
ObjectSampler constness
mgronlun [Tue, 03 Sep 2019 15:01:20 +0200] rev 57992
remove explicit leakp artifact tagging functor
mgronlun [Tue, 03 Sep 2019 14:36:15 +0200] rev 57991
cleanup
mgronlun [Tue, 03 Sep 2019 14:05:01 +0200] rev 57990
reductions
mgronlun [Tue, 03 Sep 2019 13:31:54 +0200] rev 57989
macro removals
mgronlun [Tue, 03 Sep 2019 13:15:27 +0200] rev 57988
hide leakp tagging of klass
mgronlun [Tue, 03 Sep 2019 11:48:31 +0200] rev 57987
better caching anonymous strings