iris [Tue, 07 Aug 2018 17:40:11 -0700] rev 51358
8201394: Update java.se module summary to reflect removal of java.se.ee module
Reviewed-by: alanb, lancea, mchung
iignatyev [Tue, 07 Aug 2018 13:51:30 -0700] rev 51357
8031761: [TESTBUG] Add a regression test for JDK-8026328
Reviewed-by: kvn, iignatyev
Contributed-by: staffan.larsen@oracle.com
mullan [Tue, 07 Aug 2018 10:29:01 -0400] rev 51356
8208691: Tighten up jdk.includeInExceptions security property
Summary: Add stronger warning on usage and add test to check that property is not set
Reviewed-by: alanb, rriggs
dbuck [Mon, 06 Aug 2018 22:30:37 -0400] rev 51355
8204966: [TESTBUG] hotspot/test/compiler/whitebox/IsMethodCompilableTest.java test fails with -XX:CompileThreshold=1
Summary: enforce lower bound on number of loop iterations used to trigger OSR
Reviewed-by: kvn, iignatyev
dcubed [Mon, 06 Aug 2018 20:44:14 -0400] rev 51354
8209029: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!' in jdk-11+25 testing
Reviewed-by: dholmes, sspitsyn
ssahoo [Mon, 06 Aug 2018 00:46:40 -0700] rev 51353
8208496: New Test to verify concurrent behavior of TLS.
Summary: Verify TLS behavior with multiple threads accessing concurrently.
Reviewed-by: xuelei
thartmann [Mon, 06 Aug 2018 09:09:57 +0200] rev 51352
8207355: C1 compilation hangs in ComputeLinearScanOrder::compute_dominator
Summary: Bail out from recursive computation if the block was already processed.
Reviewed-by: kvn, iveresov
iignatyev [Fri, 03 Aug 2018 15:39:28 -0700] rev 51351
8199081: [Testbug] compiler/linkage/LinkageErrors.java fails if run twice
Reviewed-by: kvn, vlivanov