Thomas Stuefe

Results 15 issues of Thomas Stuefe

Very rare. In some environments, the automatic limit heuristic seems to fail and we get ``` [0.154s][warning][vitals] Vitals HiMemReport: limit could not be established; will disable high memory reports (specify...

sapmachineonly

The default stream object tty is used in many places but its lifetime is limited. It gets born not-quite at the beginning of VM initialization and dies in DestroyVM. This...

rfr
hotspot

Arguments.cpp has several size parsing functions which would be useful in other areas of the hotspot, e.g. in NMT. It would be nice to have them factored out into utilities,...

ready
rfr
hotspot

When adding ASAN support for metaspace, we decided to track poisoning not at the OS border (map) but at the border between metaspace and outer JVM code (or, more precisely,...

rfr
hotspot-runtime

This PR prepares using arbitrary klass pointer sizes (e.g. 16). It cleans up a few places and corrects comments. The changes in detail: - exposes a new function `CompressedKlassPointers::max_encoding_range_size()` that...

rfr

MEMFLAGS, as well as its enum constants, should live in its own include. The constants are used throughout the code base, often without needing the allocation APIs exposed through allocation.hpp....

ready
rfr
serviceability
hotspot
shenandoah

Reported by @MBaesken at SAP. ubsan complains about this line: ``` const size_t ccs_begin_offset = align_up(base_address + archive_space_size, class_space_alignment) - base_address; ``` `base_address` here is the wish address, with NULL...

ready
rfr
hotspot-runtime

This is an expansion on the new `System.map` command introduced with JDK-8318636. We now print valuable information per memory region, such as: - the actual resident set size - the...

hotspot

--------- ### Progress - [ ] Change must be properly reviewed (1 review required, with at least 1 [Reviewer](https://openjdk.org/bylaws#reviewer)) - [x] Change must not contain extraneous whitespace - [x] Commit...

hotspot

Trivial fix to a simple issue. In hs-err files, when printing the arguments of the crashed JVM process, print arguments with whitespaces in them with quotes. Makes it easier to...

ready
rfr
hotspot-runtime