Can reflection be removed for easy GraalVM-native use?

Issue #324 new
Tim L created an issue

for example

org.jaudiotagger.tag.id3.ID3Tags

has

import java.lang.reflect.Constructor;

GraalVM-native can be produce apps with start time, memory usage, and runtime size orders of magnitude better then a normal JVM.

Comments (2)

  1. Log in to comment