Skip to content
2 changes: 1 addition & 1 deletion src/hotspot/share/jvmci/jvmciRuntime.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class JVMCINMethodData : public ResourceObj {
// Is HotSpotNmethod.name non-null? If so, the value is
// embedded in the end of this object.
uint8_t _has_name : 1,
// Is HotSpotNmethod default, i.e., compilation scheduled by CompileBroker?
// HotSpotNmethod.isDefault (e.g., compilation scheduled by CompileBroker)
_is_default : 1,
: 6;
} bits;
Expand Down