Skip to content

Commit

Permalink
Remove too strong assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
jerboaa committed Dec 11, 2024
1 parent c15438c commit 73a909e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,6 @@ public Set<ModuleReference> findAll() {
* version.
*/
private static void checkVersion(ModuleFinder finder) {
assert LinkableRuntimeImage.isLinkableRuntime() == false;
assert finder.find("java.base").isPresent();

// use the version of java.base module, if present, as
Expand Down

0 comments on commit 73a909e

Please sign in to comment.