ascarpino [Mon, 02 Sep 2013 09:52:08 -0700] rev 20487
8009438: sun/security/pkcs11/Secmod tests failing on Ubuntu 12.04
Reviewed-by: vinnie
ascarpino [Wed, 18 Sep 2013 14:57:29 -0700] rev 20486
8004283: test/sun/security/pkcs11/KeyStore/SecretKeysBasic.sh failing intermittently
Reviewed-by: vinnie
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