aboutsummaryrefslogtreecommitdiffstats
path: root/make/jawt-CustomJavaCode.java
diff options
context:
space:
mode:
Diffstat (limited to 'make/jawt-CustomJavaCode.java')
-rwxr-xr-xmake/jawt-CustomJavaCode.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/jawt-CustomJavaCode.java b/make/jawt-CustomJavaCode.java
index c1a56b7f6..f1ef91075 100755
--- a/make/jawt-CustomJavaCode.java
+++ b/make/jawt-CustomJavaCode.java
@@ -5,7 +5,7 @@ public static JAWT getJAWT() {
if (jawt == null) {
synchronized (JAWT.class) {
if (jawt == null) {
- AWTNativeLibLoader.loadAWTImpl();
+ JAWTNativeLibLoader.loadAWTImpl();
// Workaround for 4845371.
// Make sure the first reference to the JNI GetDirectBufferAddress is done
// from a privileged context so the VM's internal class lookups will succeed.