hotspot/src/share/vm/services/management.hpp
changeset 42052 b3a1c6c4f86e
parent 33097 96e348cb0442
child 46329 53ccc37bda19
--- a/hotspot/src/share/vm/services/management.hpp	Mon Oct 24 14:12:32 2016 -0700
+++ b/hotspot/src/share/vm/services/management.hpp	Wed Oct 26 14:58:14 2016 +0530
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2016, 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
@@ -53,6 +53,8 @@
   static Klass*             _sensor_klass;
   static Klass*             _threadInfo_klass;
   static Klass* load_and_initialize_klass(Symbol* sh, TRAPS);
+  static Klass* load_and_initialize_klass_or_null(Symbol* sh, TRAPS);
+  static Klass* initialize_klass(Klass* k, TRAPS);
 
 public:
   static void init();