aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2015-02-058072458: jdk/test/Makefile references (to be removed) win32 directory in jtregsla
Reviewed-by: alanb
2015-04-09Mergejdk8u45-b12asaha
2015-03-128074668: [macosx] Mac 10.10: Application run with splash screen has focus issuesjdk8u40-b27serb
Reviewed-by: prr, ant, alexsch
2015-02-257178362: Socket impls should ignore unsupported proxy types rather than throwingjdk8u45-b10coffeys
Reviewed-by: chegar
2015-02-108065553: Failed Java web start via IPv6 (Java7u71 or later)jdk8u45-b08robm
Reviewed-by: xuelei
2015-01-22Mergejdk8u40-b23lana
2015-01-16Mergejdk8u40-b22asaha
2015-01-138068491: Update the protocol for references of docs.oracle.com to HTTPS.bpatel
Reviewed-by: coffeys
2015-01-078039921: SHA1WithDSA with key > 1024 bits not workingvaleriep
Summary: Removed the key size limits for all SHAXXXWithDSA signatures Reviewed-by: weijun
2014-12-17Mergeasaha
2014-12-098066746: MHs.explicitCastArguments does incorrect type checks for ↵vlivanov
VarargsCollector Reviewed-by: jrose, psandoz
2014-12-04Mergeasaha
2014-12-048057020: LambdaForm caches should support evictionvlivanov
Reviewed-by: psandoz, jrose, shade
2014-12-108065627: Animated GIFs fail to display on a HiDPI displayalexsch
Reviewed-by: serb, azvegint
2014-12-098066756: Test test/sun/awt/dnd/8024061/bug8024061.java failsaivanov
Reviewed-by: alexsch, azvegint
2014-12-058065991: LogManager unecessarily calls JavaAWTAccess from within a critical ↵dfuchs
section Summary: The call to JavaAWTAccess is moved outside of the critical section Reviewed-by: mchung
2014-12-058065238: javax.naming.NamingException after upgrade to JDK 8robm
Reviewed-by: vinnie
2014-11-288062771: Core reflection should use final fields whenever possiblejdk8u40-b17igerasim
Reviewed-by: martin, jfranck
2014-11-278065098: JColorChooser no longer supports drag and drop between two JVM ↵alexsch
instances Reviewed-by: serb, pchelko
2014-11-26Mergeasaha
2014-11-258065072: sun/net/www/http/HttpClient/StreamingRetry.java failed intermittentlychegar
Reviewed-by: dfuchs
2014-12-058059070: [TESTBUG] java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java ↵kshefov
failed - timeout Reviewed-by: psandoz, vlivanov, dfuchs
2014-11-308029536: JFileChooser filter uses .toString() instead of getDescription() ↵serb
for filter text on GTK laf Reviewed-by: azvegint, alexsch
2014-12-038065764: javax/management/monitor/CounterMonitorTest.java hangssjiang
Reviewed-by: jbachorik, dfuchs
2014-12-018065552: setAccessible(true) on fields of Class may throw a SecurityExceptiondfuchs
Summary: This fix hides the new private Class.classLoader field from reflection, rather than making it not accessible. Reviewed-by: mchung, coffeys
2014-11-248064560: (tz) Support tzdata2014jjdk8u31-b11aefimov
Reviewed-by: okutsu
2014-11-248063135: Enable full LF sharing by defaultvlivanov
Reviewed-by: psandoz, shade --HG-- extra : rebase_source : 7769ad337cd3cbe28a3b238ac49725100f9ded84
2014-11-148043869: [macosx] java -splash does not honor @2x hi dpi notation for retina ↵alexsch
support Reviewed-by: pchelko, anthony, ksrini
2014-11-138043477: java/lang/ProcessBuilder/Basic.java failed with: ↵rriggs
java.lang.AssertionError: Some tests failed Reviewed-by: martin
2014-11-288059942: Default implementation of DrawImage.renderImageXform() should be ↵serb
improved for d3d/ogl Reviewed-by: flar, prr
2014-11-148064468: ownedWindowList access requires synchronization in ↵alexsch
Window.setAlwaysOnTop() method Reviewed-by: serb, pchelko
2014-11-128059327: XML parser returns corrupt attribute valueaefimov
Reviewed-by: lancea
2014-11-11Mergelana
2014-11-07Mergeamurillo
2014-11-128059327: XML parser returns corrupt attribute valueaefimov
Reviewed-by: lancea
2014-11-248064560: (tz) Support tzdata2014jaefimov
Reviewed-by: okutsu
2014-10-248061210: Issues in TLSjdk8u31-b09xuelei
Reviewed-by: jnimeh, mullan, wetmore, ahgross, asmotrak
2014-10-308028539: Endless loop in native code of sun.java2d.loops.ScaledBlitprr
Reviewed-by: flar, jgodinez
2014-10-138061651: Interface to the Lookup Index Cache to improve URLClassPath search timeiklam
Summary: Implemented the interface in sun.misc.URLClassPath and corresponding JVM_XXX APIs Reviewed-by: mchung, acorn, jiangli, dholmes
2014-10-22Mergeamurillo
2014-10-208032573: ↵jnimeh
CertificateFactory.getInstance("X.509").generateCertificates(InputStream) does not throw CertificateException for invalid input Reviewed-by: weijun
2014-10-208059590: ArrayIndexOutOfBoundsException occurs when Container with ↵aivanov
overridden getComponents() is deserialized Reviewed-by: serb, ant
2014-10-178039915: Wrong NumberFormat.format() HALF_UP rounding when last digit ↵bpb
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: Olivier Lagneau <olivier.lagneau@oracle.com>
2014-10-178042622: Check for CRL results in IllegalArgumentException "white space not ↵michaelm
allowed" Reviewed-by: chegar
2014-10-168058653: [TEST_BUG] Test java/awt/Graphics2D/DrawString/DrawStringCrash.java ↵kshefov
fails with OutOfMemoryError Reviewed-by: serb, prr Contributed-by: srinivasan.raghavan@oracle.com
2014-10-168058733: [TESTBUG] java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java ↵kshefov
and LFMultiThreadCachingTest.java failed on some platforms due to java.lang.VirtualMachineError Reviewed-by: vlivanov, psandoz, darcy
2014-10-168058695: [TESTBUG] Reinvokers with arity >253 can't be cachedkshefov
Reviewed-by: vlivanov, psandoz
2014-10-14Mergejdk8u40-b10asaha
2014-10-148044215: Unable to initiate SpNego using a S4U2Proxy GSSCredential ↵weijun
(Krb5ProxyCredential) Reviewed-by: mullan
2014-10-108033699: Incorrect radio button behaviorvan
Reviewed-by: azvegint, alexsch