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
tschatzl [Tue, 10 Jul 2018 15:09:34 +0200] rev 51025
8206476: Wrong assert in phase_enum_2_phase_string() in referenceProcessorPhaseTimes.cpp
Summary: A less or equal than should be less than.
Reviewed-by: ehelin, kbarrett
roland [Fri, 29 Jun 2018 17:59:44 +0200] rev 51024
8202123: C2 Crash in Node::in(unsigned int) const+0x14
Reviewed-by: kvn, thartmann
dholmes [Tue, 10 Jul 2018 03:14:55 -0400] rev 51023
8206954: Test runtime/Thread/ThreadPriorities.java crashes with SEGV in pthread_getcpuclockid
Summary: Run the new runtime/jni/terminatedThread/TestTerminatedThread.java test in othervm mode
Reviewed-by: alanb, mikael
kvn [Mon, 09 Jul 2018 22:20:02 -0700] rev 51022
8206952: java/lang/Class/GetPackageBootLoaderChildLayer.java fails with Graal
Summary: don't run test with Graal
Reviewed-by: mchung, epavlova
jjiang [Tue, 10 Jul 2018 10:59:57 +0800] rev 51021
8203007: Address missing block coverage for ChaCha20 and Poly1305 algorithms
Summary: Add unit tests for ChaCha20Cipher, ChaCha20Poly1305Parameters and Poly1305
Reviewed-by: xuelei, jnimeh