mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8138732: Rename @HotSpotIntrinsicCandidate to @IntrinsicCandidate and move it to the jdk.internal.vm.annotation package
Reviewed-by: dholmes, alanb, psandoz, kvn, egahlin
This commit is contained in:
parent
4b16f8ab94
commit
2a406f3ce5
64 changed files with 488 additions and 488 deletions
|
@ -140,7 +140,6 @@ module java.base {
|
|||
java.security.sasl;
|
||||
exports jdk.internal to
|
||||
java.compiler,
|
||||
jdk.jfr,
|
||||
jdk.compiler,
|
||||
jdk.jshell;
|
||||
exports jdk.internal.access to
|
||||
|
@ -230,6 +229,7 @@ module java.base {
|
|||
exports jdk.internal.vm.annotation to
|
||||
jdk.internal.vm.ci,
|
||||
jdk.incubator.foreign,
|
||||
jdk.jfr,
|
||||
jdk.unsupported;
|
||||
exports jdk.internal.util to
|
||||
jdk.incubator.foreign;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue