RFR: 8272736: [JVMCI] Add API for reading and writing JVMCI thread locals [v2]

Coleen Phillimore coleenp at openjdk.java.net
Fri Aug 20 15:27:24 UTC 2021


On Fri, 20 Aug 2021 05:23:49 GMT, Tom Rodriguez <never at openjdk.org> wrote:

>> 8272736: [JVMCI] Add API for reading and writing JVMCI thread locals
>
> Tom Rodriguez has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision:
> 
>   8272736: [JVMCI] Add API for reading and writing JVMCI thread locals

src/hotspot/share/runtime/thread.hpp line 996:

> 994:     return _jvmci_reserved1;
> 995:   }
> 996: 

This makes me reprise my wish that this code was in jvmciThread.hpp and you indirect from thread to there.  Can you do that?  There's already an RFE somewhere.

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

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


More information about the hotspot-dev mailing list