com/oracle/java/testlibrary/Platform::isDebugBuild may return false when build is actually debug, because it is looking for 'debug' only in VM version string, ignoring JDK version string.
As a results tests whose behaviour depends on build's type may fail.
As a results tests whose behaviour depends on build's type may fail.
- duplicates
-
JDK-8053891 Several runtime/CommandLine fails with fastdebug bundles
- Closed
-
JDK-8057147 [TESTBUG] Platform.isDebugBuild() doesn't work on all build types
- Closed