JDK-8015308 : Fix SA to get protection domain and signers out of JavaMirror
  • Type: Bug
  • Component: hotspot
  • Sub-Component: svc-agent
  • Priority: P3
  • Status: Closed
  • Resolution: Won't Fix
  • Submitted: 2013-05-23
  • Updated: 2020-03-17
  • Resolved: 2020-03-17
Related Reports
Relates :  
Relates :  
Description
The fix for 8003421 moved protection_domain and signers out of InstanceKlass and into the JavaMirror but there's no SA code that knows how to get these things out of the mirror now.   There's a hprof dumper in the SA that dumps null for these fields in order to not break hprof format.

Also signers might be taken out of the VM entirely so you'd have to do something else with that later.
Comments
I don't think you should fix this unless there's a need for debugging signers and protection domain for sustaining.
18-03-2016

ILW=MMH=P3. This is a regression in SA.
01-08-2013