Removed Java VisualVM
Java VisualVM is a tool that provides information about code running on a Java Virtual Machine. The 
jvisualvm tool was provided with JDK 6, JDK 7, and JDK 8.
Java VisualVM is no longer bundled with the JDK, but you can get it from the VisualVM open source project site.
Removed native2ascii Tool
The 
native2ascii tool has been removed from the JDK. Because JDK 9 and later releases support UTF-8 based properties resource bundles, the conversion tool for UTF-8 based properties resource bundles to ISO-8859-1 is no longer needed. 
 
No comments:
Post a Comment