RFR: 8287512: continuationEntry.hpp has incomplete definitions
Coleen Phillimore
coleenp at openjdk.java.net
Tue May 31 11:52:44 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.hpp line 56:
> 54: public:
> 55: static int return_pc_offset; // friend gen_continuation_enter
> 56: static void set_enter_nmethod(CompiledMethod* nm); // friend SharedRuntime::generate_native_wrapper
Do you need a forward declaration of CompiledMethod instead of nmethod at line 33?
-------------
PR: https://git.openjdk.java.net/jdk/pull/8944
More information about the hotspot-runtime-dev
mailing list