summaryrefslogtreecommitdiff
path: root/ojluni/src/main/java/sun/misc
Commit message (Expand)AuthorAgeFilesLines
* Mark stable sun.misc.Cleaner APIsNikita Iashchenko2021-04-141-1/+0
* Use annotated stubs for sun.misc.UnsafeNikita Iashchenko2021-03-311-52/+0
* Mark sun.misc.Unsafe APIs as stableNikita Iashchenko2021-03-091-31/+95
* Add API docs for sun.misc.UnsafeNikita Iashchenko2021-02-101-47/+280
* libcore: Add a libcore-patch-style scriptOrion Hodson2020-03-103-14/+14
* Revert "Move tests to postsubmit to reduce lab reporting load temporarily"Dan Shi2019-10-091-1/+1
* Move tests to postsubmit to reduce lab reporting load temporarilyDan Shi2019-09-301-1/+1
* Add TEST_MAPPINGs for miscellaneous libcore packages.Pete Gillin2019-09-241-0/+15
* Revert "Revert "Revert^2 "Use the runtime's implementation for park/unpark"""Charles Munger2018-11-051-16/+3
* Revert "Revert^2 "Use the runtime's implementation for park/unpark""Nicolas Geoffray2018-11-011-3/+16
* Revert^2 "Use the runtime's implementation for park/unpark"Charles Munger2018-10-311-16/+3
* Revert "Use the runtime's implementation for park/unpark"Filip Pavlis2018-10-311-3/+16
* Use the runtime's implementation for park/unparkCharles Munger2018-10-301-16/+3
* Drop all 35 patches around VMStack.getCall{erClass,ingClassLoader}.Tobias Thierer2018-07-281-2/+4
* Fix racy static initializers in FileDescriptor and UnixChannelFactoryVictor Chang2018-06-061-0/+11
* Add change marker into sun.misc.SharedSecretsVictor Chang2018-06-061-2/+167
* Update sun.misc package to openJdk8u121-b13Przemyslaw Szczepaniak2017-06-0216-488/+484
* Remove unused class sun.misc.HashingTobias Thierer2017-05-051-57/+0
* Remove dead/unused codePrzemyslaw Szczepaniak2017-04-121-493/+0
* Make Android patch docs in ojluni more consistent with style guideTobias Thierer2017-03-062-6/+6
* jni: Switch to @FastNative for all JNI functions.Igor Murashkin2017-02-211-0/+58
* Remove unused classes/files from libcoreShubham Ajmera2017-02-084-992/+0
* Set warnings for unbuffered I/OShubham Ajmera2016-09-291-170/+0
* remove x attribute of java fileGanesh Mahendran2016-07-0732-0/+0
* Port openJdk8 java.lang package, part 2Przemyslaw Szczepaniak2016-06-223-1669/+4300
* Add OpenJDK 8 java.nio.file packageShubham Ajmera2016-06-012-0/+87
* Avoid additional Object allocations that are immediately unboxedTobias Thierer2016-04-251-1/+1
* Tidy up uses of Integer.valueOf.Narayan Kamath2016-04-221-2/+2
* Libcore: Move definition of java version to hardcoded classAndreas Gampe2016-04-151-1/+1
* HashMap: Remove support for alt-hashing.Narayan Kamath2016-04-151-209/+12
* Unsafe: Downstream select methods needed for some of 1.8 java.util.concurrentIgor Murashkin2016-03-071-1/+148
* Revert "Revert "Update sun.misc.Unsafe.""Narayan Kamath2016-02-011-0/+396
* Revert "Update sun.misc.Unsafe."Narayan Kamath2016-02-011-396/+0
* Update sun.misc.Unsafe.Narayan Kamath2016-02-011-0/+396
* Merge "Remove unused non-java files under ojluni/src/main/java."Narayan Kamath2015-12-221-341/+0
|\
| * Remove unused non-java files under ojluni/src/main/java.Narayan Kamath2015-12-211-341/+0
* | Update file headers.Narayan Kamath2015-12-213-0/+3
|/
* Deleting unused or broken filesPaul Duffin2015-12-2161-11059/+0
* Properly add missing "java.version" system propertyPrzemyslaw Szczepaniak2015-11-251-11/+6
* Optimize StringBuffer/Builder#appendFloat/Double/BooleanPrzemyslaw Szczepaniak2015-11-162-2878/+493
* Remove support for "direct" usage of out / err.Narayan Kamath2015-11-121-6/+20
* Change version names.Narayan Kamath2015-11-121-11/+6
* Use OpenJdk implementation of java.lang.* [part 2].Piotr Jastrzebski2015-11-111-0/+341
* Use OpenJdk implementation of java.lang.* [part 1]Piotr Jastrzebski2015-11-111-7/+3
* Use OpenJdk implementation of java.net.*Piotr Jastrzebski2015-11-111-5/+2
* Use OpenJdk implementation for java.util.*Piotr Jastrzebski2015-11-112-35/+7
* Initial import of OpenJdk files.Piotr Jastrzebski2015-11-1196-0/+23413