Kevin Walls
Kevin Walls
> > jcmd GC.heap_dump has the overwrite flag. > > OOM dumping in HeapDumper::dump_heap(bool oome) has a sequence number. > > There is (with this patch) still just one sequence...
This covers the public interface to the feature, and tests. Locally the feature is refused during a call to getMBeanServerConnection(with a non-null delegationSubject). Remotely, `javax.management.remote.rmi.RMIConnectionImpl` has methods which accept a...
Added a test to ensure jmxc.getMBeanServerConnection(delegationSubject) throws UnsupportedOperationException.
> Is there any value in keeping `SubjectDelegationPermission` after this change? If so, I would mark that API deprecated for removal, so that it can be removed in the next...
> The spec change looks good to me. I leave to others to review the implementation and test changes. Thanks!
Thanks @dfuch for the comments and review. 8-)
We should close this now the issue is marked as a duplicate, thanks!
Closing, will redo.
OK, yes I can expect for the JVM arguments, it doesn't matter if the JVM sees -Dfoo="1 2 3 " or "-Dfoo=1 2 3 " I just thought that if...