comparison src/share/vm/prims/jvmtiImpl.hpp @ 13409:77b028ba548c

8028396: Minimal VM: undefined symbol: _ZN23JvmtiCurrentBreakpoints11metadata_doEPFvP8MetadataE Summary: Minimal VM doesn't run Reviewed-by: coleenp, dholmes
author jprovino
date Tue, 19 Nov 2013 16:26:54 -0500
parents 910026b800b8
children
comparison
equal deleted inserted replaced
13381:854a42db7069 13409:77b028ba548c
297 297
298 // quickly test whether the bcp matches a cached breakpoint in the list 298 // quickly test whether the bcp matches a cached breakpoint in the list
299 static inline bool is_breakpoint(address bcp); 299 static inline bool is_breakpoint(address bcp);
300 300
301 static void oops_do(OopClosure* f); 301 static void oops_do(OopClosure* f);
302 static void metadata_do(void f(Metadata*)); 302 static void metadata_do(void f(Metadata*)) NOT_JVMTI_RETURN;
303 static void gc_epilogue(); 303 static void gc_epilogue();
304 }; 304 };
305 305
306 // quickly test whether the bcp matches a cached breakpoint in the list 306 // quickly test whether the bcp matches a cached breakpoint in the list
307 bool JvmtiCurrentBreakpoints::is_breakpoint(address bcp) { 307 bool JvmtiCurrentBreakpoints::is_breakpoint(address bcp) {