Skip to content

Commit

Permalink
Update ppc template comment too
Browse files Browse the repository at this point in the history
  • Loading branch information
DanHeidinga committed Apr 17, 2024
1 parent b370cd1 commit eb0ba81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/cpu/ppc/templateTable_ppc_64.cpp
Expand Up @@ -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);

Expand Down

0 comments on commit eb0ba81

Please sign in to comment.