src/hotspot/share/gc/serial/genMarkSweep.cpp
changeset 49821 02c08e20d66c
parent 49047 8f004146e407
child 49967 672ded60a082
--- a/src/hotspot/share/gc/serial/genMarkSweep.cpp	Wed Apr 18 10:03:49 2018 -0700
+++ b/src/hotspot/share/gc/serial/genMarkSweep.cpp	Wed Apr 18 13:37:39 2018 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2018, 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
@@ -234,7 +234,7 @@
     CodeCache::do_unloading(&is_alive, purged_class);
 
     // Prune dead klasses from subklass/sibling/implementor lists.
-    Klass::clean_weak_klass_links(&is_alive);
+    Klass::clean_weak_klass_links();
   }
 
   {