Paul,

On 2015-11-10 11:55, Paul Sandoz wrote:
DirectMethodHandle
—
  682     private static @Stable NamedFunction[] FUNCTIONS = new 
NamedFunction[NF_LIMIT];

Invokers
—
  442     private static @Stable NamedFunction[] FUNCTIONS = new 
NamedFunction[NF_LIMIT];

MethodHandleImpl
—
1627     private static @Stable NamedFunction[] FUNCTIONS = new 
NamedFunction[NF_LIMIT];


To be complete you could add “final”, thus it makes it clear that @Stable 
refers specifically to the array element.

Paul.

Thanks for having a look and catching this:

http://cr.openjdk.java.net/~redestad/8142334/webrev.03

- added final keyword to FUNCTIONS and HANDLES
- added @Stable to ARRAYS, FILL_ARRAYS, and FILL_ARRAY_TO_RIGHT

/Claes

Reply via email to