File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2020, 2023 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2020, 2024 , Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
@@ -41,7 +41,8 @@ class DowncallLinker: AllStatic {
4141 int captured_state_mask,
4242 bool needs_transition);
4343
44- static void capture_state (int32_t * value_ptr, int captured_state_mask);
44+ // This is defined as JVM_LEAF which adds the JNICALL modifier.
45+ static void JNICALL capture_state (int32_t * value_ptr, int captured_state_mask);
4546
4647 class StubGenerator : public StubCodeGenerator {
4748 BasicType* _signature;
You can’t perform that action at this time.
0 commit comments