-
Bug
-
Resolution: Fixed
-
P4
-
9, 10, 11
-
b17
-
generic
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8204763 | 11.0.1 | Gustavo Romero | P4 | Resolved | Fixed | team |
Change 8149159 removed addressSize() as a native method. Native methods are used as transaction abort provokers in RTM test suite. Since addressSize() is currently in use, the following RTM test are failing:
-FAILED: compiler/rtm/locking/TestRTMAbortRatio.java
-FAILED: compiler/rtm/locking/TestRTMAbortThreshold.java
-FAILED: compiler/rtm/locking/TestRTMAfterNonRTMDeopt.java
-FAILED: compiler/rtm/locking/TestRTMDeoptOnHighAbortRatio.java
-FAILED: compiler/rtm/locking/TestRTMDeoptOnLowAbortRatio.java
-FAILED: compiler/rtm/locking/TestRTMLockingThreshold.java
-FAILED: compiler/rtm/locking/TestUseRTMDeopt.java
-FAILED: compiler/rtm/print/TestPrintPreciseRTMLockingStatistics.java
-FAILED: compiler/rtm/locking/TestRTMAbortRatio.java
-FAILED: compiler/rtm/locking/TestRTMAbortThreshold.java
-FAILED: compiler/rtm/locking/TestRTMAfterNonRTMDeopt.java
-FAILED: compiler/rtm/locking/TestRTMDeoptOnHighAbortRatio.java
-FAILED: compiler/rtm/locking/TestRTMDeoptOnLowAbortRatio.java
-FAILED: compiler/rtm/locking/TestRTMLockingThreshold.java
-FAILED: compiler/rtm/locking/TestUseRTMDeopt.java
-FAILED: compiler/rtm/print/TestPrintPreciseRTMLockingStatistics.java
- backported by
-
JDK-8204763 jtreg: Fix RTM abort provoker for various tests after "8149159: Clean up Unsafe"
- Resolved
- relates to
-
JDK-8149159 Clean up Unsafe
- Resolved
-
JDK-8223660 jtreg: Decouple Unsafe from RTM tests
- Resolved