- 14 11月, 2014 2 次提交
- 21 10月, 2014 1 次提交
-
-
由 jnimeh 提交于
8032573: CertificateFactory.getInstance("X.509").generateCertificates(InputStream) does not throw CertificateException for invalid input Reviewed-by: weijun
-
- 20 10月, 2014 1 次提交
-
-
由 aivanov 提交于
8059590: ArrayIndexOutOfBoundsException occurs when Container with overridden getComponents() is deserialized Reviewed-by: serb, ant
-
- 18 10月, 2014 1 次提交
-
-
由 bpb 提交于
8039915: Wrong NumberFormat.format() HALF_UP rounding when last digit exactly at rounding position greater than 5 Summary: Fixes erroneous rounding in DigitList for corner cases uncovered previously. Adds dedicated unit tests to TieRoundingTest Reviewed-by: bpb, darcy Contributed-by: NOlivier Lagneau <olivier.lagneau@oracle.com>
-
- 17 10月, 2014 1 次提交
-
-
由 michaelm 提交于
Reviewed-by: chegar
-
- 16 10月, 2014 3 次提交
-
-
由 kshefov 提交于
8058653: [TEST_BUG] Test java/awt/Graphics2D/DrawString/DrawStringCrash.java fails with OutOfMemoryError Reviewed-by: serb, prr Contributed-by: srinivasan.raghavan@oracle.com
-
由 kshefov 提交于
8058733: [TESTBUG] java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java and LFMultiThreadCachingTest.java failed on some platforms due to java.lang.VirtualMachineError Reviewed-by: vlivanov, psandoz, darcy
-
由 kshefov 提交于
Reviewed-by: vlivanov, psandoz
-
- 31 10月, 2014 1 次提交
-
-
由 prr 提交于
Reviewed-by: flar, jgodinez
-
- 06 10月, 2014 1 次提交
-
-
由 ant 提交于
8049346: [TESTBUG] fix the @run line of the test: jdk/test/java/awt/Focus/SortingFTP/JDK8048887.java Reviewed-by: serb, alexsch
-
- 22 9月, 2014 1 次提交
-
-
由 kshefov 提交于
8058728: TEST_BUG: Make java/lang/invoke/LFCaching/LFGarbageCollectedTest.java skip arrayElementSetter and arrayElementGetter methods Reviewed-by: vlivanov, iignatyev, psandoz
-
- 19 9月, 2014 1 次提交
-
-
由 bpb 提交于
Summary: Remove remaining non-US-ASCII characters Reviewed-by: alanb
-
- 18 9月, 2014 1 次提交
-
-
由 bpb 提交于
Summary: Replace bad fonts with spaces. Reviewed-by: alanb
-
- 16 9月, 2014 2 次提交
-
-
由 bpb 提交于
Summary: Modify divideLarge() method such that the w/z division exercises the B-Z branch. Reviewed-by: darcy Contributed-by: NRobert Gibson <robbiexgibson@yahoo.com>
-
由 bpb 提交于
Summary: Modify MutableBigInteger.divideAndRemainderBurnikelZiegler() to copy the instance (this) to a new MutableBigInteger to use as the dividend. Reviewed-by: darcy Contributed-by: robbiexgibson@yahoo.com
-
- 18 9月, 2014 2 次提交
- 17 9月, 2014 2 次提交
- 08 9月, 2014 1 次提交
-
-
由 aefimov 提交于
Reviewed-by: mfang, okutsu
-
- 11 9月, 2014 1 次提交
-
-
由 jfranck 提交于
Reviewed-by: duke
-
- 10 9月, 2014 3 次提交
- 28 8月, 2014 1 次提交
-
-
由 jfranck 提交于
Summary: Update javadoc and align implementation with new spec Reviewed-by: psandoz
-
- 25 8月, 2014 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: mchung, dholmes Contributed-by: evgeniya.stepanova@oracle.com
-
- 21 8月, 2014 1 次提交
-
-
由 sla 提交于
8055677: java/lang/instrument/RedefineBigClass.sh RetransformBigClass.sh start failing after JDK-8055012 Summary: Write dcmd output to separate files so it does not confuse the output. Reviewed-by: ctornqvi, mgronlun
-
- 19 8月, 2014 1 次提交
-
-
由 ctornqvi 提交于
Summary: Fixed the regular expression to parse the slightly changed output format of the new NMT implementation Reviewed-by: olagneau, sla
-
- 13 9月, 2014 2 次提交
- 12 9月, 2014 1 次提交
-
-
由 chegar 提交于
8058216: NetworkInterface.getHardwareAddress can return zero length byte array when run with preferIPv4Stack Reviewed-by: michaelm
-
- 19 8月, 2014 1 次提交
-
-
由 dfuchs 提交于
Summary: CheckZombieLockTest and CheckLockLocationTest should work with different temporary log directories so that they can be run concurrently. This fix changes the name of the log directory used by CheckZombieLockTest. Reviewed-by: mchung
-
- 24 7月, 2014 1 次提交
-
-
由 dmarkov 提交于
Reviewed-by: alexsch, pchelko
-
- 12 7月, 2014 1 次提交
-
-
由 igerasim 提交于
Reviewed-by: plevart, martin
-
- 29 7月, 2014 1 次提交
-
-
由 mcherkas 提交于
Reviewed-by: ant, pchelko Contributed-by: artem.malinko@oracle.com
-
- 07 7月, 2014 1 次提交
-
-
由 dfuchs 提交于
Summary: In some circumstances j.u.l.FileHandler can leave zombie lock files on the file system. The fix lets FileHandler reuse such zombie lock files when it sees them - as it used to do in version 1.7 of the JDK. Reviewed-by: alanb
-
- 03 7月, 2014 1 次提交
-
-
由 chegar 提交于
Reviewed-by: alanb
-
- 26 6月, 2014 1 次提交
-
-
由 mduigou 提交于
Reviewed-by: psandoz, chegar
-
- 16 6月, 2014 1 次提交
-
-
由 jfranck 提交于
Summary: Filter out methods that have a more specific default method from result Reviewed-by: darcy, dlsmith
-