Skip to content

Commit d43883e

Browse files
committed
reviews
1 parent bd4b2a1 commit d43883e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/hotspot/share/runtime/continuationFreezeThaw.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -507,9 +507,6 @@ FreezeBase::FreezeBase(JavaThread* thread, ContinuationWrapper& cont, intptr_t*
507507
assert(!Interpreter::contains(_cont.entryPC()), "");
508508

509509
_bottom_address = align_down(_cont.entrySP() - _cont.entry_frame_extension(), frame::frame_alignment);
510-
#ifdef _LP64
511-
assert(is_aligned(_bottom_address, frame::frame_alignment), "");
512-
#endif
513510

514511
log_develop_trace(continuations)("bottom_address: " INTPTR_FORMAT " entrySP: " INTPTR_FORMAT " argsize: " PTR_FORMAT,
515512
p2i(_bottom_address), p2i(_cont.entrySP()), (_cont.entrySP() - _bottom_address) << LogBytesPerWord);

0 commit comments

Comments
 (0)