8275506: Rename allocated_on_stack to allocated_on_stack_or_embedded

Reviewed-by: stuefe
This commit is contained in:
Leo Korinth 2021-11-05 09:25:21 +00:00
parent 96c396b701
commit 323d201795
6 changed files with 16 additions and 16 deletions

View file

@ -161,7 +161,7 @@ void ClassFileParser::parse_constant_pool_entries(const ClassFileStream* const s
const ClassFileStream cfs1 = *stream;
const ClassFileStream* const cfs = &cfs1;
assert(cfs->allocated_on_stack(), "should be local");
assert(cfs->allocated_on_stack_or_embedded(), "should be local");
debug_only(const u1* const old_current = stream->current();)
// Used for batching symbol allocations.