Moving to OpenJDK with Eclipse OpenJ9

Migrating to an OpenJDK with OpenJ9 is straightforward for most applications because they use the same stable and compatible APIs from the OpenJDK project, but with a superior execution engine.  Both execution engines – the OpenJ9 VM and the HotSpot VM – implement the Java Virtual Machine Specification, which ensures that applications that run on…

Introducing option builder tools for -Xdump and -Xtrace

OpenJ9 provides some powerful command line options for troubleshooting problems with Java applications at runtime. – The -Xdump option is used to control the use of dump agents, which produce dump files such as Java dumps, heap dumps, and system (core) dumps. – The -Xtrace option can be used to trace Java applications, methods, and…

Categoriesvm