--- old/src/share/vm/runtime/init.cpp 2012-09-17 16:14:01.729354389 -0400 +++ new/src/share/vm/runtime/init.cpp 2012-09-17 16:14:00.611253414 -0400 @@ -114,9 +114,9 @@ universe2_init(); // dependent on codeCache_init and stubRoutines_init1 referenceProcessor_init(); jni_handles_init(); -#ifndef VM_STRUCTS_KERNEL +#if INCLUDE_VM_STRUCTS vmStructs_init(); -#endif // VM_STRUCTS_KERNEL +#endif // INCLUDE_VM_STRUCTS vtableStubs_init(); InlineCacheBuffer_init();