comparison src/share/vm/prims/jvmtiImpl.hpp @ 17480:1b46c3672650

Merge
author kizune
date Fri, 13 Dec 2013 22:13:52 +0400
parents 77b028ba548c
children
comparison
equal deleted inserted replaced
17479:9063bd8808a7 17480:1b46c3672650
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) {