amenkov [Wed, 26 Oct 2011 14:00:18 +0400] rev 11893
7088367: JavaSound security issue (12865443)
Reviewed-by: denis
dl [Wed, 12 Oct 2011 16:33:48 +0100] rev 11892
7082299: AtomicReferenceArray should ensure that array is Object[]
Reviewed-by: chegar, dholmes, alanb
katleman [Thu, 23 Feb 2012 12:03:21 -0800] rev 11891
Added tag jdk8-b27 for changeset 020ee18d16db
duke [Wed, 05 Jul 2017 18:03:34 +0200] rev 11890
Merge
amurillo [Fri, 24 Feb 2012 18:08:59 -0800] rev 11889
Added tag hs24-b01 for changeset b357c6ebe63e
amurillo [Fri, 24 Feb 2012 18:08:58 -0800] rev 11888
Merge
bpittore [Thu, 23 Feb 2012 21:10:02 -0500] rev 11887
Merge
jiangli [Tue, 21 Feb 2012 13:14:55 -0500] rev 11886
7120481: storeStore barrier in constructor with final field
Summary: Issue storestore barrier before constructor return if the constructor write final field.
Reviewed-by: dholmes, jrose, roland, coleenp
Contributed-by: Jiangli Zhou <jiangli.zhou@oracle.com>
bpittore [Wed, 22 Feb 2012 14:00:34 -0500] rev 11885
Merge
vladidan [Wed, 15 Feb 2012 20:26:59 -0500] rev 11884
7129401: PPC: runtime/7100935/TestShortArraycopy.java fails
Summary: pass assembler switches for PPC
Reviewed-by: dholmes
fparain [Wed, 22 Feb 2012 08:19:27 -0800] rev 11883
Merge
poonam [Mon, 20 Feb 2012 21:27:56 -0800] rev 11882
7145358: SA throws ClassCastException for partially loaded ConstantPool
Summary: In printValueOn() in ConstantPool.java check if the poolHolder is a valid Klass and only then print it.
Reviewed-by: sla, sspitsyn
Contributed-by: Krystal Mok <sajia@taobao.com>
sla [Sun, 19 Feb 2012 13:11:39 +0100] rev 11881
7132070: Use a mach_port_t as the OSThread thread_id rather than pthread_t on BSD/OSX
Summary: Change OSThread to use mach thread_t
Reviewed-by: phh, dcubed
dcubed [Fri, 17 Feb 2012 15:55:27 -0800] rev 11880
7145798: System.loadLibrary does not search current working directory
Summary: Append "." to java.library.path on MacOS X to ease migration from Apple's Java6 to OpenJDK7.
Reviewed-by: phh, jmelvin, coleenp
amurillo [Fri, 17 Feb 2012 15:11:32 -0800] rev 11879
7146700: new hotspot build - hs24-b01
Reviewed-by: jcoomes
katleman [Thu, 23 Feb 2012 12:03:08 -0800] rev 11878
Added tag jdk8-b27 for changeset 30cf3316d124
lana [Fri, 24 Feb 2012 18:22:44 -0800] rev 11877
Merge
asaha [Fri, 17 Feb 2012 14:58:24 -0800] rev 11876
Merge
asaha [Tue, 14 Feb 2012 10:21:25 -0800] rev 11875
Merge
katleman [Thu, 23 Feb 2012 12:03:01 -0800] rev 11874
Added tag jdk8-b27 for changeset 9f0948ea25eb
duke [Wed, 05 Jul 2017 18:03:21 +0200] rev 11873
Added tag jdk8-b27 for changeset c51754cddc03
duke [Wed, 05 Jul 2017 18:03:20 +0200] rev 11872
Merge
duke [Wed, 05 Jul 2017 18:03:17 +0200] rev 11871
Merge
lana [Sat, 18 Feb 2012 16:12:28 -0800] rev 11870
Merge
darcy [Fri, 17 Feb 2012 15:24:40 -0800] rev 11869
7143910: test/tools/apt/Basics/apt.sh fails with 'real' sh
Reviewed-by: darcy
Contributed-by: sonali.goel@oracle.com
mcimadamore [Tue, 14 Feb 2012 15:43:52 -0800] rev 11868
7142086: performance problem in Check.checkOverrideClashes(...)
Summary: Code in Check.checkOverrideClashes() causes too many calls to MethodSymbol.overrides
Reviewed-by: jjg
Contributed-by: jan.lahoda@oracle.com
jjh [Mon, 13 Feb 2012 16:01:43 -0800] rev 11867
7142672: Problems with the value passed to the 'classes' param of JavaCompiler.CompilationTask.getTask(...)
Reviewed-by: jjg
jjg [Sun, 12 Feb 2012 16:44:13 -0800] rev 11866
7144979: incorrect path separator in make/build.xml for Windows when running jtreg tests
Reviewed-by: jjg
Contributed-by: jan.valenta@oracle.com
lana [Thu, 09 Feb 2012 22:56:13 -0800] rev 11865
Merge
darcy [Sun, 05 Feb 2012 21:59:45 -0800] rev 11864
7041249: Remove apt tool and API from the JDK
Reviewed-by: jjg, ohair