< prev index next >

src/share/vm/gc/shenandoah/shenandoahVerifier.hpp

Print this page
rev 14452 : imported patch onebitmap.patch

*** 88,101 **** typedef enum { // Disable marked objects verification. _verify_marked_disable, // Objects should be marked in "next" bitmap. ! _verify_marked_next, - // Objects should be marked in "complete" bitmap. - _verify_marked_complete, } VerifyMarked; typedef enum { // Disable forwarded objects verification. _verify_forwarded_disable, --- 88,99 ---- typedef enum { // Disable marked objects verification. _verify_marked_disable, // Objects should be marked in "next" bitmap. ! _verify_marked, } VerifyMarked; typedef enum { // Disable forwarded objects verification. _verify_forwarded_disable,
< prev index next >