mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-19 04:13:07 +00:00
8205578: jtreg: Fix failing TestRTMAbortRatio on PPC64
Reviewed-by: iignatyev, kvn
This commit is contained in:
parent
8d3616ba4e
commit
d3201f3e40
@ -130,7 +130,7 @@ public class TestRTMAbortRatio {
|
||||
|
||||
@Override
|
||||
public String[] getMethodsToCompileNames() {
|
||||
return new String[] { getMethodWithLockName() };
|
||||
return new String[] { getMethodWithLockName(), "*.pageSize" };
|
||||
}
|
||||
|
||||
public void lock(boolean abort) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user