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

Javac selection #3733

Closed
wants to merge 2 commits into from
Closed

Javac selection #3733

wants to merge 2 commits into from

Conversation

benjyw
Copy link
Sponsor Contributor

@benjyw benjyw commented Jul 26, 2016

No description provided.

Currently we always use the javac embedded in the JDK
we're using to run zinc.

This change supports experimenting with unreleased compiler
versions without having to also build and run an unreleased,
and possibly unstable, runtime, which would be a much riskier
prospect.

Specifically, this allows running the (relatively stable but still
unreleased) javac 9 compiler on a Java 8 runtime, something that
Bazel currently supports for various reasons.

- Also remove a comment that was obsoleted long ago,
  in b15a7cb to be precise.

- Also fix a couple of references to a non-public member of a
  base class.
Also address code review comment.
@benjyw benjyw closed this Jul 27, 2016
@benjyw benjyw deleted the javac_selection branch July 27, 2016 07:18
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.

None yet

1 participant