kizune [Tue, 09 Sep 2014 17:20:26 +0400] rev 26457
8051989: Unportable format string argument mismatch in jdk/src/share/native/com/sun/java/util/jar/pack/unpack.cpp
Reviewed-by: ksrini
jfranck [Tue, 09 Sep 2014 12:04:31 +0200] rev 26456
5043030: (reflect) unnecessary object creation in reflection
Summary: Use valueOf() instead of new for primitive wrappers.
Reviewed-by: jfranck
Contributed-by: Andrej Golovnin <andrej.golovnin@gmail.com>
jfranck [Tue, 09 Sep 2014 10:48:01 +0200] rev 26455
8054987: (reflect) Add sharing of annotations between instances of Executable
Reviewed-by: darcy, plevart
sla [Mon, 08 Sep 2014 20:29:15 +0200] rev 26454
8057778: Misc cleanups of the attach code (aix)
Reviewed-by: simonis
sla [Mon, 08 Sep 2014 14:46:51 +0200] rev 26453
8057776: Misc cleanups of the attach code
Reviewed-by: alanb, dfuchs, jbachorik
aefimov [Sun, 07 Sep 2014 23:04:09 +0400] rev 26452
8049343: (tz) Support tzdata2014g
Reviewed-by: mfang, okutsu
martin [Fri, 29 Aug 2014 14:50:15 -0700] rev 26451
8056951: pico-optimize contains(Object) methods
Summary: use idiiom >= 0 consistently to check for valid index
Reviewed-by: mduigou
ykantser [Fri, 05 Sep 2014 15:09:05 +0200] rev 26450
8057686: Clean up ProblemList.txt
Reviewed-by: jbachorik
alanb [Fri, 05 Sep 2014 12:18:31 +0100] rev 26449
8029516: (fs) WatchKey cancel unreliable on Windows
Reviewed-by: chegar
dl [Fri, 05 Sep 2014 10:54:28 +0200] rev 26448
8056248: Improve ForkJoin thread throttling
Reviewed-by: psandoz, martin
katleman [Thu, 11 Sep 2014 09:08:56 -0700] rev 26447
Added tag jdk9-b30 for changeset dfdf7c92f55e
duke [Wed, 05 Jul 2017 20:00:24 +0200] rev 26446
Merge
lana [Thu, 11 Sep 2014 14:28:30 -0700] rev 26445
Merge
wetmore [Thu, 11 Sep 2014 12:18:02 -0700] rev 26444
8058180: .hgignore should be updated with webrev in all repos
Reviewed-by: jrose, katleman, jjg
lana [Wed, 10 Sep 2014 19:36:46 -0700] rev 26443
Merge
kvn [Thu, 04 Sep 2014 22:59:17 -0700] rev 26442
Merge
simonis [Wed, 03 Sep 2014 14:39:13 +0200] rev 26441
8057129: Fix AIX build after the Extend CompileCommand=option change 8055286
Reviewed-by: kvn
roland [Sat, 02 Aug 2014 06:15:23 +0200] rev 26440
8057038: Speculative traps not robust when compilation and class unloading are concurrent
Summary: speculative traps can be removed from MDO while being copied by compiler
Reviewed-by: kvn, iveresov
fzhinkin [Wed, 03 Sep 2014 15:29:57 +0400] rev 26439
8055904: Develop tests for new command-line options related to SHA intrinsics
Reviewed-by: kvn, iignatyev
fzhinkin [Wed, 03 Sep 2014 15:26:06 +0400] rev 26438
8055903: Develop sanity tests on SPARC's SHA instructions support
Reviewed-by: kvn, iignatyev
fzhinkin [Wed, 03 Sep 2014 15:24:26 +0400] rev 26437
8056091: Move compiler/intrinsics/mathexact/sanity/Verifier to compiler/testlibrary and extend its functionality
Reviewed-by: kvn, iignatyev
roland [Wed, 27 Aug 2014 17:37:18 +0200] rev 26436
8055946: assert(result == NULL || result->is_oop()) failed: must be oop
Summary: caller of popped frame doesn't have valid result during deoptimization
Reviewed-by: kvn
roland [Fri, 29 Aug 2014 16:32:29 +0200] rev 26435
8055910: closed/java/util/Collections/CheckedCollections.java failed with ClassCastException not thrown
Summary: missing subtype check for Arrays.copyOf intrinsic
Reviewed-by: kvn, iveresov
kvn [Tue, 02 Sep 2014 12:48:45 -0700] rev 26434
8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
Summary: Add new C2 intrinsic for BigInteger::multiplyToLen() on x86 in 64-bit VM.
Reviewed-by: roland
kvn [Tue, 02 Sep 2014 10:26:48 -0700] rev 26433
8056964: JDK-8055286 changes are incomplete.
Summary: added ccstr and ccstrlist types to compilerOracle 'option' command
Reviewed-by: roland
drchase [Fri, 29 Aug 2014 19:45:49 -0400] rev 26432
8054292: code comments leak in fastdebug builds
Summary: Added deallocation to destructor; hardened interface against misuse
Reviewed-by: kvn
thartmann [Fri, 29 Aug 2014 13:46:50 +0000] rev 26431
Merge
zmajo [Fri, 29 Aug 2014 15:32:16 +0200] rev 26430
8055286: Extend CompileCommand=option to handle numeric parameters
Summary: Changed CompileCommand=option to handle "extended" parameters: Klass::method,type,flag,value. Types supported are bool, intx, and uintx.
Reviewed-by: kvn, roland