forked from bazelbuild/intellij
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix fast run/debug manual compilation failing with mismatched java ve…
…rsions. There were two problems: - the FastBuildJavac interface included classes which changed between java versions, so we couldn't map between the two instances in the classpath - we weren't specifying the boot classpath during compilation, so if core jdk classes referenced in the files being compiled had changed, recompilation failed Remove all classes which might change between java versions from the FastBuildJavac interface, so that it's safe to share between the two classloaders present at runtime. PiperOrigin-RevId: 270030568
- Loading branch information
1 parent
77ec9b7
commit 0c783de
Showing
8 changed files
with
195 additions
and
71 deletions.
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.