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