Apply suggestion from @theRealAph

Co-authored-by: Andrew Haley <aph-open@littlepinkcloud.com>
This commit is contained in:
Thomas Stuefe 2025-12-04 08:03:40 +01:00 committed by GitHub
parent 141113a043
commit 074a2337a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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));