# HG changeset patch # User twisti # Date 1367875031 25200 # Node ID c382fa74b1ee6a7248405f07a832bfa2ea547af5 # Parent 7df076e74e8e9607c00126e5c989872544b15e2d remove basicTypes and basicTypeCount diff -r 7df076e74e8e -r c382fa74b1ee src/share/vm/graal/graalCompilerToVM.cpp --- a/src/share/vm/graal/graalCompilerToVM.cpp Mon May 06 22:12:28 2013 +0200 +++ b/src/share/vm/graal/graalCompilerToVM.cpp Mon May 06 14:17:11 2013 -0700 @@ -616,9 +616,6 @@ return id; } -BasicType basicTypes[] = { T_BOOLEAN, T_BYTE, T_SHORT, T_CHAR, T_INT, T_FLOAT, T_LONG, T_DOUBLE, T_OBJECT }; -int basicTypeCount = sizeof(basicTypes) / sizeof(BasicType); - C2V_ENTRY(void, initializeConfiguration, (JNIEnv *env, jobject, jobject config)) #define set_boolean(name, value) do { env->SetBooleanField(config, getFieldID(env, config, name, "Z"), value); } while (0)