stuefe [Fri, 27 Sep 2019 19:03:34 +0200] rev 58383
fix metachunk gtest
stuefe [Fri, 27 Sep 2019 19:03:13 +0200] rev 58382
do not enlarge chunks faster than chunk alloc strategy would allow
stuefe [Fri, 27 Sep 2019 19:02:25 +0200] rev 58381
Correct chunk allocation size for standard loaders in class space
stuefe [Fri, 27 Sep 2019 19:01:21 +0200] rev 58380
Make chunk-in-place-enlargment switchable
darcy [Fri, 27 Sep 2019 08:57:25 -0700] rev 58379
8231557: Suppress warnings on non-serializable instance fields in jdk.scripting.nashorn module
Reviewed-by: jlaskey
dfuchs [Fri, 27 Sep 2019 14:43:35 +0100] rev 58378
8231037: java/net/InetAddress/ptr/Lookup.java fails intermittently due to reverse lookup failed
Summary: The test is updated to verify whether reverse lookup is altogether possible.
Reviewed-by: chegar
rehn [Fri, 27 Sep 2019 15:15:07 +0200] rev 58377
8231321: compiler/codecache/stress/UnexpectedDeoptimizationAllTest.java failed assertion
Reviewed-by: thartmann, eosterlund
jiefu [Fri, 27 Sep 2019 20:06:02 +0800] rev 58376
8231567: minimal build failed after JDK-8226690
Reviewed-by: shade, coleenp
coleenp [Fri, 27 Sep 2019 07:56:02 -0400] rev 58375
8231472: Clean up Monitor::_safepoint_check usage to Mutex::_safepoint_check
Summary: Change Monitor:: to Mutex:: when allocating a Mutex, and in mutexLocker.
Reviewed-by: rehn, dholmes
egahlin [Fri, 27 Sep 2019 13:32:52 +0200] rev 58374
Fix javadoc
egahlin [Fri, 27 Sep 2019 13:20:04 +0200] rev 58373
Improve test coverage for RecordingStream::enable(...) and RecordingStream:disable(...)
roland [Tue, 16 Jul 2019 08:56:08 +0200] rev 58372
8227384: C2 compilation fails with "graph should be schedulable" when running with -XX:-EliminateLocks
Reviewed-by: thartmann, kvn
egahlin [Fri, 27 Sep 2019 13:03:11 +0200] rev 58371
Add missing copyright header
egahlin [Fri, 27 Sep 2019 13:01:55 +0200] rev 58370
Add missing TestUtils class for testing onError
egahlin [Fri, 27 Sep 2019 13:00:53 +0200] rev 58369
Fix typos
egahlin [Fri, 27 Sep 2019 12:58:01 +0200] rev 58368
Add tests for onError
redestad [Fri, 27 Sep 2019 12:46:14 +0200] rev 58367
8231471: Obsolete -XX:CompilationPolicyChoice
Reviewed-by: kvn, dholmes, thartmann
roland [Thu, 26 Sep 2019 17:49:44 +0200] rev 58366
8231405: [Shenandoah] guarantee(d != NULL) failed: Null dominator info
Reviewed-by: shade, rkennke
chegar [Fri, 27 Sep 2019 09:55:35 +0100] rev 58365
8231504: Update networking tests to avoid implicit dependency on the system proxies
Reviewed-by: dfuchs
cjplummer [Thu, 26 Sep 2019 14:41:09 -0700] rev 58364
8228625: [TESTBUG] sun/tools/jhsdb/JShellHeapDumpTest.java fails with RuntimeException 'JShellToolProvider' missing from stdout/stderr
Summary: Give jshell process time to fully startup and stablize before requesting heap dump
Reviewed-by: sspitsyn, amenkov
darcy [Thu, 26 Sep 2019 12:13:57 -0700] rev 58363
8231546: Suppress warnings on non-serializable instance fields in java.prefs module
Reviewed-by: rriggs
rriggs [Thu, 26 Sep 2019 11:10:19 -0400] rev 58362
8231314: java.time serialization warning cleanup
Reviewed-by: chegar, naoto, plevart
erikj [Thu, 26 Sep 2019 07:20:51 -0700] rev 58361
8231467: Missing make prerequisite declaration corrupts make dependency files on Windows
Reviewed-by: ihse, tbell
herrick [Thu, 26 Sep 2019 10:37:37 -0400] rev 58360
8231382: Use main class from main module if available
Submitted-by: almatvee
Reviewed-by: herrick, asemenyuk
herrick [Thu, 26 Sep 2019 09:19:46 -0400] rev 58359
8230649 : Make jpackage tool an experimental feature
Reviewed-by: asemenyuk, kcr
coleenp [Thu, 26 Sep 2019 09:22:49 -0400] rev 58358
8226690: SIGSEGV in MetadataOnStackClosure::do_metadata
Summary: Dont create nmethod if classes have been redefined since compilation start.
Reviewed-by: sspitsyn, dlong, eosterlund, gdub
egahlin [Thu, 26 Sep 2019 15:13:04 +0200] rev 58357
Incorporate CSR feedback
mbaesken [Thu, 26 Sep 2019 14:04:25 +0200] rev 58356
8231448: s390 and ppc - replace JVM type comparisons to T_OBJECT and T_ARRAY with call to is_reference_type
Reviewed-by: coleenp, lfoltan
pliden [Thu, 26 Sep 2019 13:56:58 +0200] rev 58355
8231294: ZGC: vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted002 fails
Reviewed-by: shade, dholmes
phedlin [Thu, 12 Sep 2019 11:44:51 +0200] rev 58354
8229499: Node budget assert in fuzzed test.
Reviewed-by: thartmann, neliasso
eosterlund [Thu, 26 Sep 2019 10:00:07 +0000] rev 58353
8219724: ZGC: Make inline cache cleaning more robust
Reviewed-by: pliden
mbaesken [Wed, 25 Sep 2019 09:15:43 +0200] rev 58352
8231445: check ZALLOC return values in awt coding
Reviewed-by: clanger, prr