mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
Merge
This commit is contained in:
commit
4b6b0ec3c4
29 changed files with 575 additions and 317 deletions
|
@ -184,8 +184,8 @@ class ClassFileParser VALUE_OBJ_CLASS_SPEC {
|
|||
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue