Details
-
Bug
-
Resolution: Fixed
-
P4
-
19
-
b25
-
x86_64
-
os_x_10.15
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8308822 | 17.0.9-oracle | Srinivas Mandalika | P4 | Resolved | Fixed | b01 |
JDK-8311275 | 17.0.9 | Martin Doerr | P4 | Resolved | Fixed | b01 |
JDK-8317888 | 11.0.22 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8308821 | 11.0.21-oracle | Srinivas Mandalika | P4 | Resolved | Fixed | b01 |
Description
java/awt/FontClass/DrawStringWithInfiniteXform.java
Here's a snippet from the log file:
#section:main
----------messages:(5/217)----------
command: main DrawStringWithInfiniteXform
reason: User specified action: run main DrawStringWithInfiniteXform
Mode: othervm
Additional options from @modules: --add-modules java.desktop
elapsed time (seconds): 20.774
----------configuration:(3/40)----------
Boot Layer
add modules: java.desktop
----------System.out:(0/0)----------
----------System.err:(5/409)----------
java.lang.RuntimeException: drawString with InfiniteXform transform takes long time
at DrawStringWithInfiniteXform$ScheduleTask.run(DrawStringWithInfiniteXform.java:45)
at java.base/java.util.TimerThread.mainLoop(Timer.java:566)
at java.base/java.util.TimerThread.run(Timer.java:516)
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: drawString with InfiniteXform transform takes long time
----------rerun:(36/5533)*----------
This failure mode was previously fixed with:
Attachments
Issue Links
- backported by
-
JDK-8308821 DrawStringWithInfiniteXform.java failed with "RuntimeException: drawString with InfiniteXform transform takes long time"
- Resolved
-
JDK-8308822 DrawStringWithInfiniteXform.java failed with "RuntimeException: drawString with InfiniteXform transform takes long time"
- Resolved
-
JDK-8311275 DrawStringWithInfiniteXform.java failed with "RuntimeException: drawString with InfiniteXform transform takes long time"
- Resolved
-
JDK-8317888 DrawStringWithInfiniteXform.java failed with "RuntimeException: drawString with InfiniteXform transform takes long time"
- Resolved
- relates to
-
JDK-8273704 DrawStringWithInfiniteXform.java failed : drawString with InfiniteXform transform takes long time
- Resolved
- links to
-
Commit openjdk/jdk11u-dev/6e34daa2
-
Commit openjdk/jdk17u-dev/996c6f73
-
Commit openjdk/jdk/a53be204
-
Review openjdk/jdk11u-dev/2161
-
Review openjdk/jdk17u-dev/1523
-
Review openjdk/jdk/11179