diff src/share/vm/gc_implementation/g1/g1AllocationContext.hpp @ 20656:8d27d6113625

8065227: Report allocation context stats at end of cleanup Summary: Moved allocation context update from remark to the cleanup phase. Reviewed-by: mgerdin, jmasa
author sjohanss
date Fri, 21 Nov 2014 10:31:30 +0100
parents fa6c442c59ee
children
line wrap: on
line diff
--- a/src/share/vm/gc_implementation/g1/g1AllocationContext.hpp	Fri Nov 21 12:08:37 2014 +0100
+++ b/src/share/vm/gc_implementation/g1/g1AllocationContext.hpp	Fri Nov 21 10:31:30 2014 +0100
@@ -45,7 +45,7 @@
 public:
   inline void clear() { }
   inline void update(bool full_gc) { }
-  inline void update_at_remark() { }
+  inline void update_after_mark() { }
   inline bool available() { return false; }
 };