< prev index next >

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

Print this page
*** 1,7 ***
--- 1,8 ---
  /*
   * Copyright (c) 2019, 2021, Red Hat, Inc. All rights reserved.
+  * Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   *
   * 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
   * published by the Free Software Foundation.

*** 39,10 ***
  };
  
  class ShenandoahRootVerifier : public AllStatic {
  public:
    // Used to seed ShenandoahVerifier, do not honor root type filter
!   static void roots_do(OopClosure* cl);
!   static void strong_roots_do(OopClosure* cl);
  };
  
  #endif // SHARE_GC_SHENANDOAH_SHENANDOAHROOTVERIFIER_HPP
--- 40,10 ---
  };
  
  class ShenandoahRootVerifier : public AllStatic {
  public:
    // Used to seed ShenandoahVerifier, do not honor root type filter
!   static void roots_do(OopIterateClosure* cl);
!   static void strong_roots_do(OopIterateClosure* cl);
  };
  
  #endif // SHARE_GC_SHENANDOAH_SHENANDOAHROOTVERIFIER_HPP
< prev index next >