< prev index next >

src/hotspot/share/gc/shenandoah/shenandoahRootVerifier.hpp

Print this page
rev 55401 : 8225582: Shenandoah: Enable concurrent evacuation of JNIHandles and CLDG roots

*** 50,59 **** --- 50,61 ---- void oops_do(OopClosure* cl); // Used to seed ShenandoahVerifier, do not honor root type filter void roots_do(OopClosure* cl); void strong_roots_do(OopClosure* cl); + + static RootTypes combine(RootTypes t1, RootTypes t2); private: bool verify(RootTypes type) const; }; #endif // SHARE_GC_SHENANDOAH_SHENANDOAHROOTVERIFIER_HPP
< prev index next >