< prev index next >

src/share/vm/gc/shared/collectedHeap.hpp

Print this page
rev 12265 : 8168492: Convert CollectedHeap_test to GTest
Reviewed-by: duke

*** 610,622 **** jbyte* accuracy, jint len) { return false; } - /////////////// Unit tests /////////////// - - NOT_PRODUCT(static void test_is_in();) }; // Class to set and reset the GC cause for a CollectedHeap. class GCCauseSetter : StackObj { --- 610,619 ----
< prev index next >