Test
com/sun/jdi/Solaris32AndSolaris64Test.sh
uses 32 & 64 bit VM.
The JPRT bundle contains only one built VM (32 or 64 bit). The another on is get from JDK
So in JFR nightly the second VM is actually from JDK7. It doesn't support any JFR options and test fails.
It could be considered as infra not test bug.
The ignoring unknown VM options is possible but not good workaround here.
com/sun/jdi/Solaris32AndSolaris64Test.sh
uses 32 & 64 bit VM.
The JPRT bundle contains only one built VM (32 or 64 bit). The another on is get from JDK
So in JFR nightly the second VM is actually from JDK7. It doesn't support any JFR options and test fails.
It could be considered as infra not test bug.
The ignoring unknown VM options is possible but not good workaround here.
- relates to
-
JDK-7132665 Solaris32AndSolaris64Test.sh needs a better options filter
- Closed