Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8326983

Unused operands reported after JDK-8326135

XMLWordPrintable

    • b13

      I see new warnings when I build on AVX2 machine (no AVX512) with JDK-8326135 changes:
      ```
      Warning: unused operand (immI_32)
      Warning: unused operand (immI_64)
      Warning: unused operand (immL10)
      Warning: unused operand (immL_127)
      Warning: unused operand (kReg_K1)
      Warning: unused operand (kReg_K2)
      Warning: unused operand (kReg_K3)
      Warning: unused operand (kReg_K4)
      Warning: unused operand (kReg_K5)
      Warning: unused operand (kReg_K6)
      Warning: unused operand (kReg_K7)
      Warning: unused operand (no_rax_rbx_RegP)
      ```
      I did not check which are not used and which are used only with AVX512.
      We need to remove unused operators or add them to exceptions.

            kvn Vladimir Kozlov
            kvn Vladimir Kozlov
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: