-
Notifications
You must be signed in to change notification settings - Fork 11
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
Invalid layout of well-known class: java.lang.Thread with Java 11.0.11+8 #10
Comments
Will you get the same error if you combine std 11.0.5 with 11.0.8? I don't think that it is related to dcevm, since dcevm11 code is pretty separated from the standard JVM code and it is not involved unless you use the advanced hotswap. |
Do you mean that I should try rebasing DCEVM 11.0.10+5 on top of OpenJDK 11.0.11+8 ? |
I did not read used versions properly. It seems strange for me now since the code of |
Ok I'll give it a try. Do you think you could pull the |
I'll do that this evening. Btw it can be done if you merge upstream from |
Thank you, I wasn't sure about the remote used. |
|
|
OpenJDK 11.0.11-ga has been released last week, would it be possible to rebase the dcevm repository and tag a release please? |
I'll do that in next days. |
11.0.11 is in https://github.com/HotswapProjects/openjdk-jdk11u-dcevm , but Trava build is broken now. I has not resolved it yet (they are closing trava.org and migrate all repos to trava.com) . |
Thank you! It built fine in Debian at least. |
OpenJDK 11.0.12 has been released last week, DCEVM needs a rebase again. |
I tried using DCVEM 11.0.10+5 with OpenJDK 11.0.11+8 and I got the following error:
The text was updated successfully, but these errors were encountered: