Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions src/hotspot/share/runtime/vmStructs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -666,9 +666,10 @@
static_field(VMRegImpl, regName[0], const char*) \
static_field(VMRegImpl, stack0, VMReg) \
\
/**************/ \
/* CI (NOTE: these fields should not be removed, they can be used by external tools) */ \
/************/ \
/******************************************************************************************/ \
/* CI (NOTE: these CI fields are retained in VMStructs for the benefit of external tools, */ \
/* to ease their migration to a future alternative. */ \
/******************************************************************************************/ \
\
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops just a missing close ), but yes other than that I think we're done 8-)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, fixed in d7c4db0

nonstatic_field(CompilerThread, _env, ciEnv*) \
nonstatic_field(ciEnv, _task, CompileTask*) \
Expand Down