RFR: 8324781: runtime/Thread/TestAlwaysPreTouchStacks.java failed with Expected a higher ratio between stack committed and reserved [v3]

Stefan Karlsson stefank at openjdk.org
Mon Apr 8 12:06:00 UTC 2024


On Mon, 8 Apr 2024 09:58:01 GMT, Liming Liu <duke at openjdk.org> wrote:

>> Right. But you are changing the entire kernel_version() implementation and associated functions. Maybe that should be done as an initial, separate change then? Splitting this out into two RFE:s might make it easier to review as well.
>
> If it requires an initial change, I will prefer discussing the interface here. On the one hand, there is just one additional place to call the function, so the change would not be big. On the other hand, I'm not a author yet.

Hmm. Thinking about this a bit more. Why do we even need to make the changes to the kernel release parsing code? It is so that we don't have to parse it more than once, right? If that's the case I don't think that's important for this PR. You could just revert all those changes, get this PR reviewed and integrated, and then, if you want, propose a new PR that makes the kernel release parsing changes. I think that would be the smoothest path forward.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18592#discussion_r1555704893


More information about the hotspot-runtime-dev mailing list