JDK-8234906 : [TESTBUG] TestDivZeroCheckControl fails for client VMs due to Unrecognized VM option LoopUnrollLimit
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 14
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2019-11-27
  • Updated: 2022-01-05
  • Resolved: 2019-12-04
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 13 JDK 14
11.0.11-oracleFixed 13.0.3Fixed 14 b27Fixed
Related Reports
Relates :  
Description
ACTION: main -- Failed. Unexpected exit from test [exit code: 1]
REASON: User specified action: run main/othervm -Xbatch -XX:LoopUnrollLimit=0 -XX:CompileCommand=dontinline,compiler.loopopts.TestDivZeroCheckControl::test* compiler.loopopts.TestDivZeroCheckControl 
TIME:   0.037 seconds
messages:
command: main -Xbatch -XX:LoopUnrollLimit=0 -XX:CompileCommand=dontinline,compiler.loopopts.TestDivZeroCheckControl::test* compiler.loopopts.TestDivZeroCheckControl
reason: User specified action: run main/othervm -Xbatch -XX:LoopUnrollLimit=0 -XX:CompileCommand=dontinline,compiler.loopopts.TestDivZeroCheckControl::test* compiler.loopopts.TestDivZeroCheckControl 
Mode: othervm [/othervm specified]
elapsed time (seconds): 0.037
configuration:
STDOUT:
STDERR:
Unrecognized VM option 'LoopUnrollLimit=0'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

Comments
Fix Request for 13u The patch fixes the test added by JDK-8229496. Applies cleanly to 13u.
24-03-2020

Fix request This is only a test fix. Jdk11u is also affected. Applies cleanly.
06-12-2019

URL: https://hg.openjdk.java.net/jdk/jdk/rev/1413f714d1a9 User: kvn Date: 2019-12-04 23:07:16 +0000
04-12-2019