hotspot/src/share/vm/gc/shared/gcTrace.cpp
changeset 37137 62fd3fb4b1b1
parent 34300 6075c1e0e913
child 41076 8c6aa0873dd1
equal deleted inserted replaced
37134:9dd3975ca940 37137:62fd3fb4b1b1
     1 /*
     1 /*
     2  * Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2012, 2016, 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.
   240                                 predicted_allocation_rate,
   240                                 predicted_allocation_rate,
   241                                 predicted_marking_length,
   241                                 predicted_marking_length,
   242                                 prediction_active);
   242                                 prediction_active);
   243 }
   243 }
   244 
   244 
       
   245 void G1OldTracer::report_gc_start_impl(GCCause::Cause cause, const Ticks& timestamp) {
       
   246   _shared_gc_info.set_start_timestamp(timestamp);
       
   247 }
       
   248 
       
   249 void G1OldTracer::set_gc_cause(GCCause::Cause cause) {
       
   250   _shared_gc_info.set_cause(cause);
       
   251 }
       
   252 
   245 #endif
   253 #endif