We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0312006 commit 53bee89Copy full SHA for 53bee89
src/java.desktop/share/classes/sun/java2d/vulkan/VKEnv.java
@@ -48,7 +48,7 @@ private static final class Options {
48
49
@SuppressWarnings("removal")
50
private static final boolean accelsd = vulkan && "true".equalsIgnoreCase(AccessController.doPrivileged(
51
- (PrivilegedAction<String>) () -> System.getProperty("sun.java2d.vulkan.accelsd", "")));
+ (PrivilegedAction<String>) () -> System.getProperty("sun.java2d.vulkan.accelsd", "true")));
52
53
54
private static final int deviceNumber = !vulkan ? 0 : AccessController.doPrivileged(
0 commit comments