-
Notifications
You must be signed in to change notification settings - Fork 201
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
Fix testing issues on JDK 11 #1005
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Don't run tests that need 2.11 and 2.10 projects. 2. Add test suite for scala seed in https://github.com/scala/scala-seed.g8 to make sure test suites there always work
jvican
force-pushed
the
topic/jdk11-testing
branch
from
August 8, 2019 15:18
f604273
to
07f466f
Compare
jvican
force-pushed
the
topic/jdk11-testing
branch
from
August 8, 2019 15:50
07f466f
to
081e3af
Compare
Aims to fix: ``` CodeCache: size=262144Kb used=260061Kb max_used=260076Kb free=2082Kb bounds [0x00007f1c68000000, 0x00007f1c78000000, 0x00007f1c78000000] total_blobs=70615 nmethods=69620 adapters=893 compilation: disabled (not enough contiguous free space left) OpenJDK 64-Bit Server VM warning: CodeCache is full. Compiler has been disabled. OpenJDK 64-Bit Server VM warning: Try increasing the code cache size using -XX:ReservedCodeCacheSize= ```
@jvican We also need this for our projects. Should we expect a release soon? |
@mushtaq Yup |
@jvican awesome, thanks. You know the IntelliJ blog just came out which made me try this and then I hit this one 😄 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.