mchung [Thu, 04 Oct 2018 08:45:21 -0700] rev 52015
8181443: Replace usages of jdk.internal.misc.Unsafe with MethodHandles.Lookup.defineClass
Reviewed-by: alanb, egahlin
mdoerr [Thu, 04 Oct 2018 16:39:07 +0200] rev 52014
8210754: print_location is not reliable enough (printing register info)
Reviewed-by: stuefe, coleenp
rehn [Thu, 04 Oct 2018 14:03:13 +0200] rev 52013
8210303: VM_HandshakeAllThreads fails assert with "failed: blocked and not walkable"
Reviewed-by: dcubed, dholmes
nishjain [Thu, 04 Oct 2018 17:25:51 +0530] rev 52012
8166138: DateTimeFormatter.ISO_INSTANT should handle offsets
Reviewed-by: rriggs, scolebourne, naoto
Contributed-by: pallavi.sonal@oracle.com
jwilhelm [Thu, 04 Oct 2018 10:35:59 +0200] rev 52011
Added tag jdk-12+14 for changeset 6f04692c7d51
jwilhelm [Thu, 04 Oct 2018 00:50:54 +0200] rev 52010
Added tag jdk-12+14 for changeset 8897e41b327c
kvn [Wed, 03 Oct 2018 14:53:05 -0700] rev 52009
8202359: [GRAAL] compiler/uncommontrap/TestDeoptOOM.java failed with OutOfMemoryError
Summary: exclude this test from running with Java Graal
Reviewed-by: iveresov
sherman [Wed, 03 Oct 2018 12:54:54 -0700] rev 52008
8211385: (zipfs) ZipDirectoryStream yields a stream of absolute paths when directory is relative
Reviewed-by: alanb, lancea
poonam [Wed, 03 Oct 2018 19:30:49 +0000] rev 52007
8211150: G1 Full GC not purging code root memory and hence causing memory leak
Reviewed-by: tschatzl, sjohanss
gadams [Wed, 03 Oct 2018 07:41:28 -0400] rev 52006
8169718: nsk/jdb/locals/locals002: ERROR: Cannot find boolVar with expected value: false
Reviewed-by: cjplummer, amenkov
kvn [Wed, 03 Oct 2018 10:38:30 -0700] rev 52005
8211392: compiler/profiling/spectrapredefineclass_classloaders/Launcher.java times out in JDK12 CI
Summary: use default compile threshold for these tests
Reviewed-by: thartmann
gziemski [Wed, 03 Oct 2018 12:34:22 -0500] rev 52004
8204294: [REDO] - JVMFlag::printError missing ATTRIBUTE_PRINTF
Summary: Added ATTRIBUTE_PRINTF to JVMFlag::printError
Reviewed-by: kbarrett, coleenp
shade [Wed, 03 Oct 2018 18:46:26 +0200] rev 52003
8211375: Minimal VM build failures after JDK-8211251 (Default mask register for avx512 instructions)
Reviewed-by: kvn
aph [Wed, 03 Oct 2018 17:45:59 +0100] rev 52002
Merge
aph [Wed, 03 Oct 2018 17:29:47 +0100] rev 52001
8211163: UNIX version of Java_java_io_Console_echo does not return a clean boolean
Reviewed-by: shade, alanb
akolarkunnu [Mon, 01 Oct 2018 18:03:19 -0700] rev 52000
8211160: Handle different look and feels in JInternalFrameOperator
Reviewed-by: serb
Contributed-by: abdul.kolarkunnu@oracle.com
rraghavan [Wed, 03 Oct 2018 08:03:13 -0700] rev 51999
8211168: Solaris-X64 build failure with error nreg hides the same name in an outer scope
Summary: Corrected nreg definition
Reviewed-by: dcubed, kvn, shade
redestad [Wed, 03 Oct 2018 15:05:46 +0200] rev 51998
8211384: Obsolete -XX:+/-MonitorInUseLists option
Reviewed-by: mikael, rkennke, shade, dcubed
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
dholmes [Tue, 02 Oct 2018 17:12:13 -0400] rev 51989
8211175: Remove temporary clock initialization duplication
Reviewed-by: rehn, mikael
amenkov [Tue, 02 Oct 2018 12:08:51 -0700] rev 51988
8209332: [TEST] test/jdk/com/sun/jdi/CatchPatternTest.sh is incorrect
Reviewed-by: jcbeyler, dtitov, cjplummer
amenkov [Tue, 02 Oct 2018 12:06:29 -0700] rev 51987
8203928: [Test] Convert non-JDB scaffolding serviceability shell script tests to java
Reviewed-by: jcbeyler, cjplummer
igerasim [Tue, 02 Oct 2018 10:19:07 -0700] rev 51986
8200381: Typos in javadoc - missing verb "be" and alike
Reviewed-by: lancea, darcy, wetmore