> On Mar 29, 2017, at 12:51 PM, Omair Majid <oma...@redhat.com> wrote: > > Hi, > > * Mandy Chung <mandy.ch...@oracle.com> [2017-01-30 18:42]: >> java.management is the module for JMX and JMX remote API and >> java.lang.management. JDK management agent provides the JDK-specific >> out-of-the-box monitoring and management support and it’s cleaner >> for it to live in its own module. It is proposed to move it >> to a new module named `jdk.management.agent`. > > Sorry to dig up this old thread, but I was looking at this changeset [1] > and was wondering what happened to the snmp.acl.template file. Am I > correct in understanding that since the SNMP agent is not part of > OpenJDK, the ACL file is now also not part of OpenJDK anymore?
Correct. snmp.acl.template belongs to SNMP agent and it was a bug that this file was left in the openjdk source. Mandy