Bug#1011175: visualvm: FTBFS with OpenJDK 17 due to type inference changes

Emmanuel Bourg ebourg at apache.org
Tue May 17 22:03:55 BST 2022


Source: visualvm
Version: 2.0.6+dfsg-1
Severity: important
Tags: ftbfs sid bookworm
User: debian-java at lists.debian.org
Usertags: default-java17


visualvm fails to build with OpenJDK 17:


  [nb-javac] /<<PKGBUILDDIR>>/visualvm/libs.profiler/lib.profiler.ui/src/org/graalvm/visualvm/lib/ui/swing/ProfilerTreeTable.java:663: error: incompatible types: List<Object> cannot be converted to List<Sort>
  [nb-javac]             sortKeys = newKeys == null ? Collections.emptyList() :
  [nb-javac]                                        ^



More information about the pkg-java-maintainers mailing list