Does Java EE 6 support JMX2.0 ?

According to Oracle's popular index page, Java EE - Technologies | Oracle Technology Network | Oracle, EE6 includes JMX 2.0 (JSR 255).
But wouldn't that be wrong ?

The EE6 Spec (JSR 316) says it requires at least SE6 but it does not mention any further the version of JMX. Now, the version of JMX bundled with SE6 is JMX1.4. Therefore, to my understanding, EE6 must support JMX1.4, but not JMX2.0.

JDK7 has dropped support for JMX2.0

JDK7 team had planned to include JMX2.0 at first, but later retracted the update and reverted the code. As currently JDK7 is on its beta phase, several documents are still erroneously claim JMX2.0 is featured.

Update 2011-07-26

After further investigations, I have concluded that the information of Oracle's page is obsolete. See the threads below posted to forums of Oracle by me :

http://forums.oracle.com/forums/thread.jspa?threadID=2255306
http://forums.oracle.com/forums/thread.jspa?threadID=2258091

      • -

Feel free to leave comments here or on twitter: @ooharak.