RFR: 8276662: Scalability bottleneck in SymbolTable::lookup_common()

Aleksey Shipilev shade at openjdk.java.net
Tue Nov 16 19:25:37 UTC 2021


On Tue, 16 Nov 2021 19:14:41 GMT, Derek White <drwhite at openjdk.org> wrote:

> (Not that I know what USE_LIBRARY_BASED_TLS_ONLY is really for :-)

Some history: [JDK-8259372](https://bugs.openjdk.java.net/browse/JDK-8259372). Yes, it looks like generic code needs to be wrapped by `USE_LIBRARY_BASED_TLS_ONLY` for a time being. Like it is in `thread.cpp`, if we look for existing code.

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

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


More information about the hotspot-runtime-dev mailing list