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
2 changes: 1 addition & 1 deletion src/hotspot/share/runtime/vmStructs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@
\
/******************************************************************************************/ \
/* CI (NOTE: these CI fields are retained in VMStructs for the benefit of external tools, */ \
/* to ease their migration to a future alternative. */ \
/* 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*) \
Expand Down