Skip to content

Commit ced6e95

Browse files
committed
8369911: Test sun/java2d/marlin/ClipShapeTest.java#CubicDoDash, #Cubic and #Poly fail intermittent
Backport-of: 150def4
1 parent 44ab436 commit ced6e95

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/jdk/sun/java2d/marlin/ClipShapeTest.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,13 +154,12 @@ static enum ShapeMode {
154154
static final AtomicBoolean isMarlin = new AtomicBoolean();
155155
static final AtomicBoolean isClipRuntime = new AtomicBoolean();
156156

157+
static final Logger log = Logger.getLogger("sun.java2d.marlin");
158+
157159
static {
158160
Locale.setDefault(Locale.US);
159161

160162
// FIRST: Get Marlin runtime state from its log:
161-
162-
// initialize j.u.l Looger:
163-
final Logger log = Logger.getLogger("sun.java2d.marlin");
164163
log.addHandler(new Handler() {
165164
@Override
166165
public void publish(LogRecord record) {

0 commit comments

Comments
 (0)