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

Fix testing issues on JDK 11 #1005

Merged
merged 7 commits into from
Aug 8, 2019
Merged

Fix testing issues on JDK 11 #1005

merged 7 commits into from
Aug 8, 2019

Conversation

jvican
Copy link
Contributor

@jvican jvican commented Aug 8, 2019

No description provided.

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 jvican added bug A defect or misbehaviour. jdk task / test labels Aug 8, 2019
@jvican
Copy link
Contributor Author

jvican commented Aug 8, 2019

Fixes #588
Fixes #947

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 jvican merged commit 2d6bf32 into master Aug 8, 2019
@mushtaq
Copy link

mushtaq commented Aug 8, 2019

@jvican We also need this for our projects. Should we expect a release soon?

@jvican
Copy link
Contributor Author

jvican commented Aug 8, 2019

@mushtaq Yup

@mushtaq
Copy link

mushtaq commented Aug 8, 2019

@jvican awesome, thanks. You know the IntelliJ blog just came out which made me try this and then I hit this one 😄

@tgodzik tgodzik deleted the topic/jdk11-testing branch September 7, 2021 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A defect or misbehaviour. jdk task / test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants