src/hotspot/share/oops/typeArrayKlass.hpp
changeset 53152 08db5aa02f7b
parent 52119 88916200bdd7
child 53244 9807daeb47c4
--- a/src/hotspot/share/oops/typeArrayKlass.hpp	Sat Jan 05 10:48:54 2019 +0800
+++ b/src/hotspot/share/oops/typeArrayKlass.hpp	Sat Jan 05 20:08:24 2019 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2019, 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
@@ -62,8 +62,6 @@
 
   int oop_size(oop obj) const;
 
-  bool compute_is_subtype_of(Klass* k);
-
   // Allocation
   typeArrayOop allocate_common(int length, bool do_zero, TRAPS);
   typeArrayOop allocate(int length, TRAPS) { return allocate_common(length, true, THREAD); }