Skip to content

Commit d042029

Browse files
committedJun 29, 2021
8269529: javax/swing/reliability/HangDuringStaticInitialization.java fails in Windows debug build
Reviewed-by: serb, psadhukhan, pbansal
1 parent 401cb0a commit d042029

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎test/jdk/javax/swing/reliability/HangDuringStaticInitialization.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -33,6 +33,7 @@
3333
/**
3434
* @test
3535
* @bug 8189604 8208702
36+
* @requires !vm.debug | os.family != "windows"
3637
* @run main/othervm -Djava.awt.headless=false HangDuringStaticInitialization
3738
* @run main/othervm -Djava.awt.headless=true HangDuringStaticInitialization
3839
*/

0 commit comments

Comments
 (0)
Please sign in to comment.