akolarkunnu [Thu, 09 Nov 2017 15:32:52 +0530] rev 47829
8190456: sanity/client/SwingSet/src/ComboBoxDemoTest.java failed with NPE from java.awt.EventQueue.getCurrentEventImpl()
Reviewed-by: serb, psadhukhan
akolarkunnu [Thu, 09 Nov 2017 15:30:11 +0530] rev 47828
8190530: Compilation error in jemmy code FrameOperator.java due to missing of import statement of JemmyException
Reviewed-by: ssadetsky, serb
azvegint [Thu, 09 Nov 2017 11:27:13 +0530] rev 47827
8187803: JDK part of JavaFX-Swing dialogs appearing behind main stage
Reviewed-by: kcr, serb, ssadetsky
joehw [Thu, 16 Nov 2017 11:07:44 -0800] rev 47826
8191161: Reconsider generification of XPathFunction.evaluate
Reviewed-by: lancea, rriggs
jwilhelm [Thu, 16 Nov 2017 01:11:32 +0100] rev 47825
Merge
jwilhelm [Sat, 11 Nov 2017 01:21:09 +0100] rev 47824
Merge
gdub [Fri, 10 Nov 2017 14:57:38 +0100] rev 47823
8182755: [JVMCI] Deoptimization in synchronized methods can lead to a crash or exception when using EnableJVMCI but not UseJVMCICompiler
Reviewed-by: kvn, thartmann
thartmann [Fri, 10 Nov 2017 13:10:54 +0100] rev 47822
8190797: OSR compilation fails with "assert(__the_thread__->can_call_java()) failed: can not load classes with compiler thread"
Summary: Bail out with a meaningful error message in case we cannot throw a Java exception.
Reviewed-by: kvn, dholmes
rehn [Fri, 10 Nov 2017 09:16:42 +0100] rev 47821
8187809: UseMembar should be set true and deprecate the flag
Reviewed-by: dcubed, sspitsyn, dholmes
roland [Thu, 09 Nov 2017 12:43:13 -0800] rev 47820
8186125: "DU iteration must converge quickly" assert in split if with unsafe accesses
Summary: added missing checks for Opaque4Node in split-if code
Reviewed-by: kvn
rkennke [Wed, 25 Oct 2017 10:05:17 +0200] rev 47819
8183542: Factor out serial GC specific code from GenCollectedHeap into its own subclass
Reviewed-by: kbarrett, jgeorge
bchristi [Thu, 09 Nov 2017 11:13:50 -0800] rev 47818
8185925: StackFrameInfo::walker field can be replaced with bitmap to save footprint
8153682: StackFrameInfo.declaringClass could be removed
Reviewed-by: coleenp, mchung
sjohanss [Thu, 09 Nov 2017 10:11:19 +0100] rev 47817
8190711: Assert in G1MMUTracker due to concurrent modification
Reviewed-by: tschatzl, rehn, sangheki
jgeorge [Thu, 09 Nov 2017 12:12:32 +0530] rev 47816
8189798: SA cleanup - part 1
Summary: Avoid varible redefinitions in SA, modify SA varible names to match hotspot ones
Reviewed-by: sspitsyn, coleenp, sballal
dholmes [Thu, 09 Nov 2017 00:52:15 -0500] rev 47815
8190881: [TESTBUG] test.runtime.ErrorHandling.TestOnError comment is incomplete
Reviewed-by: iignatyev
mseledtsov [Wed, 08 Nov 2017 20:15:56 -0800] rev 47814
8189213: [TESTBUG] Running jtreg tests on machine without docker shows extra message
Summary: Removed the message from VMProps.java
Reviewed-by: dholmes