hotspot/src/share/vm/gc/g1/g1EvacStats.hpp
changeset 46290 3c4c1591507d
parent 36390 a2d991d1d628
--- a/hotspot/src/share/vm/gc/g1/g1EvacStats.hpp	Fri Feb 24 12:41:26 2017 -0500
+++ b/hotspot/src/share/vm/gc/g1/g1EvacStats.hpp	Thu Feb 23 12:50:49 2017 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2017, Oracle and/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
@@ -53,13 +53,13 @@
 
   virtual void log_plab_allocation();
 
+  virtual size_t compute_desired_plab_sz();
+
  public:
   G1EvacStats(const char* description, size_t desired_plab_sz_, unsigned wt);
 
   ~G1EvacStats();
 
-  virtual void adjust_desired_plab_sz();
-
   uint regions_filled() const { return _regions_filled; }
   size_t region_end_waste() const { return _region_end_waste; }
   size_t direct_allocated() const { return _direct_allocated; }