commit | 67ecff7ac3761d3c9309790bb98441acb66ed0e1 | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Wed Dec 11 11:07:04 2019 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Dec 11 11:08:46 2019 -0800 |
tree | c87befcdeac625fb2c2635300c5bab585c32d55e | |
parent | b2ae211e821f9b43fd59d52c71410572096b3c24 [diff] |
Fix classloader inconsistency in same round of desugaring - Java Reflection API requires the class literals are from the same class loader. Otherwise, a Method with its parameters typed from a different class loader cannot be resolved. - Solution: Annotate @Memoized on JarTransformationRecord#getOutputClassLoader to let the method result be reused. PiperOrigin-RevId: 285021442
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md