src/hotspot/share/gc/shenandoah/shenandoahVerifier.hpp
changeset 59296 9186be5c78ba
parent 55423 970adfac768d
--- a/src/hotspot/share/gc/shenandoah/shenandoahVerifier.hpp	Wed Nov 27 06:36:41 2019 -0800
+++ b/src/hotspot/share/gc/shenandoah/shenandoahVerifier.hpp	Wed Nov 27 11:52:57 2019 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017, 2018, Red Hat, Inc. All rights reserved.
+ * Copyright (c) 2017, 2019, Red Hat, Inc. All rights reserved.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
@@ -190,6 +190,8 @@
 
   // Roots should only contain to-space oops
   void verify_roots_in_to_space();
+  void verify_roots_in_to_space_except(ShenandoahRootVerifier::RootTypes types);
+
   void verify_roots_no_forwarded();
   void verify_roots_no_forwarded_except(ShenandoahRootVerifier::RootTypes types);
 };