-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: hotspot
Today, we always need to explicitly pass --add-modules to the IR Framework with addFlags(). This is sometimes easy to miss and the stacktraces are hard to understand that you actually only need to add --add-modules with addFlags().
We could automate this by matching -Dtest.modules=jdk.incubator.vector in the Driver VM and pass this on to the Test VM.
We could automate this by matching -Dtest.modules=jdk.incubator.vector in the Driver VM and pass this on to the Test VM.