comparison src/share/vm/runtime/init.cpp @ 6854:fb19af007ffc

7189254: Change makefiles for more flexibility to override defaults Summary: Change makefiles so that targets and parameters can be overridden by alternate makefiles. Reviewed-by: dholmes, coleenp
author jprovino
date Wed, 10 Oct 2012 14:35:58 -0400
parents da91efe96a93
children 7d815d842ee0 db9981fd3124
comparison
equal deleted inserted replaced
6830:81e878c53615 6854:fb19af007ffc
112 InterfaceSupport_init(); 112 InterfaceSupport_init();
113 SharedRuntime::generate_stubs(); 113 SharedRuntime::generate_stubs();
114 universe2_init(); // dependent on codeCache_init and stubRoutines_init1 114 universe2_init(); // dependent on codeCache_init and stubRoutines_init1
115 referenceProcessor_init(); 115 referenceProcessor_init();
116 jni_handles_init(); 116 jni_handles_init();
117 #ifndef VM_STRUCTS_KERNEL 117 #if INCLUDE_VM_STRUCTS
118 vmStructs_init(); 118 vmStructs_init();
119 #endif // VM_STRUCTS_KERNEL 119 #endif // INCLUDE_VM_STRUCTS
120 120
121 vtableStubs_init(); 121 vtableStubs_init();
122 InlineCacheBuffer_init(); 122 InlineCacheBuffer_init();
123 compilerOracle_init(); 123 compilerOracle_init();
124 compilationPolicy_init(); 124 compilationPolicy_init();