I have made a tweak to the last iteration [4], removing the @Foldable
annotation that shouldn't be part of the API as targeted to 11
Thanks,
Vicente
[4]
http://cr.openjdk.java.net/~vromero/constant.api/webrev.02/constants.api.patch
On 05/04/2018 03:09 PM, Vicente Romero wrote:
please review another iteration of the constants API at [3]. This one
removes the Lookup argument from describeConstable() plus adds
interfaces FieldDescriptor, TypeDescriptor and MethodDescriptor
Thanks,
Vicente
[3]
http://cr.openjdk.java.net/~vromero/constant.api/webrev.01/constants.api.patch
On 05/01/2018 01:43 PM, Brian Goetz wrote:
To be clear: we’re asking for an *API review*. No need to review the
code right now, just the API and the specs.
On May 1, 2018, at 6:32 PM, Vicente Romero
<[email protected]> wrote:
Please review also the related CSR:
https://bugs.openjdk.java.net/browse/JDK-8202031
Thanks,
Vicente
On 04/27/2018 01:31 PM, Vicente Romero wrote:
Hi all,
Please review the current proposal of the constants API, which are
nominal descriptor types defined in pkg java.lang.invoke.constant.
The code can be found at [1]. This API is being developed in the
context of JEP 303: Intrinsics for the LDC and INVOKEDYNAMIC
Instructions [2]
Thanks in advance for your comments,
Vicente
[1] http://cr.openjdk.java.net/~vromero/constant.api/webrev.00
[2] http://openjdk.java.net/jeps/303