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
|
@ -27,6 +27,7 @@ package java.lang.invoke;
|
|||
|
||||
import jdk.internal.perf.PerfCounter;
|
||||
import jdk.internal.vm.annotation.DontInline;
|
||||
import jdk.internal.vm.annotation.Hidden;
|
||||
import jdk.internal.vm.annotation.Stable;
|
||||
import sun.invoke.util.Wrapper;
|
||||
|
||||
|
@ -1828,15 +1829,6 @@ class LambdaForm {
|
|||
@interface Compiled {
|
||||
}
|
||||
|
||||
/**
|
||||
* Internal marker for LambdaForm interpreter frames.
|
||||
*/
|
||||
/*non-public*/
|
||||
@Target(ElementType.METHOD)
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@interface Hidden {
|
||||
}
|
||||
|
||||
private static final HashMap<String,Integer> DEBUG_NAME_COUNTERS;
|
||||
private static final HashMap<LambdaForm,String> DEBUG_NAMES;
|
||||
static {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue