hotspot/src/share/vm/classfile/classFileParser.hpp
changeset 12267 a43041fec343
parent 12231 6a9cfc59a18a
parent 12263 d20640f4f8fe
child 13282 9872915dd78d
child 13291 9de3b1387cb8
--- a/hotspot/src/share/vm/classfile/classFileParser.hpp	Fri Mar 30 14:18:17 2012 -0700
+++ b/hotspot/src/share/vm/classfile/classFileParser.hpp	Sun Apr 01 17:04:26 2012 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2012, 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
@@ -68,9 +68,10 @@
   void set_stream(ClassFileStream* st)             { _stream = st; }
 
   // Constant pool parsing
-  void parse_constant_pool_entries(constantPoolHandle cp, int length, TRAPS);
+  void parse_constant_pool_entries(Handle class_loader,
+                                   constantPoolHandle cp, int length, TRAPS);
 
-  constantPoolHandle parse_constant_pool(TRAPS);
+  constantPoolHandle parse_constant_pool(Handle class_loader, TRAPS);
 
   // Interface parsing
   objArrayHandle parse_interfaces(constantPoolHandle cp,