- 04 5月, 2013 1 次提交
-
-
由 mduigou 提交于
Reviewed-by: martin, alanb, chegar, plevart
-
- 19 4月, 2013 1 次提交
-
-
由 mchung 提交于
Reviewed-by: mchung Contributed-by: NYasumasa Suenaga <yasu@ysfactory.dip.jp>
-
- 18 4月, 2013 1 次提交
-
-
由 mchung 提交于
Reviewed-by: alanb, jrose, jdn
-
- 17 4月, 2013 1 次提交
-
-
由 mchung 提交于
Reviewed-by: jrose, alanb, twisti
-
- 03 4月, 2013 1 次提交
-
-
由 alanb 提交于
Reviewed-by: lancea, dholmes
-
- 26 3月, 2013 1 次提交
-
-
由 mfang 提交于
Reviewed-by: naoto, yhuang
-
- 09 3月, 2013 1 次提交
-
-
由 alanb 提交于
Reviewed-by: mchung, iris
-
- 22 2月, 2013 1 次提交
-
-
由 alanb 提交于
Reviewed-by: lancea, chegar, iris, mchung, sherman
-
- 31 1月, 2013 1 次提交
-
-
由 jfranck 提交于
8004919: AnnotationSupport uses possibly half-constructed AnnotationType instances Summary: Implements the simplified semantics for repeating annotations and removes the incorrect obtaining of an AnnotationType Reviewed-by: darcy, abuckley
-
- 29 1月, 2013 1 次提交
-
-
由 jfranck 提交于
Reviewed-by: darcy
-
- 25 1月, 2013 1 次提交
-
-
由 dingxmin 提交于
7183373: URLClassloader.close() does not close JAR files whose resources have been loaded via getResource() Reviewed-by: chegar
-
- 22 1月, 2013 2 次提交
- 12 1月, 2013 2 次提交
-
-
由 dl 提交于
Summary: jdk changes for 8003895. Reviewed-by: darcy, jrose, coleenp, dholmes, kvn Contributed-by: NAleksey Shipilev <aleksey.shipilev@oracle.com>
-
由 darcy 提交于
Reviewed-by: darcy Contributed-by: olivier.lagneau@oracle.com
-
- 21 12月, 2012 1 次提交
-
-
由 dl 提交于
Summary: Add Unsafe addAndGet() methods which have intrinsics in Hotspot (7023898) Reviewed-by: alanb, kvn
-
- 19 12月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Add three memory-ordering intrinsics to the sun.misc.Unsafe class. Reviewed-by: twisti, kvn Contributed-by: NAleksey Shipilev <aleksey.shipilev@oracle.com>
-
- 29 11月, 2012 1 次提交
-
-
由 jfranck 提交于
Reviewed-by: darcy
-
- 27 11月, 2012 1 次提交
-
-
由 mchung 提交于
6664528: Find log level matching its name or value given at construction time Reviewed-by: alanb, ahgross, jgish, hawtin
-
- 02 11月, 2012 1 次提交
-
-
由 alanb 提交于
Reviewed-by: chegar, ksrini
-
- 29 10月, 2012 1 次提交
-
-
由 ohrstrom 提交于
Reviewed-by: alanb, wetmore
-
- 11 9月, 2012 1 次提交
-
-
由 smarks 提交于
Reviewed-by: ahgross, alanb, dmeetry
-
- 25 8月, 2012 1 次提交
-
-
由 mchung 提交于
Reviewed-by: alanb, dholmes, dsamersoff, sspitsyn, psandoz
-
- 25 7月, 2012 2 次提交
-
-
由 malenkov 提交于
Reviewed-by: art, rupashka
-
由 twisti 提交于
6984705: JSR 292 method handle creation should not go through JNI Summary: remove assembly code for JDK 7 chained method handles Reviewed-by: jrose, twisti, mhaupt, forax Contributed-by: NJohn Rose <john.r.rose@oracle.com>, Christian Thalinger <christian.thalinger@oracle.com>, Michael Haupt <michael.haupt@oracle.com>
-
- 19 6月, 2012 1 次提交
-
-
由 chegar 提交于
Reviewed-by: chegar Contributed-by: dbelfer@gmail.com
-
- 31 5月, 2012 1 次提交
-
-
由 mduigou 提交于
Summary: All of the hashing based Map implementations: HashMap, Hashtable, LinkedHashMap, WeakHashMap and ConcurrentHashMap are modified to use an enhanced hashing algorithm for string keys when the capacity of the hash table has ever grown beyond 512 entries. The enhanced hashing implementation uses the murmur3 hashing algorithm along with random hash seeds and index masks. These enhancements mitigate cases where colliding String hash values could result in a performance bottleneck. Reviewed-by: alanb, forax, dl
-
- 10 1月, 2012 1 次提交
-
-
由 chegar 提交于
Reviewed-by: forax, chegar Contributed-by: NKrystal Mok <sajia@taobao.com>
-
- 17 12月, 2011 1 次提交
-
-
由 chegar 提交于
Reviewed-by: michaelm
-
- 14 12月, 2011 1 次提交
-
-
由 okutsu 提交于
Reviewed-by: hawtin, coffeys
-
- 05 12月, 2011 1 次提交
-
-
由 weijun 提交于
Reviewed-by: smarks
-
- 01 12月, 2011 1 次提交
-
-
由 chegar 提交于
Reviewed-by: alanb, darcy, forax, hawtin, lancea
-
- 30 11月, 2011 1 次提交
-
-
由 alanb 提交于
Reviewed-by: lancea, chegar, smarks
-
- 25 10月, 2011 1 次提交
-
-
由 chegar 提交于
Reviewed-by: mduigou, alanb
-
- 22 9月, 2011 1 次提交
-
-
由 darcy 提交于
Reviewed-by: mduigou
-
- 19 9月, 2011 1 次提交
-
-
由 darcy 提交于
Reviewed-by: alanb
-
- 17 9月, 2011 1 次提交
-
-
由 chegar 提交于
Summary: Minor changes to networking java files to remove warnings Reviewed-by: chegar, weijun, hawtin Contributed-by: kurchi.subhra.hazra@oracle.com, sasha_bu@hotmail.com
-
- 31 8月, 2011 1 次提交
-
-
由 sherman 提交于
Summary: to use new InternalError constructor with cause chainning Reviewed-by: alanb, ksrini, xuelei, neugens Contributed-by: sebastian.sickelmann@gmx.de
-
- 23 8月, 2011 1 次提交
-
-
由 darcy 提交于
Reviewed-by: darcy Contributed-by: nsebastian.sickelmann@gmx.de
-
- 11 8月, 2011 1 次提交
-
-
由 coffeys 提交于
Reviewed-by: alanb, mduigou
-