6
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Jul 29, 2024 — Jul 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
RVM-549 : Implement isAssignableFrom(Class) More... over 6 years ago
RVM-549 : Add some missing methods for java.lang.Runtime More... over 6 years ago
RVM-549 : Fix wrong implementation of maxMemory() for java.lang.Runtime More... over 6 years ago
RVM-549 : Add implementation for Method.copy() More... over 6 years ago
RVM-549 : Add implementation for getDeclaredMethods0(boolean) More... over 6 years ago
RVM-549 : Improve documentation for JVM* functions for OpenJDK More... over 6 years ago
RVM-549 : Correct isEnum() for java.lang.Class More... over 6 years ago
RVM-549 : Add initial implementation for JVM_Available More... over 6 years ago
RVM-549 : Add implementation for getSystemPackage0(String) More... over 6 years ago
RVM-549 : Add preliminary implementation for defineClass1(..) from java.lang.ClassLoader More... over 6 years ago
RVM-549 : Correct implementations for JVM_Read, JVM_Write and JVM_Lseek More... over 6 years ago
RVM-549 : Add more debug output for the case where no attempt is made to load a replacement class More... over 6 years ago
RVM-549 : Remove now incorrect check for descriptor of classes with replacement More... over 6 years ago
RVM-549 : Set "sun.arch.data.model" property More... over 6 years ago
RVM-549 : Set the property "sun.boot.class.path" based on "java.boot.class.path" More... over 6 years ago
RVM-549 : Implement currentTimeMillis() and nanoTime() from java.lang.System More... over 6 years ago
RVM-549 : Implement a few more methods from java.lang.Thread More... over 6 years ago
RVM-549 : Split setup of standard streams according to class library More... over 6 years ago
RVM-549 : Enable assertion for missing implementation of getSystemPackage0(..) again More... over 6 years ago
RVM-549 : Implement isInterrupted(boolean) from java.lang.Thread More... over 6 years ago
RVM-549 : Add support for skipping Constructor.newInstance(..) and JNI frames in sun.reflect.Reflection replacement More... over 6 years ago
RVM-549 : Add possibility to allocate stack trace before VM is fully booted More... over 6 years ago
RVM-549 : Add replacement class for java.lang.Throwable More... over 6 years ago
RVM-549 : Add primordial for java.lang.Shutdown to get initialization of java.lang.System working More... over 6 years ago
RVM-549 : Add printout for initialization of java.lang.System because that's a major point in the OpenJDK boot sequence More... over 6 years ago
RVM-549 : Look up and set constructor method if it's not present More... over 6 years ago
RVM-549 : Add assertion to pinpoint the current failure More... over 6 years ago
RVM-549 : Update primordials and boot sequence to get useful error information More... over 6 years ago
Merge with master at 47f6ef26675f623a31e9296126f5d4e7f16d7320 (no additional changes) More... over 6 years ago
RVM-549 : Move some common code from java.lang.Class to JavaLangSupport More... over 6 years ago