RFR: 8330677: Add Per-Compilation memory usage to JFR [v2]

Matthias Baesken mbaesken at openjdk.org
Mon Apr 29 07:42:05 UTC 2024


On Fri, 26 Apr 2024 16:39:15 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

> I read through the comments twice and did not find a nullptr related question. Which question?

See compilationMemoryStatistic.cpp .


At some places we check the result for nullptr e.g.

jdk/src/hotspot/share/compiler/compilationMemoryStatistic.cpp

Line 79 in b3bcc49

	 const CompileTask* const task = th->task();

-------------

PR Comment: https://git.openjdk.org/jdk/pull/18864#issuecomment-2082068154


More information about the hotspot-compiler-dev mailing list