RFR: JDK-8286666: JEP 429: Implementation of Scoped Values (Incubator) [v21]
Andrew Haley
aph at openjdk.org
Wed Nov 23 14:33:51 UTC 2022
On Tue, 22 Nov 2022 17:34:22 GMT, Andrew Haley <aph at openjdk.org> wrote:
>> JEP 429 implementation.
>
> Andrew Haley has updated the pull request incrementally with three additional commits since the last revision:
>
> - Merge branch 'JDK-8286666' of https://github.com/theRealAph/jdk into JDK-8286666
> - Update src/java.base/share/classes/java/lang/VirtualThread.java
>
> Co-authored-by: Alan Bateman <Alan.Bateman at oracle.com>
> - Feedback from reviewers
src/hotspot/share/classfile/vmSymbols.hpp line 612:
> 610: template(thread_throwable_void_signature, "(Ljava/lang/Thread;Ljava/lang/Throwable;)V") \
> 611: template(thread_void_signature, "(Ljava/lang/Thread;)V") \
> 612: template(runnable_void_signature, "(Ljava/lang/Runnable;)V") \
Suggestion:
template(runnable_void_signature, "(Ljava/lang/Runnable;)V") \
-------------
PR: https://git.openjdk.org/jdk/pull/10952
More information about the hotspot-dev
mailing list