mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8250668: Clean up method_oop names in adlc
Reviewed-by: coleenp, adityam, thartmann
This commit is contained in:
parent
57f92d23b1
commit
2caa20a76d
15 changed files with 61 additions and 57 deletions
|
@ -338,9 +338,9 @@ typedef HashtableEntry<InstanceKlass*, mtClass> KlassHashtableEntry;
|
|||
volatile_nonstatic_field(ConstantPoolCacheEntry, _f2, intx) \
|
||||
volatile_nonstatic_field(ConstantPoolCacheEntry, _flags, intx) \
|
||||
\
|
||||
/********************************/ \
|
||||
/* MethodOop-related structures */ \
|
||||
/********************************/ \
|
||||
/*****************************/ \
|
||||
/* Method related structures */ \
|
||||
/*****************************/ \
|
||||
\
|
||||
nonstatic_field(CheckedExceptionElement, class_cp_index, u2) \
|
||||
nonstatic_field(LocalVariableTableElement, start_bci, u2) \
|
||||
|
@ -1284,9 +1284,9 @@ typedef HashtableEntry<InstanceKlass*, mtClass> KlassHashtableEntry;
|
|||
\
|
||||
declare_toplevel_type(OopHandle) \
|
||||
\
|
||||
/*************************************/ \
|
||||
/* MethodOop-related data structures */ \
|
||||
/*************************************/ \
|
||||
/**********************************/ \
|
||||
/* Method related data structures */ \
|
||||
/**********************************/ \
|
||||
\
|
||||
declare_toplevel_type(CheckedExceptionElement) \
|
||||
declare_toplevel_type(LocalVariableTableElement) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue