src/hotspot/share/oops/instanceKlass.hpp
changeset 48873 9536c39ac6de
parent 48637 7bba05746c44
child 48874 f09fdaad7321
--- a/src/hotspot/share/oops/instanceKlass.hpp	Tue Feb 06 18:10:30 2018 -0500
+++ b/src/hotspot/share/oops/instanceKlass.hpp	Tue Feb 06 08:24:36 2018 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 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
@@ -135,10 +135,7 @@
     initialization_error                // error happened during initialization
   };
 
-  static int number_of_instance_classes() { return _total_instanceKlass_count; }
-
  private:
-  static volatile int _total_instanceKlass_count;
   static InstanceKlass* allocate_instance_klass(const ClassFileParser& parser, TRAPS);
 
  protected: