RFR(S): 8057147 - [TESTBUG] Platform.isDebugBuild() doesn't work on all build types
Daniel D. Daugherty
daniel.daugherty at oracle.com
Wed Sep 3 15:12:03 UTC 2014
I would think this should be fixed in the build system where the
VM bits are being improperly tagged. What Windows build config
is getting this wrong?
Also, it is possible to have:
product JDK bits + debug JVM bits
debug JDK bits + product JVM bits
as well as the other combinations. So just because you have
debug JDK bits, that does not mean you have to have debug
JVM bits.
Dan
On 9/3/14 9:01 AM, Christian Tornqvist wrote:
> Hi everyone,
>
>
>
> Small fix/workaround for an issue where Platform.isDebugBuild() fails to
> identify debug builds on certain build types. Seems like the VM version
> string is a bit different on Windows platforms depending on how it's built.
>
>
>
> Webrev:
>
> http://cr.openjdk.java.net/~ctornqvi/webrev/8057147/webrev.00/
>
>
>
> Bug:
>
> https://bugs.openjdk.java.net/browse/JDK-8057147
>
>
>
> Thanks,
>
> Christian
>
>
>
>
>
More information about the hotspot-runtime-dev
mailing list