mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 06:14:49 +02:00
8139170: JVMCI refresh
Reviewed-by: kvn
This commit is contained in:
parent
a4e16dd190
commit
a38ea495d6
246 changed files with 4445 additions and 2901 deletions
|
@ -44,6 +44,7 @@ import java.util.NoSuchElementException;
|
|||
import java.util.Objects;
|
||||
import java.util.function.Consumer;
|
||||
import jdk.vm.ci.hotspot.CompilerToVMHelper;
|
||||
import jdk.vm.ci.hotspot.HotSpotJVMCIRuntime;
|
||||
import jdk.test.lib.Asserts;
|
||||
import jdk.test.lib.Utils;
|
||||
import sun.misc.Unsafe;
|
||||
|
@ -72,7 +73,7 @@ public class InitializeConfigurationTest {
|
|||
|
||||
private void runTest(List<TestCase> tcases) {
|
||||
VMStructDataReader reader = new VMStructDataReader(
|
||||
CompilerToVMHelper.initializeConfiguration());
|
||||
CompilerToVMHelper.initializeConfiguration(HotSpotJVMCIRuntime.runtime().getConfig()));
|
||||
while (reader.hasNext()) {
|
||||
VMFieldData data = reader.next();
|
||||
for (TestCase tcase : tcases) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue