Blog

Viewing posts from April, 2023

Conditional Syslog from within the HotSpot

The following code shows how to organize debug printing with minimal impact on the loaded system

Print the code emitted by Hotspot assembler

It's not always obvious what assembly will be generated after expanding all the macros of the HotSpot meta-assembly system. The following code shows how to print the actual code generated by HotSpot.