dfuchs [Tue, 13 Aug 2019 16:18:43 +0100] rev 57731
8229348: java/net/DatagramSocket/UnreferencedDatagramSockets.java fails intermittently
Summary: The test was observed blocking on receive and is updated to avoid using the wildcard address
Reviewed-by: chegar, msheppar
aefimov [Tue, 13 Aug 2019 16:11:28 +0100] rev 57730
8228508: [TESTBUG] java/net/httpclient/SmokeTest.java fails on Windows7
Reviewed-by: dfuchs, chegar
rkennke [Tue, 13 Aug 2019 16:05:58 +0200] rev 57729
8229470: Shenandoah: Fix C1 getAndSetObject() failure
Reviewed-by: shade
shade [Tue, 13 Aug 2019 14:59:29 +0200] rev 57728
8229419: Shenandoah: Cleanup LRB strength selector code
Reviewed-by: rkennke
egahlin [Tue, 13 Aug 2019 14:08:28 +0200] rev 57727
Add missing driver file
egahlin [Tue, 13 Aug 2019 14:07:04 +0200] rev 57726
Put driver for security tests in separate file
jlahoda [Tue, 13 Aug 2019 10:27:34 +0200] rev 57725
8228502: javac crashed on a broken classfile with ConstantValue attribute on a field of type Object
Summary: Produce an error when reading a classfile with a field with ConstantValue with a wrong type.
Reviewed-by: vromero
jlahoda [Tue, 13 Aug 2019 10:27:33 +0200] rev 57724
8228647: Broken enum produce inconvenient errors and AST
Summary: Improving error recovery for misplace members in enums.
Reviewed-by: vromero
jlahoda [Tue, 13 Aug 2019 10:27:32 +0200] rev 57723
8227922: DocTreeScanner does not dive into AttributeTree.getValue() and LiteralTree.getBody()
Summary: DocTreeScanner.visitAttribute and visitLiteral have to scan through the subnodes of AttributeTree and LiteralTree, respectivelly.
Reviewed-by: vromero
thartmann [Tue, 13 Aug 2019 09:56:13 +0200] rev 57722
8224957: C2 compilation fails with assert: Bad graph detected in build_loop_late
Summary: Disable walking up the dominator chain for regions with more than 2 input paths.
Reviewed-by: roland, kvn
thartmann [Tue, 13 Aug 2019 09:54:40 +0200] rev 57721
8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
Summary: Ignore membar if the load is already control dependent on it.
Reviewed-by: neliasso, kvn
thartmann [Tue, 13 Aug 2019 08:25:29 +0200] rev 57720
8229447: Problem list compiler/unsafe/UnsafeGetConstantField.java on Sparc until JDK-8229446 is fixed
Summary: Problem list a test.
Reviewed-by: dholmes
jdv [Tue, 13 Aug 2019 11:02:18 +0530] rev 57719
TODO logs for text rendering
xuelei [Mon, 12 Aug 2019 21:36:29 -0700] rev 57718
8226374: Restrict TLS signature schemes and named groups
Reviewed-by: mullan