From eb0ba81fde975cbf9d2216c214c81447b0f0ddc9 Mon Sep 17 00:00:00 2001 From: Dan Heidinga Date: Wed, 17 Apr 2024 16:34:37 -0400 Subject: [PATCH] Update ppc template comment too --- src/hotspot/cpu/ppc/templateTable_ppc_64.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hotspot/cpu/ppc/templateTable_ppc_64.cpp b/src/hotspot/cpu/ppc/templateTable_ppc_64.cpp index 86353aefb36ef..d9b76a5b6645a 100644 --- a/src/hotspot/cpu/ppc/templateTable_ppc_64.cpp +++ b/src/hotspot/cpu/ppc/templateTable_ppc_64.cpp @@ -3809,7 +3809,7 @@ void TemplateTable::_new() { __ lwz(Rinstance_size, in_bytes(Klass::layout_helper_offset()), RinstanceKlass); - // Make sure klass does not have has_finalizer, or is abstract, or interface or java/lang/Class. + // Make sure klass is not abstract, or interface or java/lang/Class. __ andi_(R0, Rinstance_size, Klass::_lh_instance_slow_path_bit); // slow path bit equals 0? __ bne(CCR0, Lslow_case);