Skip to content

when testing, do not load classes that are tagged as preview

Remi Forax requested to merge do-not-load-preview-class-while-testing into master

classfiles tagged as preview (with the minor version set to 65535/-1) can not be loaded by a VM unless the VM is started with the flag --enable-preview so this patch disable the loading of preview classes during the test

Merge request reports