src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/backend/LargeConstantSectionTest.java
changeset 58877 aec7bf35d6f5
parent 52910 583fd71c47d6
equal deleted inserted replaced
58876:1a8d65e71a66 58877:aec7bf35d6f5
     1 /*
     1 /*
     2  * Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    36 import java.util.Collection;
    36 import java.util.Collection;
    37 import java.util.List;
    37 import java.util.List;
    38 
    38 
    39 import org.graalvm.compiler.debug.GraalError;
    39 import org.graalvm.compiler.debug.GraalError;
    40 import org.graalvm.compiler.jtt.JTTTest;
    40 import org.graalvm.compiler.jtt.JTTTest;
    41 import org.graalvm.compiler.test.ExportingClassLoader;
    41 import org.graalvm.compiler.api.test.ExportingClassLoader;
    42 import org.junit.Before;
    42 import org.junit.Before;
    43 import org.junit.Test;
    43 import org.junit.Test;
    44 import org.junit.runner.RunWith;
    44 import org.junit.runner.RunWith;
    45 import org.junit.runners.Parameterized;
    45 import org.junit.runners.Parameterized;
    46 import org.junit.runners.Parameterized.Parameter;
    46 import org.junit.runners.Parameterized.Parameter;