Skip to content

Commit

Permalink
8274259: G1: assert(check_alignment(result)) failed: address not alig…
Browse files Browse the repository at this point in the history
…ned: 0x00000008baadbabe after JDK-8270009

Reviewed-by: tschatzl, sjohanss
  • Loading branch information
tbzhang authored and Thomas Schatzl committed Sep 28, 2021
1 parent 961dcff commit 79865cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hotspot/share/gc/g1/g1CollectedHeap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2752,6 +2752,7 @@ void G1CollectedHeap::verify_before_young_collection(G1HeapVerifier::G1VerifyTyp
return;
}
Ticks start = Ticks::now();
_verifier->prepare_for_verify();
_verifier->verify_region_sets_optional();
_verifier->verify_dirty_young_regions();
if (VerifyRememberedSets) {
Expand Down

1 comment on commit 79865cd

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.