0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 21, 2023 — Apr 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add -sta option to java launcher. It will start up the CLR with the main thread OLE initialized (STA). More... over 13 years ago
JarAssembly was not including Manifest in output jar or the assembly it created. More... over 13 years ago
Add hidden -d (debug) option to jar utility More... over 13 years ago
First cut of the full jar utility implementation with support for assembly merging More... over 13 years ago
Add comment to code to remember to add filter for runtime invisible annotations More... almost 14 years ago
Compiler was not interpreting the standard Java annotations (e.g. java.lang.annotation.Retention, java.lang.annotation.Inherited, etc.) properly. This has numerous implications, but the one that revealed the problem was, when using an annotation that had an intended Retention of Runtime, the compiler was still generating the annotation with a Class retention. As a result, the annotation was not visible via reflection at runtime. More... almost 14 years ago
Assembly resolve requests that failed, were always being treated as a NoClassDefFoundError and as such were throwning this exception on the thread. If a framework based Assembly.Loadxxx was the cause of the resolve request, we don't want to cause the thread to throw an exception if the assembly can't be resolved. Instead, we want the CLR to return the FileNotFoundException and let it handle it accordingly. More... almost 14 years ago
Don't try to fetch custom attributes for pseduo type More... almost 14 years ago
built using compiler with java.lang.Class caching changes More... about 14 years ago
Enable class literal caching using a field in the class. Eliminates the many calls to the JanetVMM to get the Class for a type. More... about 14 years ago
Adding the debug attribute before the assembly has been fully created causes duplicate assemblyreferences in the output assembly. Wait until the assembly merge is complete , then add all of the assembly attributes. More... about 14 years ago
The .module name did not have the .dll extension added to it when creating an assembly More... about 14 years ago
Check for javaw in addition for javaw.exe .... More... about 14 years ago
Trace the method and IL offset going into the symbol reader for debug purposes More... about 14 years ago
Properly handle case when the parameters to a delegate can not be resolved by the compiler More... about 14 years ago
Emit System.Diagnostics.DebuggableAttribute in the assembly when -g option is provided on the compiler or bam tool command lines. More... about 14 years ago
Fix compiler crash in delegate usage when referencing an instance method and the instance reference is held in a local variable. More... about 14 years ago
Add checks for StringInterfaceHelper in array copy More... about 14 years ago
Enable the harmony vm to run on Windows 7 More... about 14 years ago
The harmony build script was trying to editbin the mscv*.dll files More... about 14 years ago
More changes for com.ibm to org.janet package move More... about 14 years ago
Move the impl classes to the org.janet package structure from com.ibm More... about 14 years ago
[no comment] More... about 14 years ago
Force overwrite on target update. Also force overwrite of harmony jars that janet replaces in boot More... about 14 years ago
Integrate with recent harmony change More... about 14 years ago
Add missing file More... about 14 years ago
apply patches during fetch-depends More... about 14 years ago
Update the checksums for msvc's More... about 14 years ago
msvc 9.0 libraries instead of 7 More... about 14 years ago
Update to jdk 1.5 version 22 More... about 14 years ago