Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow building on JDK 15 #1278

Merged
merged 1 commit into from
Nov 12, 2020
Merged

allow building on JDK 15 #1278

merged 1 commit into from
Nov 12, 2020

Conversation

SethTisue
Copy link
Contributor

@SethTisue SethTisue commented Nov 11, 2020

I don't know anything about this flag, but JDK 15 doesn't accept it.

A possible alternate approach here would be to add -XX:+IgnoreUnrecognizedVMOptions.

Copy link
Collaborator

@bjaglin bjaglin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM as we use Java8+ anyway on CI for the build. See

# effectively adds GC to Perm space
.

@bjaglin
Copy link
Collaborator

bjaglin commented Nov 12, 2020

From my understanding based on #1279, there is no point trying to run CI on JDK15 (to prevent this to regress) until 2.13.4 is out.

@bjaglin bjaglin merged commit 468ce3a into scalacenter:master Nov 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants