uta [Wed, 20 Mar 2013 13:21:53 +0400] rev 16490
8006193: (process) Clean-up java.lang.ProcessImpl.finalize, does not need to be public
Reviewed-by: alanb
mduigou [Tue, 19 Mar 2013 16:05:34 -0700] rev 16489
8001642: Add Optional<T>, OptionalDouble, OptionalInt, OptionalLong
Reviewed-by: mduigou, darcy, alanb, jjb
Contributed-by: Brian Goetz <brian.goetz@oracle.com>
jzavgren [Mon, 18 Mar 2013 14:21:13 -0400] rev 16488
8007607: security native code doesn't always use malloc, realloc, and calloc correctly
Reviewed-by: chegar, dsamersoff, valeriep
dholmes [Tue, 19 Mar 2013 06:01:14 -0400] rev 16487
8009426: "profiles" target fails due to nashorn if "images" is not built first
Reviewed-by: alanb
sla [Tue, 19 Mar 2013 09:53:36 +0100] rev 16486
8006637: Failure to filter out native frame events on Solaris
Summary: Test is confused by other threads calling String.intern(). Add a thread filter to avoid this.
Reviewed-by: sspitsyn, alanb
chegar [Sun, 17 Mar 2013 09:55:03 +0000] rev 16485
8010142: ProblemList.txt updates (3/2013)
Reviewed-by: alanb
vlivanov [Wed, 06 Mar 2013 16:59:42 +0400] rev 16484
8009222: java.lang.IllegalArgumentException: not invocable, no method type when attempting to get getter method handle for a static field
Reviewed-by: jrose, twisti