Skip to content

Commit 04d2a29

Browse files
author
Jatin Bhateja
committed
other targets build fix
1 parent 8508a1e commit 04d2a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/share/opto/chaitin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1650,7 +1650,7 @@ uint PhaseChaitin::Select( ) {
16501650
}
16511651
};
16521652

1653-
if (UseAPX) {
1653+
if (X86_ONLY(UseAPX) NOT_X86(false)) {
16541654
Node* def = lrg->_def;
16551655
if (def->is_Mach()) {
16561656
MachNode* mdef = def->as_Mach();

0 commit comments

Comments
 (0)