src/java.base/share/native/libjava/Class.c
changeset 53212 bccff579c2ff
parent 50735 2f2af62dfac7
child 58056 db92a157dd70
child 58678 9cf78a70fa4f
--- a/src/java.base/share/native/libjava/Class.c	Wed Jan 09 10:59:37 2019 -0800
+++ b/src/java.base/share/native/libjava/Class.c	Wed Jan 09 20:28:16 2019 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1994, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1994, 2019, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -52,7 +52,7 @@
 #define BA  "[B"
 
 static JNINativeMethod methods[] = {
-    {"getName0",         "()" STR,          (void *)&JVM_GetClassName},
+    {"initClassName",    "()" STR,          (void *)&JVM_InitClassName},
     {"getSuperclass",    "()" CLS,          NULL},
     {"getInterfaces0",   "()[" CLS,         (void *)&JVM_GetClassInterfaces},
     {"isInterface",      "()Z",             (void *)&JVM_IsInterface},