HN Top New Show Ask Jobs

settings

Theme

Hand Mode

Feed

Comment by tialaramex

Comment by tialaramex a day ago

0 replies

View on Hacker News

The JVM is of course just software. In this case it's mostly software written in C++ and that software allocates "its own heap" using uh... malloc

https://github.com/openjdk/jdk/blob/master/src/hotspot/share...