serb [Wed, 11 Jul 2018 13:17:48 +0300] rev 51032
8205973: Client jtreg ProblemList cleanup
Reviewed-by: prr
jjiang [Wed, 11 Jul 2018 10:39:58 +0800] rev 51031
8199645: javax/net/ssl/SSLSession/TestEnabledProtocols.java failed with Connection reset
Summary: Refactor this test with SSLSocketTemplate
Reviewed-by: xuelei
kvn [Tue, 10 Jul 2018 19:42:48 -0700] rev 51030
8206135: Building jvm with AOT but without JVMCI should fail at configure time
Reviewed-by: erikj
mikael [Tue, 10 Jul 2018 16:14:48 -0700] rev 51029
8207007: Add missing license header to zHash.inline.hpp
Reviewed-by: tschatzl, pliden
epavlova [Tue, 10 Jul 2018 13:54:17 -0700] rev 51028
8206951: [Graal] org.graalvm.compiler.hotspot.test.GraalOSRTest to ProblemList-graal.txt
Reviewed-by: kvn
kbarrett [Tue, 10 Jul 2018 13:34:32 -0400] rev 51027
8204691: HeapRegion.apply_to_marked_objects_other_vm_test fails with assert(!hr->is_free() || hr->is_empty()) failed: Free region 0 is not empty for set Free list #
Summary: Run test in safepoint.
Reviewed-by: tschatzl, ehelin
thartmann [Tue, 10 Jul 2018 15:33:55 +0200] rev 51026
8205472: Deadlock in Kitchensink when trying to print compile queues causing timeout
Summary: Do not acquire the MethodCompileQueue_lock in CompileBroker::print_compile_queues().
Reviewed-by: kvn, kbarrett, dholmes