hotspot/src/share/vm/ci/ciTypeArrayKlass.hpp
changeset 46329 53ccc37bda19
parent 22234 da823d78ad65
--- a/hotspot/src/share/vm/ci/ciTypeArrayKlass.hpp	Wed Mar 15 11:44:46 2017 +0100
+++ b/hotspot/src/share/vm/ci/ciTypeArrayKlass.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
@@ -35,7 +35,7 @@
   CI_PACKAGE_ACCESS
 
 protected:
-  ciTypeArrayKlass(KlassHandle h_k);
+  ciTypeArrayKlass(Klass* k);
 
   TypeArrayKlass* get_TypeArrayKlass() {
     return (TypeArrayKlass*)get_Klass();