mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-07 17:08:53 +00:00
8273887: [macos] java/awt/color/ICC_ColorSpace/MTTransformReplacedProfile.java timed out
Reviewed-by: aivanov
This commit is contained in:
parent
ee3576a48b
commit
1bd11a7f2c
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user