--- old/src/hotspot/share/opto/c2_globals.hpp 2020-05-20 18:00:18.962437876 -0700 +++ new/src/hotspot/share/opto/c2_globals.hpp 2020-05-20 18:00:18.578430503 -0700 @@ -361,9 +361,6 @@ product(bool, BranchOnRegister, false, \ "Use Sparc V9 branch-on-register opcodes") \ \ - develop(bool, SparcV9RegsHiBitsZero, true, \ - "Assume Sparc V9 I&L registers on V8+ systems are zero-extended") \ - \ product(bool, UseRDPCForConstantTableBase, false, \ "Use Sparc RDPC instruction for the constant table base.") \ \