mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8255810: Zero: build fails without JVMTI
Reviewed-by: coleenp
This commit is contained in:
parent
d47336bf1c
commit
ca216bae1a
2 changed files with 4 additions and 2 deletions
|
@ -1964,8 +1964,8 @@ typedef HashtableEntry<InstanceKlass*, mtClass> KlassHashtableEntry;
|
|||
declare_integer_type(AccessFlags) /* FIXME: wrong type (not integer) */\
|
||||
declare_toplevel_type(address) /* FIXME: should this be an integer type? */\
|
||||
declare_integer_type(BasicType) /* FIXME: wrong type (not integer) */ \
|
||||
declare_toplevel_type(BreakpointInfo) \
|
||||
declare_toplevel_type(BreakpointInfo*) \
|
||||
JVMTI_ONLY(declare_toplevel_type(BreakpointInfo)) \
|
||||
JVMTI_ONLY(declare_toplevel_type(BreakpointInfo*)) \
|
||||
declare_toplevel_type(CodeBlob*) \
|
||||
declare_toplevel_type(RuntimeBlob*) \
|
||||
declare_toplevel_type(CompressedWriteStream*) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue