hg: jdk-updates/jdk11u-dev: 3 new changesets

goetz.lindenmaier at sap.com goetz.lindenmaier at sap.com
Thu Mar 19 13:34:24 UTC 2020


Changeset: f19b59694106
Author:    chagedorn
Date:      2020-01-07 17:06 +0100
URL:       https://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/f19b59694106

8235984: C2: assert(out->in(PhiNode::Region) == head || out->in(PhiNode::Region) == slow_head) failed: phi must be either part of the slow or the fast loop
Summary: Bailout from loop unswitching if loop predicates have a control dependency to partially peeled statements.
Reviewed-by: neliasso, thartmann

! src/hotspot/share/opto/loopUnswitch.cpp
! test/hotspot/jtreg/compiler/loopopts/PartialPeelingUnswitch.java

Changeset: 5b85703112c0
Author:    serb
Date:      2020-01-15 13:17 -0800
URL:       https://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/5b85703112c0

8236953: [macos] JavaFX SwingNode is not rendered on macOS
Reviewed-by: kcr, prr

! src/java.desktop/macosx/classes/sun/lwawt/LWLightweightFramePeer.java
+ test/jdk/javax/swing/JLightweightFrame/ResizedMovedEvents.java

Changeset: 8f0890ec91d7
Author:    chagedorn
Date:      2020-01-31 09:32 +0100
URL:       https://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/8f0890ec91d7

8235332: TestInstanceCloneAsLoadsStores.java fails with -XX:+StressGCM
Summary: Account for GC barriers when skipping a cloned ArrayCopyNode in ConnectionGraph::find_inst_mem()
Reviewed-by: roland, neliasso

! src/hotspot/share/opto/escape.cpp
+ test/hotspot/jtreg/compiler/arraycopy/TestCloneAccessStressGCM.java



More information about the jdk-updates-changes mailing list