JDK-8079830 : The SA code needs to be updated to support String lookup from the shared archive
  • Type: Bug
  • Component: hotspot
  • Sub-Component: svc
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Won't Fix
  • Submitted: 2015-05-08
  • Updated: 2016-12-19
  • Resolved: 2015-07-03
Related Reports
Relates :  
Description
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.
03-07-2015