- 08 11月, 2013 1 次提交
-
-
由 rriggs 提交于
Summary: fix the typo Reviewed-by: lancea, chegar, dxu
-
- 07 11月, 2013 1 次提交
-
-
由 ksrini 提交于
8027232: Update j.l.invoke code generating class files to use ASM enhancements for invocation of non-abstract methods on ifaces Reviewed-by: ksrini, rfield Contributed-by: john.r.rose@oracle.com, paul.sandoz@oracle.com
-
- 05 11月, 2013 1 次提交
-
-
由 michaelm 提交于
Reviewed-by: chegar, mduigou
-
- 03 11月, 2013 1 次提交
-
-
由 jrose 提交于
Summary: Better interpreted and compiled performance of operations in MethodType important to LambdaMetafactory. Reviewed-by: jrose, twisti, mchung Contributed-by: sergey.kuksenko@oracle.com
-
- 30 10月, 2013 1 次提交
-
-
由 briangoetz 提交于
Reviewed-by: briangoetz, rfield Contributed-by: sergey.kuksenko@oracle.com
-
- 31 10月, 2013 5 次提交
-
-
由 briangoetz 提交于
8023984: Lambda linkage performance - use a method ref to a static factory instead of a ctor ref Reviewed-by: briangoetz, rfield Contributed-by: sergey.kuksenko@oracle.com
-
由 psandoz 提交于
Reviewed-by: henryjen, mduigou, briangoetz
-
由 smarks 提交于
4449028: exportObject() javadoc should specify behavior for null socket factories Reviewed-by: dfuchs, darcy
-
由 bpb 提交于
8021203: BigInteger.doubleValue/floatValue returns 0.0 instead of Infinity 8021204: Constructor BigInteger(String val, int radix) doesn't detect overflow 8022780: Incorrect BigInteger division because of MutableBigInteger.bitLength() overflow Summary: Prevent construction of overflowed BigIntegers. Reviewed-by: bpb, darcy, psandoz Contributed-by: NDmitry Nadezhin <dmitry.nadezhin@oracle.com>
-
由 darcy 提交于
Reviewed-by: jfranck, plevart, mchung, abuckley, sogoel
-
- 30 10月, 2013 1 次提交
-
-
由 briangoetz 提交于
8027318: Lambda Metafactory: generate serialization-hostile read/writeObject methods for non-serializable lambdas Reviewed-by: rfield, psandoz
-
- 31 10月, 2013 1 次提交
-
-
由 michaelm 提交于
Reviewed-by: chegar
-
- 28 10月, 2013 1 次提交
-
-
由 dfuchs 提交于
Summary: restore behaviour of setParent in anonymous logger and clarifies the spec with respect to security permissions. Reviewed-by: mchung, prr
-
- 26 10月, 2013 1 次提交
-
-
由 smarks 提交于
7126305: Wrong Unicode value specified for format conversion character 'd' 8027287: incorrect example in Formatter javadoc Reviewed-by: rriggs, darcy, lancea
-
- 25 10月, 2013 6 次提交
-
-
由 sherman 提交于
Summary: updated spec and implementation of mime decoder to be lenient for padding Reviewed-by: alanb
-
由 twisti 提交于
Reviewed-by: iveresov, jrose
-
由 jfranck 提交于
8023651: j.l.r.Constructor.getAnnotatedReceiverType() and j.l.r.Constructor.getAnnotatedReturnType() for inner classes return incorrect result Reviewed-by: darcy
-
由 briangoetz 提交于
Reviewed-by: briangoetz, rfield Contributed-by: dan.smith@oracle.com
-
由 smarks 提交于
Reviewed-by: mchung
-
由 alundblad 提交于
Reviewed-by: jfranck Contributed-by: andreas.lundblad@oracle.com, peter.levart@gmail.com
-
- 24 10月, 2013 1 次提交
-
-
由 alanb 提交于
Reviewed-by: rriggs, psandoz, chegar Contributed-by: dl@cs.oswego.edu, alan.bateman@oracle.com
-
- 18 10月, 2013 4 次提交
-
-
由 bpb 提交于
Summary: Fix empty paragraph tag warnings. Reviewed-by: lancea
-
由 mduigou 提交于
Reviewed-by: chegar, mduigou, psandoz, martin Contributed-by: NDoug Lea <dl@cs.oswego.edu>
-
由 lancea 提交于
Reviewed-by: mduigou
-
由 rriggs 提交于
8015808: Typo in MethodHandle javadoc Summary: Fix typos and javadoc markup and extraneous paragraph tags Reviewed-by: lancea
-
- 17 10月, 2013 3 次提交
-
-
由 rriggs 提交于
Summary: Corrected links to TemporalQuery and TemporalField.resolve Reviewed-by: mduigou, darcy, lancea
-
由 drchase 提交于
8022718: Runtime accessibility checking: protected class, if extended, should be accessible from another package Summary: Modify accessibility check; it was muddled about Java vs JVM protection terminology. Reviewed-by: jrose
-
由 henryjen 提交于
Reviewed-by: dholmes
-
- 24 10月, 2013 2 次提交
-
-
由 rfield 提交于
Summary: Wildcard marker interfaces can cause duplicate implemented interfaces in generated lambda class Reviewed-by: briangoetz
-
由 mduigou 提交于
8024688: further split Map and ConcurrentMap defaults eliminating looping from Map defaults, Map.merge fixes and doc fixes. Reviewed-by: psandoz, dholmes
-
- 23 10月, 2013 9 次提交
-
-
由 chegar 提交于
Reviewed-by: michaelm, msheppar
-
由 ascarpino 提交于
Reviewed-by: mullan
-
由 henryjen 提交于
8024179: Document limitations and performance characteristics of stream sources and operations 8024138: (Spec clarification) Lambda Metafacory spec should state DMH constraint on implMethod Reviewed-by: mduigou Contributed-by: brian.goetz@oracle.com, paul.sandoz@oracle.com
-
由 smarks 提交于
Reviewed-by: alanb, dfuchs
-
由 rriggs 提交于
Summary: Cleanup of javadoc -Xlint errors Reviewed-by: lancea, mduigou, darcy, mullan, mchung
-
由 darcy 提交于
Reviewed-by: chegar, forax, alanb, mduigou
-
由 rriggs 提交于
Summary: optimize serialized form of OffsetTime, OffsetDateTime; correct order of modifiers Reviewed-by: sherman
-
由 bpb 提交于
6445180: URLClassLoader does not describe the behavior of several methods with respect to null arguments Summary: Document when a NPE will be thrown by URLClassLoader constructors, newInstance(), findClass(), and getPermissions(). Reviewed-by: alanb, mduigou, chegar, dholmes, jrose
-
由 drchase 提交于
Summary: Added test for IllegalAccessException -> IllegalAccessError path to check if root cause was AbstractMethodError Reviewed-by: jrose
-
- 22 10月, 2013 1 次提交
-
-
由 mullan 提交于
Reviewed-by: weijun, xuelei
-