mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
Removed hotspot version of jvm*h and jni*h files. Reviewed-by: ihse, mchung, dholmes
This commit is contained in:
parent
b36ba5ff60
commit
e908052a71
177 changed files with 308 additions and 2713 deletions
|
@ -356,7 +356,7 @@ typedef PaddedEnd<ObjectMonitor> PaddedObjectMonitor;
|
|||
nonstatic_field(Symbol, _length, unsigned short) \
|
||||
unchecked_nonstatic_field(Symbol, _body, sizeof(jbyte)) /* NOTE: no type */ \
|
||||
nonstatic_field(Symbol, _body[0], jbyte) \
|
||||
nonstatic_field(TypeArrayKlass, _max_length, int) \
|
||||
nonstatic_field(TypeArrayKlass, _max_length, jint) \
|
||||
\
|
||||
/***********************/ \
|
||||
/* Constant Pool Cache */ \
|
||||
|
@ -579,7 +579,7 @@ typedef PaddedEnd<ObjectMonitor> PaddedObjectMonitor;
|
|||
static_field(PerfMemory, _top, char*) \
|
||||
static_field(PerfMemory, _capacity, size_t) \
|
||||
static_field(PerfMemory, _prologue, PerfDataPrologue*) \
|
||||
static_field(PerfMemory, _initialized, jint) \
|
||||
static_field(PerfMemory, _initialized, int) \
|
||||
\
|
||||
/***************/ \
|
||||
/* SymbolTable */ \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue