RFR(S): 8145560: AIX: change '8036003: Add --with-debug-symbols' broke AIX build (original) (raw)
Volker Simonis volker.simonis at gmail.com
Wed Dec 16 14:45:01 UTC 2015
- Previous message (by thread): RFR: JDK-8145549 Add support for Visual Studio 2015 Community edition
- Next message (by thread): RFR(S): 8145560: AIX: change '8036003: Add --with-debug-symbols' broke AIX build
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
could somebody please review and sponsor (regeneration of 'generated-configure.sh' is required) the following small change:
http://cr.openjdk.java.net/~simonis/webrevs/2015/8145560/ https://bugs.openjdk.java.net/browse/JDK-8145560
Change 8036003 introduced the the '--with-native-debug-symbols' configure option the default of which is set to 'zipped'.
On AIX we can not generated external debug info and hence we also can not zip it. Currently the build breaks because of the missing dependencies from .diz to .debuginfo files.
The fix is simple - make 'internal' the default value for the '--with-native-debug-symbols' configure option on AIX.
Thank you and best regards, Volker
- Previous message (by thread): RFR: JDK-8145549 Add support for Visual Studio 2015 Community edition
- Next message (by thread): RFR(S): 8145560: AIX: change '8036003: Add --with-debug-symbols' broke AIX build
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]