hseigel [Wed, 03 Oct 2018 09:46:46 -0400] rev 51997
8209138: Symbol constructor uses u1 as the element type of its name argument
Summary: Maske u1 the type for Symbol values and add a function to return it as a char.
Reviewed-by: dholmes, coleenp
dholmes [Wed, 03 Oct 2018 03:41:57 -0400] rev 51996
8188764: Obsolete AssumeMP and then remove all support for non-MP builds
Reviewed-by: mikael, mdoerr, bulasevich, eosterlund
pmuthuswamy [Wed, 03 Oct 2018 11:43:39 +0530] rev 51995
8208531: -javafx mode should be on by default when JavaFX is available
Reviewed-by: jjg
mikael [Tue, 02 Oct 2018 22:36:08 -0700] rev 51994
8211350: Remove jprt support
Reviewed-by: dholmes, erikj, mchung, alanb, jjg
pkoppula [Tue, 02 Oct 2018 21:38:54 +0530] rev 51993
8211107: LDAPS communication failure with jdk 1.8.0_181
Reviewed-by: chegar, coffeys, vtewari
ccheung [Tue, 02 Oct 2018 20:52:40 -0700] rev 51992
8211287: ClassPathTests.java fails due to "Unable to map MiscData shared space at required address."
Summary: catch the InvocationTargetException and rethrow exception based on the cause
Reviewed-by: jiangli, iklam
mikael [Tue, 02 Oct 2018 15:01:25 -0700] rev 51991
8211364: Remove expired flags
Reviewed-by: dholmes, egahlin
iklam [Tue, 02 Oct 2018 14:32:33 -0700] rev 51990
8209946: [TESTBUG] CDS tests should use "@run driver"
Reviewed-by: ccheung, jiangli, mseledtsov