What's new in version 0.17.0
The following new features and notable changes since version 0.16.0 are included in this release:
Features and changes
Support for the IBM z15 processor
This release adds JIT compiler support for exploiting z15 instructions.
The format of the HOOKS section of a Java dump has changed
The format of the HOOKS
section of a Java dump, which shows internal VM event callbacks, has changed:
- Recorded times have been changed from milliseconds to microseconds to provide increased precision.
- A new field,
3HKTOTALTIME
, is included, which gives the total duration of previous events. - The hook data is now reset after each Java dump.
For more information and an example of the new format, see Java dump: HOOKS