diff src/share/vm/classfile/classFileParser.hpp @ 6227:dd785aabe02b

Merge
author kvn
date Tue, 17 Jul 2012 11:16:13 -0700
parents 9c9fb30d2b3b 8150fa46d2ed
children 1d7922586cf6
line wrap: on
line diff
--- a/src/share/vm/classfile/classFileParser.hpp	Mon Jul 16 19:50:52 2012 -0700
+++ b/src/share/vm/classfile/classFileParser.hpp	Tue Jul 17 11:16:13 2012 -0700
@@ -184,8 +184,8 @@
                                 objArrayHandle methods_parameter_annotations,
                                 objArrayHandle methods_default_annotations,
                                 TRAPS);
-  typeArrayHandle parse_exception_table(u4 code_length, u4 exception_table_length,
-                                        constantPoolHandle cp, TRAPS);
+  u2* parse_exception_table(u4 code_length, u4 exception_table_length,
+                            constantPoolHandle cp, TRAPS);
   void parse_linenumber_table(
       u4 code_attribute_length, u4 code_length,
       CompressedLineNumberWriteStream** write_stream, TRAPS);