equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 1999, 2017, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 1999, 2018, Oracle and/or its affiliates. All rights reserved. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 * |
4 * |
5 * This code is free software; you can redistribute it and/or modify it |
5 * This code is free software; you can redistribute it and/or modify it |
6 * under the terms of the GNU General Public License version 2 only, as |
6 * under the terms of the GNU General Public License version 2 only, as |
7 * published by the Free Software Foundation. Oracle designates this |
7 * published by the Free Software Foundation. Oracle designates this |
38 import java.util.Objects; |
38 import java.util.Objects; |
39 import java.util.Set; |
39 import java.util.Set; |
40 import java.util.concurrent.atomic.AtomicInteger; |
40 import java.util.concurrent.atomic.AtomicInteger; |
41 import java.util.concurrent.atomic.AtomicLong; |
41 import java.util.concurrent.atomic.AtomicLong; |
42 |
42 |
|
43 import jdk.internal.access.JavaLangAccess; |
|
44 import jdk.internal.access.SharedSecrets; |
43 import jdk.internal.loader.BootLoader; |
45 import jdk.internal.loader.BootLoader; |
44 import jdk.internal.misc.JavaLangAccess; |
|
45 import jdk.internal.misc.SharedSecrets; |
|
46 import jdk.internal.module.Modules; |
46 import jdk.internal.module.Modules; |
47 import jdk.internal.misc.VM; |
47 import jdk.internal.misc.VM; |
48 import jdk.internal.reflect.CallerSensitive; |
48 import jdk.internal.reflect.CallerSensitive; |
49 import jdk.internal.reflect.Reflection; |
49 import jdk.internal.reflect.Reflection; |
50 import jdk.internal.loader.ClassLoaderValue; |
50 import jdk.internal.loader.ClassLoaderValue; |