commit | db7b4bf2862d547d2568b6b2d2e7ee0397a3fd4f | [log] [tgz] |
---|---|---|
author | Liam Miller-Cushon <cushon@google.com> | Tue Jan 11 08:36:40 2022 -0800 |
committer | Javac Team <javac-team+copybara@google.com> | Tue Jan 11 08:37:29 2022 -0800 |
tree | 6bfd703ed8b0cefeb49a274a44f745bc4856a1c4 | |
parent | a0a74df826ac4a112ab0be4d6b9c6a069c690970 [diff] |
Don't crash on `module-info.java`s is we can't load `java.base` This can happen when compiling a module declaration against a non-modular bootclasspath. The lookup of `java.base` is only used to get its version, which we can skip. PiperOrigin-RevId: 421040147