8250668: Clean up method_oop names in adlc

Reviewed-by: coleenp, adityam, thartmann
This commit is contained in:
Cesar 2020-09-16 05:54:16 +00:00 committed by Tobias Hartmann
parent 57f92d23b1
commit 2caa20a76d
15 changed files with 61 additions and 57 deletions

View file

@ -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) \