You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mnemonic.apache.org by "Wang, Gang (Jira)" <ji...@apache.org> on 2021/08/04 06:40:00 UTC

[jira] [Commented] (MNEMONIC-554) Diagnostic warning for sun.misc.Unsafe API

    [ https://issues.apache.org/jira/browse/MNEMONIC-554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17392779#comment-17392779 ] 

Wang, Gang commented on MNEMONIC-554:
-------------------------------------

TheĀ [JEP 393|https://openjdk.java.net/jeps/393] is still under incubating. we can consider to suppress this warning by using the way that Filnk project adopted linked as 
https://github.com/apache/flink/blob/99c2a415e9eeefafacf70762b6f54070f7911ceb/flink-core/src/main/java/org/apache/flink/core/memory/MemoryUtils.java#L47


> Diagnostic warning for sun.misc.Unsafe API
> ------------------------------------------
>
>                 Key: MNEMONIC-554
>                 URL: https://issues.apache.org/jira/browse/MNEMONIC-554
>             Project: Mnemonic
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 0.12.0
>            Reporter: Yanhui Zhao
>            Assignee: Gordon King
>            Priority: Minor
>
> Mnemonic build display the warning below for sun.misc.Unsafe. It is better to get it fixed.
> warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release
> import sun.misc.Unsafe;



--
This message was sent by Atlassian Jira
(v8.3.4#803005)