hotspot/src/share/vm/ci/ciKlass.hpp
changeset 46329 53ccc37bda19
parent 29199 db7ae483ecb2
--- a/hotspot/src/share/vm/ci/ciKlass.hpp	Wed Mar 15 11:44:46 2017 +0100
+++ b/hotspot/src/share/vm/ci/ciKlass.hpp	Wed Mar 15 10:25:37 2017 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 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
@@ -51,7 +51,7 @@
   jint _layout_helper;
 
 protected:
-  ciKlass(KlassHandle k_h, ciSymbol* name);
+  ciKlass(Klass* k, ciSymbol* name);
   ciKlass(ciSymbol* name, BasicType bt);
 
   Klass* get_Klass() const {
@@ -72,7 +72,7 @@
   void print_impl(outputStream* st);
 
 public:
-  ciKlass(KlassHandle k_h);
+  ciKlass(Klass* k);
 
   // What is the name of this klass?
   ciSymbol* name() const { return _name; }