On Tue, 22 Nov 2022 17:34:22 GMT, Andrew Haley <a...@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.bate...@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

Reply via email to