From 074a2337a366d5f8ca5195c57fbeae95aedab333 Mon Sep 17 00:00:00 2001 From: Thomas Stuefe Date: Thu, 4 Dec 2025 08:03:40 +0100 Subject: [PATCH] Apply suggestion from @theRealAph Co-authored-by: Andrew Haley --- src/hotspot/share/oops/klass.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hotspot/share/oops/klass.cpp b/src/hotspot/share/oops/klass.cpp index e11029b9a26..110a372daeb 100644 --- a/src/hotspot/share/oops/klass.cpp +++ b/src/hotspot/share/oops/klass.cpp @@ -1060,7 +1060,6 @@ void Klass::verify_on(outputStream* st) { // This can be expensive, but it is worth checking that this klass is actually // in the CLD graph but not in production. - // Stricter checks for both correct alignment and placement DEBUG_ONLY(CompressedKlassPointers::check_encodable(this));