Posts

Showing posts from July, 2017

Java 9 New Tools Notes

List of new command-line tools part of jdk-9: Tool Notes Link jaotc Ahead-of-Time (AOT) compilation to boost the start-up time of small and large Java applications, with at most a limited impact on peak performance, https://jaxenter.com/java-9-will-support-ahead-time-compilation-129874.html jcontrol The Java Control Panel is used to control how Java and JavaFX applications that are embedded in a browser or are launched from a browser run on your computer. https://docs.oracle.com/javase/9/deploy/java-control-panel.htm jdeprscan You use the jdeprscan tool as a static analysis tool that scans a jar file (or some other aggregation of class files) for uses of deprecated API elements. https://docs.oracle.com/javase/9/tools/jdeprscan.htm jhsdb You use the jhsdb tool to attach to a Java process or to launch a postmortem debugger to analyze the content of a core-dump from a crashed Java Virtual Machine (JVM). https