Blocks :
|
|
Duplicate :
|
|
Relates :
|
The JMX "Monitor" stores an AccessControlContext, which is deprecated for removal, so this needs to change. src/java.management/share/classes/javax/management/monitor/Monitor.java can store a Subject instead. The current Subject for Monitor execution is set when it is started. test/jdk/javax/management/monitor/ThreadPoolAccTest.java has checks on the Subject and Principal in a Monitor.
|