We have some jtreg settings that exclude certain test cases for libgraal testing. E.g.,
https://github.com/openjdk/jdk/blob/9ca1004e76a614328cd2eb7546143839c4d2f810/test/hotspot/jtreg/runtime/cds/appcds/aotClassLinking/BulkLoaderTest.java#L32-L33
* @comment work around JDK-8345635
* @requires !vm.jvmci.enabled
These exclusions are no longer necessary after the integration ofJDK-8345826 (Do not automatically resolve jdk.internal.vm.ci when libgraal is used). They should be removed.
(Problem Lists should be checked as well)
https://github.com/openjdk/jdk/blob/9ca1004e76a614328cd2eb7546143839c4d2f810/test/hotspot/jtreg/runtime/cds/appcds/aotClassLinking/BulkLoaderTest.java#L32-L33
* @comment work around JDK-8345635
* @requires !vm.jvmci.enabled
These exclusions are no longer necessary after the integration of
(Problem Lists should be checked as well)