rriggs [Tue, 26 Jun 2018 12:42:36 -0400] rev 50796
8205547: FileChannel/CleanerTest.java fails due to expected FD count
Reviewed-by: psandoz
neliasso [Fri, 15 Jun 2018 14:46:04 +0200] rev 50795
8205107: assert(c->Opcode() == Op_SafePoint) failed: broken outer loop
Summary: Don't remove safepoint belonging to OuterStripMinedLoopEndNode
Reviewed-by: kvn
bpb [Tue, 26 Jun 2018 09:33:55 -0700] rev 50794
8205641: Make java/nio/channels/Selector/RacyDeregister.java noisier and flush after prints
Reviewed-by: alanb
kvn [Tue, 26 Jun 2018 09:14:49 -0700] rev 50793
8205400: [Graal] compiler/jvmci/compilerToVM/DisassembleCodeBlobTest.java fails with can't be enqueued for compilation on level 4
Summary: add -XX:-BackgroundCompilation to tests to eager initialize JVMCI
Reviewed-by: thartmann
apetcher [Tue, 26 Jun 2018 11:14:27 -0400] rev 50792
8203228: Branch-free output conversion for X25519 and X448
Summary: Make some field arithmetic operations for X25519/X448 more resilient against side-channel attacks
Reviewed-by: ascarpino
goetz [Mon, 25 Jun 2018 23:04:21 +0200] rev 50791
8205419: [testbug] TestJmapCore failing without SA: introduce @requires vm.hasSAandCanAttach
Reviewed-by: jgeorge, cjplummer