RFR: 7903665: Function pointer code generation issues
Jorn Vernee
jvernee at openjdk.org
Thu Feb 15 16:17:05 UTC 2024
On Thu, 15 Feb 2024 16:07:33 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
> This PR fixes two minor issues with function pointer generation:
> * static is missing from some nested classes (function pointers)
> * function pointers also miss a default constructor
Marked as reviewed by jvernee (Committer).
test/testng/org/openjdk/jextract/test/toolprovider/nestedDecls/TestNestedDecls.java line 2:
> 1: /*
> 2: * Copyright (c) 2023, 2024, Oracle and/or its affiliates. All rights reserved.
Suggestion:
* Copyright (c) 2024, Oracle and/or its affiliates. All rights reserved.
-------------
PR Review: https://git.openjdk.org/jextract/pull/212#pullrequestreview-1883255107
PR Review Comment: https://git.openjdk.org/jextract/pull/212#discussion_r1491263872
More information about the jextract-dev
mailing list