Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
refs/heads/sos-5.0
/
openjdkjvm
/
OpenjdkJvm.cc
b567880
Implement JVM_GetNanoTimeAdjustment
by Victor Chang
· 2 years, 9 months ago
30bc777
Remove race on cached thread-name deletion
by Hans Boehm
· 2 years, 11 months ago
ddf4fd3
Always access Thread state and flags as 32-bit location.
by Vladimir Marko
· 3 years, 1 month ago
bdf1737
Introduce `art::FastExit` to replace all uses of `quick_exit` in ART.
by Roland Levillain
· 3 years, 8 months ago
9d27fbc
Improve suspension timeout diagnostic and fix race
by Hans Boehm
· 3 years, 7 months ago
a28c827
Use `quick_exit` instead of `_exit` (except for error handling).
by Roland Levillain
· 3 years, 8 months ago
36896be
Don't call exit() while threads may be running
by Hans Boehm
· 4 years, 10 months ago
96259f1
Pass the Java caller's location to OpenNativeLibrary.
by Nicolas Geoffray
· 6 years ago
98eebb4
OpenjdkJvm.cc: Add O_CLOEXEC
by Nick Kralevich
· 6 years ago
c1896c9
C++17 compatibility: make WITH_TIDY=1 happy again.
by Elliott Hughes
· 6 years ago
4b22b34
Modernize codebase by replacing NULL with nullptr
by Yi Kong
· 6 years ago
bd39d14
ART: Clean up unused using declarations
by Andreas Gampe
· 6 years ago
bcf1752
ObjPtr<>-ify array allocations.
by Vladimir Marko
· 7 years ago
a3ad0cd
ART: Move JNI files to runtime/jni/ .
by Vladimir Marko
· 7 years ago
af29031
Small documentation and stylistic changes.
by Roland Levillain
· 7 years ago
473191c
ART: Clean up library loading
by Andreas Gampe
· 7 years ago
55256cb
Extensions to check JNI.
by Ian Rogers
· 7 years ago
5794381
ART: Replace base/logging with android-base/logging
by Andreas Gampe
· 7 years ago
373a9b5
ART: Depend on libnativehelper headers only
by Andreas Gampe
· 7 years ago
5d15e6c
ART: Move openjdkjvm to art/
by Andreas Gampe
· 7 years ago
[Renamed from runtime/openjdkjvm/OpenjdkJvm.cc]
8cf9cb3
ART: Include cleanup
by Andreas Gampe
· 7 years ago
e431e27
art: use proper nativehelper headers
by Steven Moreland
· 7 years ago
88fd720
Add Jvmti Suspend/ResumeThread functions
by Alex Light
· 7 years ago
46f9340
Add SuspendReason enum and change Suspension functions.
by Alex Light
· 7 years ago
c15a2f4
ART: Add object-readbarrier-inl.h
by Andreas Gampe
· 8 years ago
90b936d
ART: Refactor verify_object.h
by Andreas Gampe
· 8 years ago
1cc62e4
Rename ObjPtr::Decode to ObjPtr::Ptr
by Mathieu Chartier
· 8 years ago
0795f23
Clean up ScopedThreadStateChange to use ObjPtr
by Mathieu Chartier
· 8 years ago
3fec9ac
ART: Use libbase logging
by Andreas Gampe
· 8 years ago
9b26463
Merge "Forbid JVM_O_DELETE in JVM_Open"
by Przemyslaw Szczepaniak
· 9 years ago
a89e51a
Forbid JVM_O_DELETE in JVM_Open
by Przemyslaw Szczepaniak
· 9 years ago
2e09bc1
Remove no-op call to android_update_LD_LIBRARY_PATH
by Dimitry Ivanov
· 9 years ago
bb661c0
Refactor use of __ANDROID__ macro
by Bilyan Borisov
· 9 years ago
5b2cfd8
OpenJdkJVM: Fix Mac OS build.
by Narayan Kamath
· 9 years ago
77f5d65
OpenJdkJVM: Fix JVM_Lseek
by Narayan Kamath
· 9 years ago
5f97157
runtime: delete native/java_lang_Runtime.cc
by Narayan Kamath
· 9 years ago
942dc298
Simplify LoadNativeLibrary()
by Dimitry Ivanov
· 9 years ago
6c37e9a
openjdkjvm: Don't leak the results of JVM_RawMonitorCreate.
by Narayan Kamath
· 9 years ago
44ba97e
openjdkjvm: clean up verbose logging.
by Narayan Kamath
· 9 years ago
18d2095
Override notice file for OpenJdk based modules.
by Narayan Kamath
· 9 years ago
[Renamed (99%) from runtime/native/OpenjdkJvm.cc]
28ee8db
Update header for OpenjdkJvm.cc.
by Narayan Kamath
· 9 years ago
986f650
Use shared namespaces for bundled apps
by Dimitry Ivanov
· 9 years ago
6280ef8
Fix typo in LOG_TAG.
by Narayan Kamath
· 9 years ago
3e38172
Port isolated namespace changes over to OpenJdkJvm.cc
by Dmitriy Ivanov
· 9 years ago
68d8ff4
Move arrayCopy / identityHashCode from OpenJdkJvm to System.
by Narayan Kamath
· 9 years ago
b780289
Remove bogus reference to HAVE_POSIX_CLOCKS.
by Narayan Kamath
· 9 years ago
6c0ea27
Sprinkle attribute unused / noreturn wherever necessary.
by Przemyslaw Szczepaniak
· 9 years ago
d1ef436
Merge lmp changes into mnc.
by Narayan Kamath
· 9 years ago
a0cf5a6
Fix cpplint issues.
by Narayan Kamath
· 9 years ago
b02d9b7
Add missing JVM_IsNaN function.
by Przemyslaw Szczepaniak
· 9 years ago
36379fd
Remove signal handling stubs.
by Narayan Kamath
· 9 years ago
67d39ad
Implement JVM_FindLibraryEntry
by Przemyslaw Szczepaniak
· 9 years ago
df0b17a
Add an ART implementation of jvm.h
by Piotr Jastrzebski
· 10 years ago