alanb [Tue, 04 Sep 2018 18:03:44 +0100] rev 51631
8210087: Classes in jdk.unsupported not accessible from jconsole plugin
Reviewed-by: erikj
bpb [Tue, 04 Sep 2018 09:07:06 -0700] rev 51630
8210279: (bf) Remove unused package private method java.nio.Buffer.truncate()
Reviewed-by: alanb
gromero [Tue, 04 Sep 2018 11:46:23 -0400] rev 51629
8210320: PPC64: Fix uninitialized variable in C1 LIR assembler code
Reviewed-by: mbaesken, shade, mdoerr
shade [Tue, 04 Sep 2018 13:19:38 +0200] rev 51628
8210357: Zero builds fail after JDK-8207343 (Automate vtable/itable stub size calculation)
Reviewed-by: thartmann
shade [Tue, 04 Sep 2018 13:19:37 +0200] rev 51627
8210355: Minimal and Zero non-PCH builds fail after JDK-8207343 (Automate vtable/itable stub size calculation)
Reviewed-by: thartmann
alanb [Tue, 04 Sep 2018 11:35:35 +0100] rev 51626
8210341: (fs) Typos in PosixFileAttributeView javadoc
Reviewed-by: dfuchs
tschatzl [Tue, 04 Sep 2018 12:18:35 +0200] rev 51625
8207200: Committed > max memory usage when getting MemoryUsage
Summary: Make sure that modification of memory usage variables are synchronized with returning them to Java.
Reviewed-by: sangheki, mchung
tschatzl [Tue, 04 Sep 2018 12:17:23 +0200] rev 51624
8210265: Crash in HSpaceCounters::update_used()
Summary: Guard call to update HSpaceCounters with flag
Reviewed-by: shade, sjohanss, kbarrett