mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8213234: Move LambdaForm.Hidden to jdk.internal.vm.annotation
Reviewed-by: mchung, dlong
This commit is contained in:
parent
5063110306
commit
6a61345684
8 changed files with 72 additions and 47 deletions
|
@ -30,6 +30,8 @@ import java.lang.annotation.Retention;
|
|||
import java.lang.annotation.RetentionPolicy;
|
||||
import java.lang.annotation.Target;
|
||||
import java.lang.ref.Reference;
|
||||
|
||||
import jdk.internal.vm.annotation.Hidden;
|
||||
import sun.security.util.Debug;
|
||||
import sun.security.util.SecurityConstants;
|
||||
import jdk.internal.reflect.CallerSensitive;
|
||||
|
@ -789,16 +791,6 @@ public final class AccessController {
|
|||
}
|
||||
|
||||
|
||||
/**
|
||||
* Internal marker for hidden implementation frames.
|
||||
*/
|
||||
/*non-public*/
|
||||
@Target(ElementType.METHOD)
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@interface Hidden {
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Wrap an exception. The annotations are used in a best effort to
|
||||
* avoid StackOverflowError in the caller. Inlining the callees as
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue