mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 10:34:38 +02:00
8181087: Module system implementation refresh (6/2017)
Reviewed-by: sspitsyn, hseigel
This commit is contained in:
parent
39a669e102
commit
2f378477c4
10 changed files with 4 additions and 272 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue