comparison src/share/vm/classfile/classFileParser.hpp @ 17577:f0d759a6a230 jdk8u11-b01

8037167: Better method signature resolution Reviewed-by: mschoene, hseigel, lfoltan
author acorn
date Thu, 20 Mar 2014 11:36:40 -0700
parents edb5ab0f3fe5
children f73af4455d7d
comparison
equal deleted inserted replaced
17576:2b2cc89121db 17577:f0d759a6a230
1 /* 1 /*
2 * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
264 void parse_type_array(u2 array_length, u4 code_length, u4* u1_index, u4* u2_index, 264 void parse_type_array(u2 array_length, u4 code_length, u4* u1_index, u4* u2_index,
265 u1* u1_array, u2* u2_array, TRAPS); 265 u1* u1_array, u2* u2_array, TRAPS);
266 u1* parse_stackmap_table(u4 code_attribute_length, TRAPS); 266 u1* parse_stackmap_table(u4 code_attribute_length, TRAPS);
267 267
268 // Classfile attribute parsing 268 // Classfile attribute parsing
269 u2 parse_generic_signature_attribute(TRAPS);
269 void parse_classfile_sourcefile_attribute(TRAPS); 270 void parse_classfile_sourcefile_attribute(TRAPS);
270 void parse_classfile_source_debug_extension_attribute(int length, TRAPS); 271 void parse_classfile_source_debug_extension_attribute(int length, TRAPS);
271 u2 parse_classfile_inner_classes_attribute(u1* inner_classes_attribute_start, 272 u2 parse_classfile_inner_classes_attribute(u1* inner_classes_attribute_start,
272 bool parsed_enclosingmethod_attribute, 273 bool parsed_enclosingmethod_attribute,
273 u2 enclosing_method_class_index, 274 u2 enclosing_method_class_index,