hotspot/src/share/vm/classfile/verifier.hpp
changeset 28652 645506f523d0
parent 28512 968fe01e1f82
parent 28612 164db20ecb94
child 30102 d932845db0fe
--- a/hotspot/src/share/vm/classfile/verifier.hpp	Mon Dec 01 13:06:20 2014 -0500
+++ b/hotspot/src/share/vm/classfile/verifier.hpp	Thu Jan 22 22:42:31 2015 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1998, 2015, 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
@@ -297,7 +297,7 @@
 
   void verify_field_instructions(
     RawBytecodeStream* bcs, StackMapFrame* current_frame,
-    constantPoolHandle cp, TRAPS);
+    constantPoolHandle cp, bool allow_arrays, TRAPS);
 
   void verify_invoke_init(
     RawBytecodeStream* bcs, u2 ref_index, VerificationType ref_class_type,