8146660: Resolve merge issue in resulting from sun.misc.VM move to jdk.internal.misc
Reviewed-by: twisti, erikj, chegar
This commit is contained in:
parent
640cf07750
commit
d1460d5224
@ -69,6 +69,7 @@ $(GENSRC_DIR)/_gensrc_proc_done: $(PROC_SRCS) \
|
|||||||
$(eval $(call ListPathsSafely,PROC_SRCS,$(@D)/_gensrc_proc_files))
|
$(eval $(call ListPathsSafely,PROC_SRCS,$(@D)/_gensrc_proc_files))
|
||||||
$(JAVA_SMALL) $(NEW_JAVAC) \
|
$(JAVA_SMALL) $(NEW_JAVAC) \
|
||||||
-XDignore.symbol.file \
|
-XDignore.symbol.file \
|
||||||
|
-bootclasspath $(JDK_OUTPUTDIR)/modules/java.base \
|
||||||
-sourcepath $(SOURCEPATH) \
|
-sourcepath $(SOURCEPATH) \
|
||||||
-implicit:none \
|
-implicit:none \
|
||||||
-proc:only \
|
-proc:only \
|
||||||
|
@ -49,7 +49,7 @@ import jdk.vm.ci.runtime.JVMCI;
|
|||||||
import jdk.vm.ci.runtime.JVMCIBackend;
|
import jdk.vm.ci.runtime.JVMCIBackend;
|
||||||
import jdk.vm.ci.runtime.JVMCICompiler;
|
import jdk.vm.ci.runtime.JVMCICompiler;
|
||||||
import jdk.vm.ci.service.Services;
|
import jdk.vm.ci.service.Services;
|
||||||
import sun.misc.VM;
|
import jdk.internal.misc.VM;
|
||||||
|
|
||||||
//JaCoCo Exclude
|
//JaCoCo Exclude
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user