- 8c834d5 Merge by chegar · 12 years ago
- bab6172 8011867: Accept unknown PKCS #9 attributes Reviewed-by: vinnie by weijun · 12 years ago
- f8b919e 8005460: [findbugs] Probably returned array should be cloned Reviewed-by: xuelei by weijun · 12 years ago
- 2ddbfd1 8005696: Add CompletableFuture Reviewed-by: chegar, martin by chegar · 12 years ago
- 26de162 6298888: Add toGenericString to j.l.Class and getTypeName to j.l.reflect.Type by darcy · 12 years ago
- 06bc918 8006036: (process) cleanup code in java/lang/Runtime/exec/WinCommand.java by lancea · 12 years ago
- 2ddffa7 8011590: More tests for core reflection modeling of default methods by darcy · 12 years ago
- 38adb6d 5001942: Missings SOCKS support for direct connections by khazra · 12 years ago
- b4a7f3a 8011380: FX dependency on PlatformLogger broken by 8010309 Reviewed-by: alanb by mchung · 12 years ago
- 15baf7b 8004979: java.lang.reflect.Modifier.toString should include "default" by darcy · 12 years ago
- 4cb461f Merge by lana · 12 years ago
- 3b28ad8 8007379: Base64.getMimeDecoder().decode() throws IAE for a non-base64 character after padding by sherman · 12 years ago
- 4f8207f 8011199: Backout changeset JDK-7143928 (0cccdb9a9a4c) by mduigou · 12 years ago
- 1a37369 8011187: Remove obsolete/unused targets from jdk/test/Makefile by mduigou · 12 years ago
- 3b5944c 7143928: Optimize empty HashMap and ArrayList by mduigou · 12 years ago
- 786a71f 8010268: Remove dependence upon clean target from jdk/test/Makefile prep target by mduigou · 12 years ago
- 9ab72ef 8010309: Improve PlatformLogger.isLoggable performance by direct mapping from an integer to Level by mchung · 12 years ago
- cef3e0e 8010125: keytool -importkeystore could create a pkcs12 keystore with different storepass and keypass by weijun · 12 years ago
- ea9e32f 8010991: Enable test/javax/script/GetInterfaceTest.java again by sundar · 12 years ago
- df3dfaf 8010846: Update the corresponding test in test/vm/verifier/TestStaticIF.java by acorn · 12 years ago
- 2400db1 8010837: FileInputStream.available() throw IOException when encountering negative available values by dxu · 12 years ago
- b26c676 Merge by lana · 12 years ago
- bd235e2 8010787: changeset for 8007703 is missing the deleted files by mchung · 12 years ago
- 1bf93da 8007703: Remove com.sun.servicetag API Reviewed-by: dholmes, alanb, erikj by mchung · 12 years ago
- d18bc56 8009875: Provide a default udp_preference_limit for krb5.conf by weijun · 12 years ago
- c8afffe 8004172: Update jstat counter names to reflect metaspace changes by stefank · 12 years ago
- 60d87eb 8010531: Add BadKdc* tests to problem list for solaris-sparcv9 by weijun · 12 years ago
- 716f40d 8009427: Re-enable tests that were disable to ease complicated push by ehelin · 12 years ago
- 1b92ca1 8010316: Improve handling of char sequences containing surrogates by martin · 12 years ago
- 74df7b6 8007905: To add a system property to create zip file without using ZIP64 end table when entry count > 64k by martin · 12 years ago
- f376091 8007146: [macosx] Setting a display mode crashes JDK under VNC Reviewed-by: serb by alexsch · 12 years ago
- 8dd88a2 8006104: Improve tests to test ".useParentHandlers" property set in the logging configuration by mchung · 12 years ago
- c1b9be9 6550588: java.awt.Desktop cannot open file with Windows UNC filename by alitvinov · 12 years ago
- b87a136 8009880: TEST_BUG: Test java/beans/Introspector/TestTypeResolver.java should be modified again by kshefov · 12 years ago
- 61baafb 8001642: Add Optional<T>, OptionalDouble, OptionalInt, OptionalLong by mduigou · 12 years ago
- 0affc13 8009881: TEST_BUG: javax/swing/JTree/8004298/bug8004298.java should be modified by kshefov · 12 years ago
- 534ab57 8006637: Failure to filter out native frame events on Solaris by sla · 12 years ago
- f0f04d0 8010142: ProblemList.txt updates (3/2013) Reviewed-by: alanb by chegar · 12 years ago
- 11bbcfb Merge by lana · 12 years ago
- d7e9253 8009221: [macosx] Two closed/javax/swing regression tests fail on MacOSX. by alexsch · 12 years ago
- 94b5c57 8000183: 7163696: JCK Swing interactive test JScrollBarTest0013 fails with Nimbus and GTK L&Fs by malenkov · 12 years ago
- 5aa24db Merge by lana · 12 years ago
- 44f11b4 Merge by lana · 12 years ago
- bb6c521 Merge by lana · 12 years ago
- e2483aa 8009925: Back out AEAD CipherSuites temporarily Reviewed-by: valeriep by wetmore · 12 years ago
- 411629c 8000653: SPNEGO tests fail at context.getDelegCred().getRemainingInitLifetime(mechOid) by weijun · 12 years ago
- 7983371 8001667: Comparator combinators and extension methods by mduigou · 12 years ago
- dcd17e9 8006000: TEST_BUG: java/lang/invoke/lambda/LambdaAccessControlTest.java fails intermittently by alanb · 12 years ago
- a926a54 6370908: Add support for HTTP_CONNECT proxy in Socket class by chegar · 12 years ago
- 4f38b2a 6877495: JTextField and JTextArea does not support supplementary characters by alexsch · 12 years ago
- e68bc44 8009222: java.lang.IllegalArgumentException: not invocable, no method type when attempting to get getter method handle for a static field by vlivanov · 12 years ago
- 6313bc9 Merge by lana · 12 years ago
- db73471 7183800: TEST_BUG: Update tests to run on Ubuntu 12.04 (localhost is 127.0.1.1) by alanb · 12 years ago
- ea4078e 8009650: HttpClient available() check throws SocketException when connection has been closed by robm · 12 years ago
- 0fb2154 8002070: Remove the stack search for a resource bundle for Logger to use by jgish · 12 years ago
- ff3ef65 8009259: TEST_BUG: sun/misc/Cleaner/exitOnThrow.sh failing intermittently by ewang · 12 years ago
- af52583 8004240: Return value from getAdapterPrefence() can be modified by naoto · 12 years ago
- 3ad8a5f 8009267: Restore isAnnotationPresent methods in public AnnotatedElement implementations by darcy · 12 years ago
- cb49fb4 8009384: Temporarily disable jstat tests to ease complicated push by ehelin · 12 years ago
- 93c8f88 8007297: [pack200] allow opcodes with InterfaceMethodRefs Reviewed-by: jrose by ksrini · 12 years ago
- 8d005a0 8008378: FJP.commonPool support parallelism 0, add awaitQuiescence by chegar · 12 years ago
- 8efd9fd 8006645: TEST_BUG: java/nio/file/Files/CopyAndMove.java failing intermittently (sol) by dxu · 12 years ago
- 64f82df Merge by mullan · 12 years ago
- 0574986 8008908: Access denied when invoking Subject.doAsPrivileged() by mullan · 12 years ago
- b4142be 7030966: Support AEAD CipherSuites Reviewed-by: weijun, wetmore, valeriep by xuelei · 12 years ago
- f474f2e 7163696: JCK Swing interactive test JScrollBarTest0013 fails with Nimbus and GTK L&Fs by malenkov · 12 years ago
- a22817a 8008785: IdentityHashMap.values().toArray(V[]) broken by JDK-8008167 by mduigou · 12 years ago
- 2542997 Merge by ewendeli · 12 years ago
- 92fc6d0 Merge by ewendeli · 12 years ago
- d760eb5 8008770: SerializedLambda incorrect class loader for lambda deserializing class by rfield · 12 years ago
- 1d78b93 Merge by chegar · 12 years ago
- 497952a Merge by chegar · 12 years ago
- 47e98eb 7087570: java.lang.invoke.MemberName information wrong for method handles created with findConstructor by kmo · 12 years ago
- 946aef6 Merge by ewendeli · 12 years ago
- c30baea 8008914: Add nashorn to the tl build by jjg · 12 years ago
- 1bae4cc 8006039: test/tools/launcher/I18NJarTest.java fails on Mac w/ LANG=C, LC_ALL=C by bchristi · 12 years ago
- a61cf7d Merge by lana · 12 years ago
- 7a9482c 8009140: jtreg tests under sun/tools/jrunscript should use nashorn engine by sundar · 12 years ago
- 79fb9bf 8008793: SecurityManager.checkXXX behavior not specified for methods that check AWTPermission and AWT not present by alanb · 12 years ago
- affd2db 8009115: jtreg tests under jdk/test/javax/script should use nashorn as script engine by sundar · 12 years ago
- 8b91f2a Merge by ewendeli · 12 years ago
- b67b34b 8006182: cleanup to use java.util.Base64 in java security component, providers, and regression tests by msheppar · 12 years ago
- 372369b Merge by lana · 12 years ago
- de50252 8008356: Test LambdaSerialization.java failing by rfield · 12 years ago
- fe90539 8008352: java/lang/instrument/RedefineSubclassWithTwoInterfaces.sh fails on MKS by dcubed · 12 years ago
- ec7b593 Merge by lana · 12 years ago
- b488b20 Merge by ewendeli · 12 years ago
- 9cb1c93 Merge by ewendeli · 12 years ago
- ea0dd95 8008312: Re-enable MethodParameter tests in JDK Reviewed-by: darcy by emc · 12 years ago
- 9d78e48 8006070: TEST_BUG: Up and down the Y coordinate of the mouse position, the selected item doesn't change for the single list. by kshefov · 12 years ago
- d50e30c 8007315: HttpURLConnection.filterHeaderField method returns null where empty string is expected by coffeys · 12 years ago
- 68340f9 8008379: TEST_BUG: Fail automatically with java.lang.NullPointerException. by kshefov · 12 years ago
- f5a9259 6657673: Issues with JAXP Reviewed-by: alanb, lancea, ahgross, mullan by joehw · 12 years ago
- f180f52 8003445: Adjust JAX-WS to focus on API Reviewed-by: vinnie, ahgross, mgrebac by mullan · 12 years ago
- 974d23e 6429204: (se) Concurrent Selector.register and SelectionKey.interestOps can ignore interestOps by dingxmin · 12 years ago
- d67f53f Merge by dholmes · 12 years ago
- 7d10c07 8004970: Implement serialization in the lambda metafactory Reviewed-by: forax by rfield · 12 years ago
- 6ebd62e 8005920: After pressing combination Windows Key and M key, the frame, the instruction and the dialog can't be minimized. by kshefov · 12 years ago
- 4112544 8008223: java/net/BindException/Test.java fails rarely by chegar · 12 years ago
- 34c9926 8008289: DefaultButtonModel instance keeps stale listeners in html FormView by dingxmin · 12 years ago