RFR: 8280422: thread_from_jni_environment can never return NULL [v2]

David Holmes dholmes at openjdk.java.net
Mon Jan 24 02:21:37 UTC 2022


On Sun, 23 Jan 2022 23:32:45 GMT, Jie Fu <jiefu at openjdk.org> wrote:

>> David Holmes has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Update copyright
>
> src/hotspot/share/runtime/thread.hpp line 1315:
> 
>> 1313:   JNIEnv* jni_environment()                      { return &_jni_environment; }
>> 1314: 
>> 1315:   // Returns the current thread as indicated by the given JNIEnv.
> 
> Copyright year: 2021 --> 2022 ?

Fixed. Thanks.

-------------

PR: https://git.openjdk.java.net/jdk/pull/7193


More information about the hotspot-runtime-dev mailing list