Skip to content

Fix DefinesClass implementation for jdk > 8#5522

Merged
eed3si9n merged 1 commit into
sbt:developfrom
eatkins:jdk9-dummy-virtual-file
May 1, 2020
Merged

Fix DefinesClass implementation for jdk > 8#5522
eed3si9n merged 1 commit into
sbt:developfrom
eatkins:jdk9-dummy-virtual-file

Conversation

@eatkins

@eatkins eatkins commented May 1, 2020

Copy link
Copy Markdown
Contributor

When trying to use any jdk > 8 with the latest sbt, sbt will die in some
projects because it tries to call Locate.defineClass on rt.jar, which
is represented with a DummyVirtualFile and causes a crash.

When trying to use any jdk > 8 with the latest sbt, sbt will die in some
projects because it tries to call Locate.defineClass on rt.jar, which
is represented with a DummyVirtualFile and causes a crash.

@eed3si9n eed3si9n left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks!

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