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:
Alejandro Murillo 2016-01-13 12:45:33 -08:00
parent c47e5914fa
commit d9ae786b3b
2 changed files with 5 additions and 0 deletions

View File

@ -427,6 +427,10 @@ else
# in javadoc.
java.desktop-gensrc-jdk: java.base-gensrc
# The annotation processing for jdk.vm.ci needs java.base classes from the
# current JDK.
jdk.vm.ci-gensrc-hotspot: java.base-java
# Explicitly add dependencies for special targets
java.base-java: unpack-sec

View File

@ -237,6 +237,7 @@
<to>jdk.charsets</to>
<to>jdk.management.resource</to>
<to>jdk.scripting.nashorn</to>
<to>jdk.vm.ci</to>
</export>
<export>
<name>jdk.internal.org.objectweb.asm</name>