-
Bug
-
Resolution: Duplicate
-
P2
-
9
-
x86_64
-
windows_7
java version "9-ea"
Java(TM) SE Runtime Environment (build 9-ea+116)
Java HotSpot(TM) 64-Bit Server VM (build 9-ea+116, mixed mode)
ADDITIONAL OS VERSION INFORMATION :
Microsoft Windows [Version 6.1.7601]
EXTRA RELEVANT SYSTEM CONFIGURATION :
In the windows control setting for screen it is set at 125%
A DESCRIPTION OF THE PROBLEM :
Font rendering (or image display?) is blurry when screen options set at 125%. Sadly I can't attach screenshots. This can be tested with any GUI program, e.g. jvisualvm.exe => look at the splash window.
I have screenshots of the splash window with both JDKs. They have different sizes. This looks as if java9 does a (poor) magnifying after the rendering is done. The good one is 470 x 270, the bad one is 589 x 339.
The same problem can also be seen with the Apache PDFBOX debugger-app-2.0.1.jar (get it at https://pdfbox.apache.org/download.cgi ) and then drag and drop any PDF with text on it. Even the menus look poor. After opening a PDF, use the menu and click "View", "Zoom". The bullet symbol looks bad.
There is a similar issue:
http://bugs.java.com/bugdatabase/view_bug.do?bug_id=8129862
But that one is said to be resolved, which is why I opened this issue.
REGRESSION. Last worked in version 7u79
ADDITIONAL REGRESSION INFORMATION:
java version "1.7.0_79"
Java(TM) SE Runtime Environment (build 1.7.0_79-b15)
Java HotSpot(TM) 64-Bit Server VM (build 24.79-b02, mixed mode)
(It was also fine working on the latest JDK8, which I use at work but not here at home)
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
start C:\Program Files\Java\jdk-9\bin\jvisualvm.exe and look at the splash window.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
sharp glyphs
ACTUAL -
blurry glyphs
REPRODUCIBILITY :
This bug can be reproduced always.
CUSTOMER SUBMITTED WORKAROUND :
set windows screen control options at 100%
- duplicates
-
JDK-8151787 Unify the HiDPI splash screen image naming convention
- Resolved
- relates to
-
JDK-8220381 Scale up splash screen image in HiDPI environment
- Open
-
JDK-8129862 Windows Hi-DPI scaling leads to blurry text at 125% (120 dpi)
- Resolved
-
JDK-8156217 Selected text is shifted on HiDPI display
- Resolved
-
JDK-8142966 Wrong cursor position in text components on HiDPI display
- Resolved
-
JDK-8143064 Icons are not properly rendered with Windows L&F on HiDPI display
- Resolved
-
JDK-8151787 Unify the HiDPI splash screen image naming convention
- Resolved
-
JDK-8152309 Seamless way of using image filters with multi-resolution images
- Open
-
JDK-8169976 Blurry glyph rendering on Windows 7 at 125% screen setting is still there
- Closed