< prev index next >

src/hotspot/share/opto/compile.hpp

Print this page
rev 52415 : 8213384: Move G1/C2 barrier verification into G1BarrierSetC2

*** 1327,1339 **** // correspondence between Use-Def edges and Def-Use edges // The option no_dead_code enables stronger checks that the // graph is strongly connected from root in both directions. void verify_graph_edges(bool no_dead_code = false) PRODUCT_RETURN; - // Verify GC barrier patterns - void verify_barriers() PRODUCT_RETURN; - // End-of-run dumps. static void print_statistics() PRODUCT_RETURN; // Dump formatted assembly void dump_asm(int *pcs = NULL, uint pc_limit = 0) PRODUCT_RETURN; --- 1327,1336 ----
< prev index next >