hotspot/src/share/vm/classfile/classFileParser.hpp
changeset 7110 e36cfdaf744a
parent 5712 7e82752d3fdf
child 7114 65d21c4c6337
--- a/hotspot/src/share/vm/classfile/classFileParser.hpp	Fri Oct 22 03:34:25 2010 -0700
+++ b/hotspot/src/share/vm/classfile/classFileParser.hpp	Thu Oct 28 00:48:18 2010 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2009, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2010, 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 @@
   // Adjust the field allocation counts for java.dyn.MethodHandle to add
   // a fake address (void*) field.
   void java_dyn_MethodHandle_fix_pre(constantPoolHandle cp,
-                                     typeArrayHandle* fields_ptr,
+                                     typeArrayHandle fields,
                                      FieldAllocationCount *fac_ptr, TRAPS);
 
   // Format checker methods