1. 3063e89 8005716: Enhance JNI specification to allow support of static JNI libraries in Embedded JREs by alanb · 12 years ago
  2. 8127a4f 8009429: Miscellaneous profiles cleanup by dholmes · 12 years ago
  3. ea4078e 8009650: HttpClient available() check throws SocketException when connection has been closed by robm · 12 years ago
  4. 4a8220d 8001334: Remove use of JVM_* functions from java.io code by dxu · 12 years ago
  5. 0fb2154 8002070: Remove the stack search for a resource bundle for Logger to use by jgish · 12 years ago
  6. 45c2130 8009751: (se) Selector spin when select, close and interestOps(0) invoked at same time (lnx) by alanb · 12 years ago
  7. a826314 7190897: (fs) Files.isWritable method returns false when the path is writable (win) by uta · 12 years ago
  8. e2483aa 8009925: Back out AEAD CipherSuites temporarily Reviewed-by: valeriep by wetmore · 12 years ago
  9. e01786a 7154889: Non-zero padding is still not allowed in the tableswitch/lookupswitch instructions. by coleenp · 12 years ago
  10. 411629c 8000653: SPNEGO tests fail at context.getDelegCred().getRemainingInitLifetime(mechOid) by weijun · 12 years ago
  11. 7983371 8001667: Comparator combinators and extension methods by mduigou · 12 years ago
  12. ee34515 8009645: ClassFileTransformer hooks in ClassLoader no longer required by alanb · 12 years ago
  13. dcd17e9 8006000: TEST_BUG: java/lang/invoke/lambda/LambdaAccessControlTest.java fails intermittently by alanb · 12 years ago
  14. a926a54 6370908: Add support for HTTP_CONNECT proxy in Socket class by chegar · 12 years ago
  15. e1e1874 8009604: old make images failed: JarBASE64Encoder class not found by weijun · 12 years ago
  16. f16bc1d 8008759: Do not let internal JDK zlib symbols leak out of fastdebug libzip.so by martin · 12 years ago
  17. 03dbb27 8007808: Missing method: Executable.getAnnotatedReturnType() by jfranck · 12 years ago
  18. b8d59cf 8009397: test/com/sun/jdi/PrivateTransportTest.sh: ERROR: transport library missing onLoad entry: private_dt_socket by sla · 12 years ago
  19. 64bffac Merge by lana · 12 years ago
  20. 33a389f 4880778: URL final class has protected methods by jzavgren · 12 years ago
  21. 6164fd4 8008804: file descriptor leak in src/windows/native/java/net/DualStackPlainSocketImpl.c by jzavgren · 12 years ago
  22. ff3ef65 8009259: TEST_BUG: sun/misc/Cleaner/exitOnThrow.sh failing intermittently by ewang · 12 years ago
  23. af52583 8004240: Return value from getAdapterPrefence() can be modified by naoto · 12 years ago
  24. 3ad8a5f 8009267: Restore isAnnotationPresent methods in public AnnotatedElement implementations by darcy · 12 years ago
  25. 93c8f88 8007297: [pack200] allow opcodes with InterfaceMethodRefs Reviewed-by: jrose by ksrini · 12 years ago
  26. 8d005a0 8008378: FJP.commonPool support parallelism 0, add awaitQuiescence by chegar · 12 years ago
  27. 8efd9fd 8006645: TEST_BUG: java/nio/file/Files/CopyAndMove.java failing intermittently (sol) by dxu · 12 years ago
  28. 64f82df Merge by mullan · 12 years ago
  29. 0574986 8008908: Access denied when invoking Subject.doAsPrivileged() by mullan · 12 years ago
  30. b4142be 7030966: Support AEAD CipherSuites Reviewed-by: weijun, wetmore, valeriep by xuelei · 12 years ago
  31. 6cf4f51 Merge by katleman · 12 years ago
  32. bb7320a 8009196: install doesn't define $(AR) as /usr/ccs/bin/ar, results in ar: Command not found by katleman · 12 years ago
  33. 51afae0 8006853: OCSP timeout set to wrong value if com.sun.security.ocsp.timeout < 0 by juh · 12 years ago
  34. 12995a9 Added tag jdk8-b79 for changeset c933505d75c2 by katleman · 12 years ago
  35. 7b5c4d4 8006409: ThreadLocalRandom should dropping padding fields from its serialized form by chegar · 12 years ago
  36. fb5ffd6 Merge by katleman · 12 years ago
  37. a22817a 8008785: IdentityHashMap.values().toArray(V[]) broken by JDK-8008167 by mduigou · 12 years ago
  38. e28465b Merge by katleman · 12 years ago
  39. b5ae423 Merge by dcherepanov · 12 years ago
  40. ea7d6a4 8005545: Add System property to identify ARCH specific details such as ARM hard-float binaries by vladidan · 12 years ago
  41. 7a9482c 8009140: jtreg tests under sun/tools/jrunscript should use nashorn engine by sundar · 12 years ago
  42. 79fb9bf 8008793: SecurityManager.checkXXX behavior not specified for methods that check AWTPermission and AWT not present by alanb · 12 years ago
  43. affd2db 8009115: jtreg tests under jdk/test/javax/script should use nashorn as script engine by sundar · 12 years ago
  44. d2b4e18 8008279: Remove InvalidContainerAnnotationError.java Reviewed-by: jfranck by darcy · 12 years ago
  45. 1ccc877 8009102: Several docs warnings in Project Lambda APIs Reviewed-by: mduigou by darcy · 12 years ago
  46. 823c737 8009029: SunEC provider classes ending up in rt.jar after Nashorn build changes by alanb · 12 years ago
  47. d760eb5 8008770: SerializedLambda incorrect class loader for lambda deserializing class by rfield · 12 years ago
  48. 39d3295 8008977: profiles build broken by Nashorn build changes Reviewed-by: chegar by alanb · 12 years ago
  49. 1d78b93 Merge by chegar · 12 years ago
  50. 497952a Merge by chegar · 12 years ago
  51. 47e98eb 7087570: java.lang.invoke.MemberName information wrong for method handles created with findConstructor by kmo · 12 years ago
  52. c30baea 8008914: Add nashorn to the tl build by jjg · 12 years ago
  53. 1bae4cc 8006039: test/tools/launcher/I18NJarTest.java fails on Mac w/ LANG=C, LC_ALL=C by bchristi · 12 years ago
  54. cfc69ea 8008808: Allowed dependencies added by JDK-8008481 no longer required by alanb · 12 years ago
  55. c43819d 6556996: (ann spec) SuppressWarnings strings should be documented by darcy · 12 years ago
  56. 3e77ec8 Merge by lancea · 12 years ago
  57. 02c6d05 8008716: address typo in CallableStatement javadocs Reviewed-by: chegar by lancea · 12 years ago
  58. 0ae8e16 8008290: (profiles) Startup regression due to additional checking of JAR file manifests by alanb · 12 years ago
  59. 8e42a39 8008691: Build failure (NEWBUILD=false) on Mac Reviewed-by: art, anthony by ngthomas · 12 years ago
  60. b67b34b 8006182: cleanup to use java.util.Base64 in java security component, providers, and regression tests by msheppar · 12 years ago
  61. 372369b Merge by lana · 12 years ago
  62. de50252 8008356: Test LambdaSerialization.java failing by rfield · 12 years ago
  63. 5c0229d Added tag jdk8-b78 for changeset 00b7535d743f by katleman · 12 years ago
  64. fd55622 8007903: 8005583's changes to make/install-rules.gmk need to made to jdk/make/closed/InstallWrapper.gmk by erikj · 12 years ago
  65. 4a73a43 8008451: Make mac builds on 10.8 work on 10.7 Reviewed-by: ohair, ddehaven by erikj · 12 years ago
  66. 30ba14d 8007387: "sed: RE error: illegal byte sequence" when building images on Mac by erikj · 12 years ago
  67. fe90539 8008352: java/lang/instrument/RedefineSubclassWithTwoInterfaces.sh fails on MKS by dcubed · 12 years ago
  68. a1de10c 8007454: (process) SetHandleInformation parameters DWORD (not BOOLEAN) by uta · 12 years ago
  69. ea90a30 8008481: Dependency analyzer needs exclusion for profile builds with JFR disabled by dholmes · 12 years ago
  70. e3ce0f2 Merge by alanb · 12 years ago
  71. cb5db05 8008424: Isolate PROFILE make variable from incidental setting in the environment by dholmes · 12 years ago
  72. 95225a5 8007097: (profiles) Build needs test to ensure that profile definitions are updated by alanb · 12 years ago
  73. 17a1c7d Merge by dholmes · 12 years ago
  74. c784c0e 8008295: build-infra: Cleanup in Import.gmk Reviewed-by: ohrstrom, tbell by erikj · 12 years ago
  75. 3da9f31 8008294: build-infra: Build-infra closed fails on solaris 11.1 by erikj · 12 years ago
  76. 07da459 Merge by erikj · 12 years ago
  77. 5fc9780 8007436: (profiles) Add JSR-310 to Compact Profiles contents by alanb · 12 years ago
  78. d67f53f Merge by dholmes · 12 years ago
  79. d8ab802 8005879: Add -DMAC_OS_X_VERSION_MAX_ALLOWED=1070 to builds on Mac by erikj · 12 years ago
  80. 1daa5ec Merge by lana · 12 years ago
  81. 45e129e Added tag jdk8-b77 for changeset b2fc8e31cecc by katleman · 12 years ago
  82. c9c1327 Merge by lana · 12 years ago
  83. 5728d79 Merge by lana · 12 years ago
  84. b470ffe 8008017: The fix for 8005129 does not build on Windows by prr · 12 years ago
  85. a6bb2b9 Merge by acorn · 12 years ago
  86. ad23b00 8007935: java/lang/instrument/RedefineSubclassWithTwoInterfaces.sh should use $COMPILEJAVA for javac by dcubed · 12 years ago
  87. 41e11ee 8007888: jdk fix default method: VerifyError: Illegal use of nonvirtual by acorn · 12 years ago
  88. 4092f9e Merge by lana · 12 years ago
  89. a131cc5 8005750: [parfait] Memory leak at jdk/src/share/bin/parse_manifest.c by ksrini · 12 years ago
  90. 85d3829 Merge by lana · 12 years ago
  91. 8ad3f1c Merge by lana · 12 years ago
  92. b0d163d 8008161: Regression: j.u.TimeZone.getAvailableIDs(rawOffset) returns non-sorted list by sherman · 12 years ago
  93. 3231eb0 8007755: Support the logical grouping of keystores Reviewed-by: mullan by vinnie · 12 years ago
  94. bfdaa40 Merge by lana · 12 years ago
  95. 5775584 8008095: TEST_BUG: JDK-8002048 one more testcase failure on Solaris by dsamersoff · 12 years ago
  96. 97deb89 Merge by vinnie · 12 years ago
  97. e6da9b3 8007934: algorithm parameters for PBE Scheme 2 not decoded correctly in PKCS12 keystore by vinnie · 12 years ago
  98. f651fa9 8005629: javac warnings compiling java.awt.EventDispatchThread and sun.awt.X11.XIconWindow by pchelko · 12 years ago
  99. 1ca4861 7079260: InputContext leaks memory by pchelko · 12 years ago
  100. 7d50985 4199622: RFE: JComboBox shouldn't sending ActionEvents for keyboard navigation by vkarnauk · 12 years ago