RFR: 8287512: continuationEntry.hpp has incomplete definitions

Aleksey Shipilev shade at openjdk.java.net
Mon May 30 12:18:47 UTC 2022


On Mon, 30 May 2022 10:34:34 GMT, Ron Pressler <rpressler at openjdk.org> wrote:

> Please review this small change, which cleans up continuationEntry.hpp and fixes incomplete definitions.
> 
> Passes tier1

src/hotspot/share/runtime/continuationEntry.cpp line 38:

> 36: address ContinuationEntry::return_pc = nullptr;
> 37: 
> 38: void ContinuationEntry::set_enter_nmethod(CompiledMethod* cm) {

This looks weird. Do we really have `CompiledMethod*` arguments for this call? If so, it would be weird to call it `set_enter_*nmethod*`.

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

PR: https://git.openjdk.java.net/jdk/pull/8944


More information about the hotspot-runtime-dev mailing list