hg: jdk/sandbox: 2 new changesets

chris.hegarty at oracle.com chris.hegarty at oracle.com
Thu Sep 26 07:30:20 UTC 2019


Changeset: d322bf161e31
Author:    thartmann
Date:      2019-09-26 09:16 +0200
URL:       https://hg.openjdk.java.net/jdk/sandbox/rev/d322bf161e31

8231223: C2's conditional move optimization fails with assert(bol->Opcode() == Op_Bool) failed
Summary: Bail out if the range check If has an Opaque4Node input instead of a BoolNode.
Reviewed-by: roland, kvn

! src/hotspot/share/opto/loopPredicate.cpp
! src/hotspot/share/opto/loopopts.cpp
+ test/hotspot/jtreg/compiler/loopopts/TestCMovWithOpaque.java

Changeset: 3a5f417e68a1
Author:    mbaesken
Date:      2019-09-25 09:15 +0200
URL:       https://hg.openjdk.java.net/jdk/sandbox/rev/3a5f417e68a1

8231445: check ZALLOC return values in awt coding
Reviewed-by: clanger, prr

! src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c



More information about the jdk-sandbox-changes mailing list