Need reviewer - two fixes for one
Kelly O'Hair
Kelly.Ohair at Sun.COM
Tue Jul 7 23:00:37 UTC 2009
Need reviewer.
6855551: java -Xrunhprof crashes when running with classes compiled with targed=7
Related to 6855180, assert logic could get segv, investigation found next one.
6858127: Missing -DNDEBUG on Linux and Windows native code compiles
The C/C++ macro NDEBUG when defined turns assert() macros into nothingness.
These assert() macros are for debug builds, not product builds, when
an assert fails, it prints out information and typically exits the process.
Webrev:
http://cr.openjdk.java.net/~ohair/jdk7/jdk7-tl-6855551%2b6858127/webrev/
-kto
More information about the build-dev
mailing list