hotspot/src/share/vm/ci/ciArrayKlass.hpp
changeset 46329 53ccc37bda19
parent 26412 80741eb33ba2
--- a/hotspot/src/share/vm/ci/ciArrayKlass.hpp	Wed Mar 15 11:44:46 2017 +0100
+++ b/hotspot/src/share/vm/ci/ciArrayKlass.hpp	Wed Mar 15 10:25:37 2017 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2014, 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
@@ -37,7 +37,7 @@
   jint _dimension;
 
 protected:
-  ciArrayKlass(KlassHandle h_k);
+  ciArrayKlass(Klass* k);
   ciArrayKlass(ciSymbol* name, int dimension, BasicType bt);
 
   ArrayKlass* get_ArrayKlass() {