8273887: [macos] java/awt/color/ICC_ColorSpace/MTTransformReplacedProfile.java timed out

Reviewed-by: aivanov
This commit is contained in:
Sergey Bylokhov 2021-09-20 21:25:40 +00:00
parent ee3576a48b
commit 1bd11a7f2c

View File

@ -110,7 +110,7 @@ public final class MTTransformReplacedProfile {
float[] colorvalue = new float[3];
Thread transform = new Thread(() -> {
boolean rgb = true;
while (!stop.get()) {
while (!stop.get() && !isComplete()) {
try {
if (rgb) {
cs.toRGB(colorvalue);