RFR: 8311993: Test serviceability/sa/UniqueVtableTest.java failed: duplicate vtables detected [v3]

Alex Menkov amenkov at openjdk.org
Thu Aug 29 00:51:19 UTC 2024


On Wed, 28 Aug 2024 23:58:50 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:

> What would happen if it was not extern "C". Would the windbg lookup succeed in that case?

without extern "C" the variable is exported as "?UseSharedSpaces@@3EA". So it wouldn't work with DLL lookup neither windbg.

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

PR Comment: https://git.openjdk.org/jdk/pull/20684#issuecomment-2316511713


More information about the serviceability-dev mailing list