mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8310502: Optimization for j.l.Long.fastUUID()
Reviewed-by: liach, alanb
This commit is contained in:
parent
07734f6dde
commit
20f7d05ef2
5 changed files with 96 additions and 43 deletions
|
@ -2395,9 +2395,6 @@ public final class System {
|
|||
public Package definePackage(ClassLoader cl, String name, Module module) {
|
||||
return cl.definePackage(name, module);
|
||||
}
|
||||
public String fastUUID(long lsb, long msb) {
|
||||
return Long.fastUUID(lsb, msb);
|
||||
}
|
||||
@SuppressWarnings("removal")
|
||||
public void addNonExportedPackages(ModuleLayer layer) {
|
||||
SecurityManager.addNonExportedPackages(layer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue