-
Bug
-
Resolution: Fixed
-
P3
-
26
The fix for https://bugs.openjdk.org/browse/JDK-8363889 makes
PrintJob.getGraphics() always return a Graphics.
After PrintJob.end() is called it should return null.
This has been long-standing behavior even though it isn't specified.
This was missed because the test for this is not being run due to a bug in the test tag - it is a closed test for no very good reason.
PrintJob.getGraphics() always return a Graphics.
After PrintJob.end() is called it should return null.
This has been long-standing behavior even though it isn't specified.
This was missed because the test for this is not being run due to a bug in the test tag - it is a closed test for no very good reason.
- caused by
-
JDK-8363889 Update sun.print.PrintJob2D to use Disposer
-
- Resolved
-
- causes
-
JDK-8369146 java/awt/PrintJob/GetGraphicsTest.java: Parse Exception: Invalid or unrecognized bugid: 50510568367702
-
- Open
-
- links to
-
Commit(master) openjdk/jdk/52a923f2
-
Review(master) openjdk/jdk/27458