[
https://issues.apache.org/jira/browse/FLINK-24755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17438544#comment-17438544
]
Chesnay Schepler commented on FLINK-24755:
------------------------------------------
> can we support jdk11 bytecode default
No. We had that before and it slowed down development. Since Java8 bytecode is
the canonical form of Flink releases at this time it makes sense in any case to
always build Java8 bytecode.
If you want to build Java11 bytecode, then you can activate the java11-target
profile.
> sun.misc doesn't exist
> ----------------------
>
> Key: FLINK-24755
> URL: https://issues.apache.org/jira/browse/FLINK-24755
> Project: Flink
> Issue Type: Bug
> Components: Build System
> Affects Versions: 1.15.0
> Reporter: Aitozi
> Priority: Major
> Attachments: image-2021-11-03-23-19-58-036.png,
> image-2021-11-03-23-42-30-441.png
>
>
> After FLINK-24634 , the default target is jdk8. When I running tests from
> IDE, some compiler error come up. I revert the change and test again, It can
> work now. It's also ok to build from command.
> I can not quite figure it out , can you give some inputs [~chesnay]
> !image-2021-11-03-23-19-58-036.png|width=1227,height=108!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)