martin [Mon, 08 Apr 2013 16:37:35 -0700] rev 16742
8010849: (str) Optimize StringBuilder.append(null)
Summary: Append 4 chars instead of the string "null"
Reviewed-by: mduigou, forax, jgish
lancea [Mon, 08 Apr 2013 15:29:24 -0400] rev 16741
8006036: (process) cleanup code in java/lang/Runtime/exec/WinCommand.java
Reviewed-by: lancea
Contributed-by: Jim Gish <jim.gish@oracle.com>
darcy [Fri, 05 Apr 2013 18:20:12 -0700] rev 16740
8011590: More tests for core reflection modeling of default methods
Reviewed-by: mduigou
dxu [Fri, 05 Apr 2013 17:15:59 -0700] rev 16739
8011602: jobjc build failure on Mac
Summary: Remove @Native annotation from macosx/native/jobjc/src/core/java/com/apple/jobjc/Coder.java
Reviewed-by: mchung, dholmes