hotspot/src/share/vm/oops/objArrayKlass.hpp
changeset 22794 f1c014ad3754
parent 22234 da823d78ad65
child 30150 d9c940aa42ef
--- a/hotspot/src/share/vm/oops/objArrayKlass.hpp	Fri Feb 14 16:17:22 2014 +0100
+++ b/hotspot/src/share/vm/oops/objArrayKlass.hpp	Sat Feb 15 13:03:38 2014 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2014, 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
@@ -151,7 +151,7 @@
   const char* internal_name() const;
 
   // Verification
-  void verify_on(outputStream* st, bool check_dictionary);
+  void verify_on(outputStream* st);
 
   void oop_verify_on(oop obj, outputStream* st);
 };