diff src/share/vm/graal/graalJavaAccess.hpp @ 6539:2463eb24b644

Cleanup of Graal API: Rename methods so that it follows the getXxx naming convention and so that they are similar to the names of the java.lang.reflect classes. Remove unused methods.
author Christian Wimmer <christian.wimmer@oracle.com>
date Tue, 09 Oct 2012 15:23:38 -0700
parents 2a0c9f20baa1
children fd71ca8c5f88
line wrap: on
line diff
--- a/src/share/vm/graal/graalJavaAccess.hpp	Tue Oct 09 14:06:26 2012 +0200
+++ b/src/share/vm/graal/graalJavaAccess.hpp	Tue Oct 09 15:23:38 2012 -0700
@@ -191,7 +191,7 @@
   end_class                                                                             \
   start_class(Value)                                                                  \
     oop_field(Value, kind, "Lcom/oracle/graal/api/meta/Kind;")                          \
-    static_oop_field(Value, IllegalValue, "Lcom/oracle/graal/api/meta/Value;");         \
+    static_oop_field(Value, ILLEGAL, "Lcom/oracle/graal/api/meta/Value;");         \
   end_class                                                                             \
   start_class(RegisterValue)                                                          \
     oop_field(RegisterValue, reg, "Lcom/oracle/graal/api/code/Register;")               \