adoptium / aqa-systemtest

Java load testing and other full system application tests
Apache License 2.0
19 stars 65 forks source link

Exclude rmid references for jdk17 and up. #462

Closed adamfarley closed 2 years ago

adamfarley commented 2 years ago

RMID has been removed as per JEP 407, and should not be used.

This code has been tested against jdk17, and successfully prevents us from calling rmid.

Signed-off-by: Adam Farley adfarley@redhat.com