8190570: Zero fails to build on linux-sparc due undefined reference

Reviewed-by: coleenp
This commit is contained in:
John Paul Adrian Glaubitz 2017-11-06 19:45:47 +01:00
parent 614fca959b
commit 9f9e85e9ad

View file

@ -60,7 +60,11 @@ void stubRoutines_init1();
jint universe_init(); // depends on codeCache_init and stubRoutines_init
#if INCLUDE_ALL_GCS
// depends on universe_init, must be before interpreter_init (currently only on SPARC)
#ifndef ZERO
void g1_barrier_stubs_init() NOT_SPARC({});
#else
void g1_barrier_stubs_init() {};
#endif
#endif
void interpreter_init(); // before any methods loaded
void invocationCounter_init(); // before any methods loaded