hotspot/src/share/vm/gc/serial/genMarkSweep.cpp
changeset 46505 fd4bc78630b1
parent 41683 cd5d2527e163
child 46795 623a5e42deb6
--- a/hotspot/src/share/vm/gc/serial/genMarkSweep.cpp	Fri May 26 13:47:33 2017 -0700
+++ b/hotspot/src/share/vm/gc/serial/genMarkSweep.cpp	Sat May 27 09:21:01 2017 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 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
@@ -223,7 +223,7 @@
     GCTraceTime(Debug, gc, phases) tm_m("Class Unloading", gc_timer());
 
     // Unload classes and purge the SystemDictionary.
-    bool purged_class = SystemDictionary::do_unloading(&is_alive);
+    bool purged_class = SystemDictionary::do_unloading(&is_alive, gc_timer());
 
     // Unload nmethods.
     CodeCache::do_unloading(&is_alive, purged_class);