src/hotspot/share/runtime/sweeper.hpp
changeset 49611 973c9504178e
parent 47216 71c04702a3d5
child 51865 eb954a4b6083
equal deleted inserted replaced
49610:6790b1077a3f 49611:973c9504178e
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
   123 
   123 
   124   static int hotness_counter_reset_val();
   124   static int hotness_counter_reset_val();
   125   static void report_state_change(nmethod* nm);
   125   static void report_state_change(nmethod* nm);
   126   static void possibly_enable_sweeper();
   126   static void possibly_enable_sweeper();
   127   static void possibly_flush(nmethod* nm);
   127   static void possibly_flush(nmethod* nm);
   128   static void print();   // Printing/debugging
   128   static void print(outputStream* out);   // Printing/debugging
       
   129   static void print() { print(tty); }
   129 };
   130 };
   130 
   131 
   131 #endif // SHARE_VM_RUNTIME_SWEEPER_HPP
   132 #endif // SHARE_VM_RUNTIME_SWEEPER_HPP