JDK-8150817 : Many @Stable related test failures after JDK-8150186 was pushed
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2016-02-29
  • Updated: 2023-07-21
  • Resolved: 2023-07-21
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 9
9Resolved
Related Reports
Duplicate :  
Relates :  
Description
After the fix for JDK-8150186 was pushed, many @Stable related tests fail in the hs-comp nightlies:

compiler/stable/TestStableBoolean.java
compiler/stable/TestStableByte.java
compiler/stable/TestStableChar.java
compiler/stable/TestStableDouble.java
compiler/stable/TestStableFloat.java
compiler/stable/TestStableInt.java
compiler/stable/TestStableLong.java
compiler/stable/TestStableObject.java
compiler/stable/TestStableShort.java

Comments
Thanks for verifying, Vladimir.
29-02-2016

is_mismatched_acess check added in JDK-8150186 is too strong. Will be fixed by JDK-8150543.
29-02-2016

Could be related to JDK-8150543 which was not yet fixed.
29-02-2016