ascarpino [Thu, 19 Sep 2013 11:59:14 -0700] rev 20485
7122707: Security Providers need to have their version numbers updated for JDK8
Reviewed-by: xuelei
allwin [Mon, 30 Sep 2013 14:28:53 +0200] rev 20484
8012923: [parfait] File Descriptor Leak in jdk/src/windows/demo/jvmti/hprof/hprof_md.c
Reviewed-by: chegar, sla, sspitsyn, mgronlun
sla [Mon, 30 Sep 2013 12:58:18 +0200] rev 20483
8023492: jfr.jar gets loaded even though it's not used
Reviewed-by: erikj, mgronlun
jfranck [Mon, 30 Sep 2013 12:19:48 +0200] rev 20482
8009719: core reflection should get type annotation data from the VM lazily
Summary: Remove typeAnnotations field from Method, Constructor, and Field, update Executable and Field to fetch data on demand.
Reviewed-by: darcy, erikj
jfranck [Mon, 30 Sep 2013 11:18:18 +0200] rev 20481
8007072: Update Core Reflection for Type Annotations to match latest spec
8022324: j.l.Class.getAnnotatedInterfaces() for array type returns wrong value
8024915: j.l.r.Executable.getAnnotatedReceiverType() should return null for static methods
Summary: Update javadoc and implementation of reflection for type annotations to match latest spec
Reviewed-by: darcy
lana [Fri, 27 Sep 2013 18:38:00 -0700] rev 20480
Merge
mduigou [Fri, 27 Sep 2013 17:27:15 -0700] rev 20479
8025610: Add explicit @throws NPE documentation to Optional constructor and Optional.of
Reviewed-by: briangoetz, chegar, alanb