1. a8de445 Merge "sun.security.action.PutAllAction: remove unused class" by Sergio Giro · 8 years ago
  2. 22a37d3 Merge "MethodHandle: Change values of "kind" constants." by Narayan Kamath · 8 years ago
  3. 97cd7f2 Merge "Move InetAddress#isReachable away from JNI" by Yi Kong · 8 years ago
  4. 51c7573 Merge "Remaining non-functional java.io.* java changes" by Przemyslaw Szczepaniak · 8 years ago
  5. 11924d0 Merge "Improved testing around DateFormat.is24Hour" by Neil Fuller · 8 years ago
  6. 148d34e Merge "libcore: Replace cutils/log.h with android/log.h" by Mark Salyzyn · 8 years ago
  7. af3bccb Merge "Treat TryFailThrowable error prone check as error" by Paul Duffin · 8 years ago
  8. 2be229c Move InetAddress#isReachable away from JNI by Yi Kong · 8 years ago
  9. 0c0bab1 Improved testing around DateFormat.is24Hour by Neil Fuller · 8 years ago
  10. 5bf2e16 MethodHandle: Change values of "kind" constants. by Narayan Kamath · 8 years ago
  11. 6be83e4 Treat TryFailThrowable error prone check as error by Paul Duffin · 8 years ago
  12. f0d9718 Merge "Improve resource leakage detection testing" by Paul Duffin · 8 years ago
  13. dfb275d Merge "Remove DateFormat time pattern caching" by Neil Fuller · 8 years ago
  14. 6d8d1ea libcore: Replace cutils/log.h with android/log.h by Mark Salyzyn · 8 years ago
  15. 2437342 Merge changes from topic 'bug29935305_collectionwrappers' by Tobias Thierer · 8 years ago
  16. d0c91f2 Remove DateFormat time pattern caching by Neil Fuller · 8 years ago
  17. 61cf642 Remaining non-functional java.io.* java changes by Przemyslaw Szczepaniak · 8 years ago
  18. c6493c4 java.util.Arrays: drop dead code for LegacyMergeSort by Tobias Thierer · 8 years ago
  19. 4bdfc5a Update Collections to OpenJDK8u60 (part 1) by Tobias Thierer · 8 years ago
  20. fe0ee8e Improve resource leakage detection testing by Paul Duffin · 8 years ago
  21. 57c2d5a Merge "Update Locale to OpenJDK8u60 (part 1/2)" by Tobias Thierer · 8 years ago
  22. e5b74e2 Merge "Track changes to mirror::DexCache layout." by Treehugger Robot · 8 years ago
  23. 576d068 Update Locale to OpenJDK8u60 (part 1/2) by Tobias Thierer · 8 years ago
  24. 24e3caf Merge "Port of java.io.[ILO]* classes from ojdk8" by Przemyslaw Szczepaniak · 8 years ago
  25. 839c392 Update Arrays to OpenJDK8u60 by Tobias Thierer · 8 years ago
  26. 6c0b680 Port of java.io.[ILO]* classes from ojdk8 by Przemyslaw Szczepaniak · 8 years ago
  27. 7f0c3dc sun.security.action.PutAllAction: remove unused class by Sergio Giro · 8 years ago
  28. 9a3a095 Merge "sun.security.validator: delete this package" by Sergio Giro · 8 years ago
  29. 0f5f2b2 Merge "Port of java.io.F* classes from openJdk8" by Treehugger Robot · 8 years ago
  30. e55c403 sun.security.validator: delete this package by Sergio Giro · 8 years ago
  31. 2d58453 Track changes to mirror::DexCache layout. by Narayan Kamath · 8 years ago
  32. 6aad329 Merge changes I778e303e,Ic84f3e19 by Treehugger Robot · 8 years ago
  33. 4c36dc0 Port of java.io.F* classes from openJdk8 by Przemyslaw Szczepaniak · 8 years ago
  34. 4a8e578 Change Currency.get{DisplayName,Symbol}() to use DISPLAY Locale by Tobias Thierer · 8 years ago
  35. 0c83da4 Merge "Delegate time zone names handling to ICU in SDF." by Joachim Sauer · 8 years ago
  36. 71258b4 Merge "Set warnings for unbuffered I/O" by Przemyslaw Szczepaniak · 8 years ago
  37. 4947038 Delegate time zone names handling to ICU in SDF. by Joachim Sauer · 8 years ago
  38. 118de16 Set warnings for unbuffered I/O by Shubham Ajmera · 8 years ago
  39. 61360d3 Merge "Add basic implementation of Lookup.find{Virtual,Static,Constructor}." by Narayan Kamath · 8 years ago
  40. 95ec29f Merge "CipherTest: templatize OAEP tests" by Treehugger Robot · 8 years ago
  41. fc4fa47 Merge "Fix AnnotatedElement.getDeclaredAnnotation() generic signature" by Neil Fuller · 8 years ago
  42. bdf95a5 Merge "Unhide constants related to type annotations" by Neil Fuller · 8 years ago
  43. 54168f0 Add basic implementation of Lookup.find{Virtual,Static,Constructor}. by Narayan Kamath · 8 years ago
  44. 7d8588a Revert Locale behavior of Currency.get{Symbol,DisplayName} by Tobias Thierer · 8 years ago
  45. 94eb013 Unhide constants related to type annotations by Neil Fuller · 8 years ago
  46. 1be1178 Fix AnnotatedElement.getDeclaredAnnotation() generic signature by Neil Fuller · 8 years ago
  47. c7609a8 Merge "Remove ObjectStreamClass workarounds for API > 24" by Treehugger Robot · 8 years ago
  48. 7fe3e08 Merge "Implement Executable.getParameters() to use compiled-in metadata" by Neil Fuller · 8 years ago
  49. a4dc778 Merge "Let Currency.getDisplayName(null) throw NPE." by Tobias Thierer · 8 years ago
  50. 30e9c61 Merge "Update Currency to OpenJDK8u60" by Tobias Thierer · 8 years ago
  51. 0d283df Merge "sun.security.util.ManifestEntryVerifier: copy from jdk8u60" by Sergio Giro · 8 years ago
  52. 46ee12f Merge "CipherTest: add RSA OAEP tests" by Treehugger Robot · 8 years ago
  53. 21bd60f Merge "SSLContext no longer provides SSL on Android" by Chad Brubaker · 8 years ago
  54. 80e1801 sun.security.util.ManifestEntryVerifier: copy from jdk8u60 by Sergio Giro · 8 years ago
  55. c676c82 CipherTest: templatize OAEP tests by Kenny Root · 8 years ago
  56. f989a50 CipherTest: add RSA OAEP tests by Kenny Root · 8 years ago
  57. 744e29a Let Currency.getDisplayName(null) throw NPE. by Tobias Thierer · 8 years ago
  58. 6d48c53 Update Currency to OpenJDK8u60 by Tobias Thierer · 8 years ago
  59. 2439c38 SSLContext no longer provides SSL on Android by Chad Brubaker · 8 years ago
  60. 1b7ce76 Implement Executable.getParameters() to use compiled-in metadata by Neil Fuller · 8 years ago
  61. df35815 Merge "Update ResourceBundle related classes from java.util to OpenJDK8u60" by Tobias Thierer · 8 years ago
  62. 2fa2577 Merge "Port further java.io classes" by Przemyslaw Szczepaniak · 8 years ago
  63. 69dae7c Port further java.io classes by Przemyslaw Szczepaniak · 8 years ago
  64. 20529a5 Merge "java.security.Signature: port this class to jdk8u60" by Sergio Giro · 8 years ago
  65. 21dcef6 Merge "Harmony SSLEngineTest: fail when wrap called before init" by Kenny Root · 8 years ago
  66. 7f2db45 Merge "Drop SSLv3 support" by Chad Brubaker · 8 years ago
  67. 2559189 Merge "Revert "Revert "benchmarks: Add timings for @FastNative/@CriticalNative""" by Treehugger Robot · 8 years ago
  68. 7ea9c73 Merge "sun.security.util.SecurityConstants: port from jdk8u60" by Sergio Giro · 8 years ago
  69. 97b3188 sun.security.util.SecurityConstants: port from jdk8u60 by Sergio Giro · 8 years ago
  70. bb8ae11 Revert "Revert "benchmarks: Add timings for @FastNative/@CriticalNative"" by Igor Murashkin · 8 years ago
  71. 8f20735 Drop SSLv3 support by Chad Brubaker · 8 years ago
  72. c54efa1 Harmony SSLEngineTest: fail when wrap called before init by Kenny Root · 8 years ago
  73. c420a36 Merge "CipherTest: log more information on failure" by Kenny Root · 8 years ago
  74. 44d6334 Merge "Update Properties to OpenJDK8u60" by Tobias Thierer · 8 years ago
  75. 4ff6141 Merge "Patterns API column for j.t.SimpleDateFormat javadoc" by Przemyslaw Szczepaniak · 8 years ago
  76. 94f9695 Merge "sun.security.util.Resources: port this class from jdk8u60" by Sergio Giro · 8 years ago
  77. a05f80a Merge "CipherTest: test providers that don't use full transform name" by Treehugger Robot · 8 years ago
  78. 45e3d4f Merge "Revert "Temporarily blacklist MethodHandles tests."" by Narayan Kamath · 8 years ago
  79. 4c20a4d Merge "Revert "benchmarks: Add timings for @FastNative/@CriticalNative"" by Nicolas Geoffray · 8 years ago
  80. 29c483f Revert "benchmarks: Add timings for @FastNative/@CriticalNative" by Nicolas Geoffray · 8 years ago
  81. 322bd05 Merge "benchmarks: Add timings for @FastNative/@CriticalNative" by Treehugger Robot · 8 years ago
  82. efab71a benchmarks: Add timings for @FastNative/@CriticalNative by Igor Murashkin · 8 years ago
  83. ea64670 sun.security.util.Resources: port this class from jdk8u60 by Sergio Giro · 8 years ago
  84. fda531d CipherTest: log more information on failure by Kenny Root · 8 years ago
  85. 183a56d CipherTest: test providers that don't use full transform name by Kenny Root · 8 years ago
  86. e781e52 Merge "javax.security.auth.Subject: port this class from jdk8u60" by Sergio Giro · 8 years ago
  87. 075a6d2 Merge "add virtual device known failures expectation file" by Treehugger Robot · 8 years ago
  88. a17c83e Patterns API column for j.t.SimpleDateFormat javadoc by Przemyslaw Szczepaniak · 8 years ago
  89. d6ef69f Merge "Update java.io.Buffered* to openJdk8u60" by Przemyslaw Szczepaniak · 8 years ago
  90. e455943 Revert "Temporarily blacklist MethodHandles tests." by Narayan Kamath · 8 years ago
  91. c340476 Merge changes Ia125ade1,I367b3bf9 by Treehugger Robot · 8 years ago
  92. 2e3af1f Update java.io.Buffered* to openJdk8u60 by Przemyslaw Szczepaniak · 8 years ago
  93. 90a3bb3 Merge "GCM ciphers should not allow key and nonce re-use" by Treehugger Robot · 8 years ago
  94. fbb8ec7 Add Unicode 9 Bidi test to known failures. by Joachim Sauer · 8 years ago
  95. 45a9c21 Add regression test for Unicode 9 Bidi data. by Joachim Sauer · 8 years ago
  96. a90dfab Merge "Include core_lambda_stubs in core_oj." by Narayan Kamath · 8 years ago
  97. 77d74a1 add virtual device known failures expectation file by Guang Zhu · 8 years ago
  98. 02fa18e GCM ciphers should not allow key and nonce re-use by Kenny Root · 8 years ago
  99. d097a9b Include core_lambda_stubs in core_oj. by Narayan Kamath · 8 years ago
  100. 3a72ee2 Merge "Temporarily blacklist MethodHandles tests." by Narayan Kamath · 8 years ago