RFR: JDK-8286666: JEP 429: Implementation of Scoped Values (Incubator) [v25]
Andrew Haley
aph at openjdk.org
Thu Nov 24 10:31:16 UTC 2022
On Wed, 23 Nov 2022 18:47:28 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:
>> Andrew Haley has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 52 commits:
>>
>> - Merge master
>> - javadoc
>> - Feedback from reviewers
>> - Update src/hotspot/share/classfile/vmSymbols.hpp
>> - 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>
>> - Update src/java.base/share/classes/java/lang/Thread.java
>>
>> Co-authored-by: ExE Boss <3889017+ExE-Boss at users.noreply.github.com>
>> - Update src/hotspot/cpu/aarch64/aarch64.ad
>>
>> Co-authored-by: ExE Boss <3889017+ExE-Boss at users.noreply.github.com>
>> - Feedback from reviewers
>> - Remove incorrect assertion.
>> - ... and 42 more: https://git.openjdk.org/jdk/compare/2afb4c33...30f150e1
>
> src/hotspot/share/classfile/vmSymbols.hpp line 401:
>
>> 399: template(daemon_name, "daemon") \
>> 400: template(run_method_name, "run") \
>> 401: template(call_method_name, "call") \
>
> Is this used?
No.
-------------
PR: https://git.openjdk.org/jdk/pull/10952
More information about the hotspot-dev
mailing list