With JDK-8059092, String objects are included as part of the shared archive. The SA code needs to be updated to support String lookup from the shared archive
Comments
The agent/src/share/classes/sun/jvm/hotspot/memory/StringTable.java has no probe() function that does lookup like the one in agent/src/share/classes/sun/jvm/hotspot/memory/SymbolTable.java.