mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8275506: Rename allocated_on_stack to allocated_on_stack_or_embedded
Reviewed-by: stuefe
This commit is contained in:
parent
96c396b701
commit
323d201795
6 changed files with 16 additions and 16 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue