8181087: Module system implementation refresh (6/2017)

Reviewed-by: sspitsyn, hseigel
This commit is contained in:
Alan Bateman 2017-06-16 09:20:23 -07:00
parent 39a669e102
commit 2f378477c4
10 changed files with 4 additions and 272 deletions

View file

@ -63,11 +63,4 @@ public final class ModuleHelper {
}
}
/**
* Adds a package to a module without notifying the VM.
*/
public static void addPackageNoSync(Module m, String pkg) {
m.implAddPackageNoSync(pkg);
}
}