jprovino [Wed, 06 Mar 2013 13:50:54 -0500] rev 15938
8008474: Add -Wundef to warning flags.
Summary: Force use of undefined macros to be and error.
Reviewed-by: dholmes, mikael
jprovino [Wed, 06 Mar 2013 13:46:55 -0500] rev 15937
8006498: #if <symbol> is wrong in the code.
Summary: ASSERT and other symbols used incorrectly with #if are supposed to be defined or not.
Reviewed-by: dholmes, mikael
jprovino [Wed, 06 Mar 2013 13:38:17 -0500] rev 15936
8008310: Some adjustments needed to minimal VM warnings and errors for unsupported command line options
Summary: Changes to arguments.cpp for warnings vs. errors. Changes for CDS arguments.
Reviewed-by: coleenp, cjplummer
coleenp [Wed, 13 Mar 2013 17:34:29 -0400] rev 15935
8003419: NPG: Clean up metadata created during class loading if failure
Summary: Store metadata on ClassFileParser instance to be cleaned up by destructor. This enabled some refactoring of the enormous parseClassFile function.
Reviewed-by: jmasa, acorn
coleenp [Wed, 13 Mar 2013 15:15:56 -0400] rev 15934
8009829: CDS: JDK JPRT test fails crash in Symbol::equals()
Summary: -Xshare:dump was creating a Symbol in C_heap. There's an assert there that jdk jprt wasn't hitting because it was only done in product
Reviewed-by: dholmes, hseigel, iklam
coleenp [Wed, 13 Mar 2013 13:47:35 -0400] rev 15933
Merge
coleenp [Mon, 11 Mar 2013 14:00:09 -0400] rev 15932
8008965: @Contended fails with classes having static fields
Summary: Disable @Contended support for static fields
Reviewed-by: coleenp, kvn
Contributed-by: Aleksey Shipilev <aleksey.shipilev@oracle.com>
coleenp [Wed, 13 Mar 2013 09:10:35 -0400] rev 15931
8009836: nsk/regression/b4222717 fails with empty stack trace
Summary: Some zeroing was missed for bug 8003553, causing empty stack traces and Xcom crashes, add back zeroing to metablock
Reviewed-by: dholmes, rbackman