RFR: 8272094: compiler/codecache/TestStressCodeBuffers.java crashes with "failed to allocate space for trampoline" [v2]
Andrew Haley
aph at openjdk.java.net
Mon May 16 17:43:11 UTC 2022
On Mon, 16 May 2022 17:32:30 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> I would just do `return pc()` and `return zero_words(...)`. Or at least initialize `address result = nullptr;`?
I'd rather the branches in an if/else likr this come together at the end than jump out in the middle. But yes, i take your point about the initialization.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8730
More information about the hotspot-dev
mailing list