Skip to content

Commit 1bd11a7

Browse files
committed
8273887: [macos] java/awt/color/ICC_ColorSpace/MTTransformReplacedProfile.java timed out
Reviewed-by: aivanov
1 parent ee3576a commit 1bd11a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jdk/java/awt/color/ICC_ColorSpace/MTTransformReplacedProfile.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ private static void test(byte[] all, byte[] data1, byte[] data2, int tag)
110110
float[] colorvalue = new float[3];
111111
Thread transform = new Thread(() -> {
112112
boolean rgb = true;
113-
while (!stop.get()) {
113+
while (!stop.get() && !isComplete()) {
114114
try {
115115
if (rgb) {
116116
cs.toRGB(colorvalue);

0 commit comments

Comments
 (0)