Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rkennke committed Oct 7, 2024
1 parent 572f1ac commit 6040108
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hotspot/share/gc/shared/collectedHeap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ bool CollectedHeap::supports_concurrent_gc_breakpoints() const {
}

static bool klass_is_sane(oop object) {
Klass* klass;
if (UseCompactObjectHeaders) {
// With compact headers, we can't safely access the Klass* when
// the object has been forwarded, because non-full-GC-forwarding
Expand Down

0 comments on commit 6040108

Please sign in to comment.