lana [Thu, 08 Mar 2012 08:18:56 -0800] rev 12052
Merge
darcy [Thu, 08 Mar 2012 08:04:52 -0800] rev 12051
7151008: Add library support for repeating annotations in java.lang.annotation
Reviewed-by: mcimadamore, jjg
michaelm [Thu, 08 Mar 2012 14:38:26 +0000] rev 12050
7152186: java.awt.HeadlessException when running AWT apps [macosx]
Reviewed-by: anthony
dholmes [Thu, 08 Mar 2012 00:46:33 -0500] rev 12049
7092140: Test: java/util/concurrent/locks/Lock/TimedAcquireLeak.java fails on SE-E due to -XX:-UsePerfData
Summary: Add -XX:+UsePerfData to invocation of exec'd JVM
Reviewed-by: alanb, chegar
weijun [Wed, 07 Mar 2012 10:15:41 +0800] rev 12048
6961765: Double byte characters corrupted in DN for LDAP referrals
Reviewed-by: vinnie
michaelm [Tue, 06 Mar 2012 20:34:38 +0000] rev 12047
7113349: Initial changeset for Macosx port to jdk
Reviewed-by: jjh, alanb, dholmes, anthony, ohrstrom, ksrini, jrose, weijun, smarks
Contributed-by: Alan Bateman <alan.bateman@oracle.com>, Alexander Potochkin <alexander.potochkin@oracle.com>, Alexander Zuev <alexander.zuev@oracle.com>, Andrew Brygin <andrew.brygin@oracle.com>, Artem Ananiev <artem.ananiev@oracle.com>, Alex Strange <astrange@apple.com>, Bino George <bino@apple.com>, Christine Lu <christine.lu@oracle.com>, David Katleman <david.katleman@oracle.com>, David Durrence <david_durrence@apple.com>, Dmitry Cherepanov <dmitry.cherepanov@oracle.com>, Greg Lewis <glewis@eyesbeyond.com>, Kevin Miller <kevin_m_miller@apple.com>, Kurt Miller <kurt@intricatesoftware.com>, Landon Fuller <landonf@plausiblelabs.com>, Leonid Romanov <leonid.romanov@oracle.com>, Loefty Walkowiak <loefty@apple.com>, Mark Reinhold <mark.reinhold@oracle.com>, Naoto Sato <naoto.sato@oracle.com>, Philip Race <philip.race@oracle.com>, Roger Hoover <rhoover@apple.com>, Scott Kovatch <scott.kovatch@oracle.com>, Sergey ByloKhov <sergey.bylokhov@oracle.com>, Mike Swingler <swingler@apple.com>, Tomas Hurka <tomas.hurka@oracle.com>
weijun [Tue, 06 Mar 2012 10:25:45 +0800] rev 12046
7149012: jarsigner needs not warn about cert expiration if the jar has a TSA timestamp
Reviewed-by: xuelei
khazra [Mon, 05 Mar 2012 17:38:01 -0800] rev 12045
7151348: Build breaks due to warning clean up in sun.rmi.*(7146763)
Summary: Undo changes to sun/rmi/rmic/* commited as fix for 7146763
Reviewed-by: smarks
prr [Mon, 05 Mar 2012 09:33:44 -0800] rev 12044
7078053: Solaris JDK build: C compiler writing tmp files into the make tree
Reviewed-by: ohair, alanb
vinnie [Mon, 05 Mar 2012 14:15:01 +0000] rev 12043
Merge
vinnie [Mon, 05 Mar 2012 14:13:29 +0000] rev 12042
7151109: backout CR 6988842
Reviewed-by: mullan
chegar [Sun, 04 Mar 2012 07:41:34 +0000] rev 12041
7145043: HttpServerProvider.java:81: warning - @code("httpServerProvider") is an unknown tag
Reviewed-by: michaelm
khazra [Fri, 02 Mar 2012 13:48:43 -0800] rev 12040
7146763: Warnings cleanup in the sun.rmi and related packages
Summary: Cleanup warnings and use jkd7 features in sun.rmi.*
Reviewed-by: smarks, chegar, forax, dmocek
vinnie [Fri, 02 Mar 2012 17:24:08 +0000] rev 12039
6988842: jce/ECC test fails for SunPKCS11 provider using nss library
Reviewed-by: mullan
mduigou [Thu, 01 Mar 2012 09:40:18 -0800] rev 12038
7149320: Move sun.misc.VM.booted() to the end of System.initializeSystemClass()
Summary: Ensure that sun.misc.VM.booted() is the last action in System.initSystemClass()
Reviewed-by: dholmes, alanb
ptisnovs [Thu, 01 Mar 2012 14:02:44 +0100] rev 12037
7149785: Minor corrections to ScriptEngineManager javadoc
Summary: JavaDoc correction
Reviewed-by: alanb
Contributed-by: Pavel Tisnovsky <ptisnovs@redhat.com>