|  |  | @414 | 13 years | dmik | hotspot: Fix memory leak in InterpreterRuntime::resolve_invoke.
This … | 
            
              |  |  | @406 | 13 years | dmik | trunk: Merged in openjdk6 b27 from branches/vendor/oracle. | 
            
              |  |  | @395 | 13 years | dmik | Make sure BEGINLIBPATH is not necessary when loading JVM.
 … | 
            
              |  |  | @391 | 13 years | dmik | hotspot: Initialize Decoder to satisfy assertion.
The … | 
            
              |  |  | @390 | 13 years | dmik | trunk: Merged in openjdk6 b25 from branches/vendor/oracle.
This … | 
            
              |  |  | @346 | 14 years | dmik | Disable Win32 TIB mode since SEH now works in OS/2 context.
This … | 
            
              |  |  | @342 | 14 years | dmik | hotspot: Disable assertion in park code which is not valid on OS/2. | 
            
              |  |  | @341 | 14 years | dmik | jdk: Create JVM on main thread in Java executables on OS/2.
This … | 
            
              |  |  | @339 | 14 years | dmik | Switch JNI calling convention from stdcall to _System on OS/2.
This … | 
            
              |  |  | @338 | 14 years | dmik | hotspot: Sync jni_x86.h with jni_md.h for Windows / OS/2. | 
            
              |  |  | @336 | 14 years | dmik | hotspot: Disable annoying output in sysNativePath in debug builds. | 
            
              |  |  | @320 | 14 years | dmik | Port Windows-specific b24 changes to OS/2. | 
            
              |  |  | @319 | 14 years | dmik | Sync los2_x86_32.s with linux_x86_32.s to add new functions. | 
            
              |  |  | @318 | 14 years | dmik | Port SymGetSymFromAddr API usage to OS/2. | 
            
              |  |  | @317 | 14 years | dmik | Use TARGET_OS_FAMILY_windows instead of _WINDOWS when appropriate.
 … | 
            
              |  |  | @316 | 14 years | dmik | Narrow down the operand constraint for XCHGB instruction.
This is … | 
            
              |  |  | @315 | 14 years | dmik | Use TARGET_COMPILER_gcc instead of EMX when appropriate. | 
            
              |  |  | @313 | 14 years | dmik | Adopt to the new platform dispatching defines. | 
            
              |  |  | @309 | 14 years | dmik | trunk: Merged in openjdk6 b24 from branches/vendor/oracle. | 
            
              |  |  | @301 | 14 years | dmik | hotspot: Fixed build break. | 
            
              |  |  | @300 | 14 years | dmik | hotspot: VMError::report(): Fixed memory leaks (and the assertion in … | 
            
              |  |  | @297 | 14 years | dmik | hotspot: Applied a temporary workaround to avoid frequent crashes on … | 
            
              |  |  | @296 | 14 years | dmik | hotspot: Use os::block_on_serialize_page_trap() when handling the … | 
            
              |  |  | @293 | 14 years | dmik | hotspot: os2_x86_32.s: Backported linux_x86_32.s changes from b22. | 
            
              |  |  | @278 | 15 years | dmik | trunk: Merged in openjdk6 b22 from branches/vendor/oracle. | 
            
              |  |  | @277 | 15 years | dmik | hotspot: Don't attempt to analyze the DLL header on load failure, this … | 
            
              |  |  | @272 | 15 years | dmik | hotspot: Fixed build breaks under GCC 4.5.2. | 
            
              |  |  | @263 | 15 years | dmik | make: Global DLL rename by adding the 'j' prefix to avoid possible … | 
            
              |  |  | @252 | 15 years | dmik | hotspot: Use LIBPATH to comprise java.library.path instead of PATH on OS/2. | 
            
              |  |  | @246 | 15 years | dmik | all: Use os2wrap.h instead of os2.h to make sure that all OS/2 APIs … | 
            
              |  |  | @228 | 15 years | dmik | hotspot: Fixed the detection of the default maximum Java heap size … | 
            
              |  |  | @210 | 15 years | dmik | hotspot: Make sure JVM_GetLastErrorString()'s own debug statements … | 
            
              |  |  | @160 | 15 years | dmik | jdk: Fixed: WSAStartup wasn't called on OS/2. | 
            
              |  |  | @145 | 15 years | dmik | hotspot: Fixed a crash in the product release build: Odin's … | 
            
              |  |  | @139 | 15 years | dmik | hotspot: Build fix. | 
            
              |  |  | @138 | 15 years | dmik | hotspot: Fixed parsing -Xms and alike options. | 
            
              |  |  | @127 | 15 years | dmik | hotspot: Don't set mode of stdin/out/err to O_BINARY to have warnings … | 
            
              |  |  | @116 | 15 years | dmik | hotspot: Fixed a typo in 4115: The fix should be applied in the outer loop. | 
            
              |  |  | @115 | 15 years | dmik | hotspot: os::print_dll_info(): Accidentally found a fix for the … | 
            
              |  |  | @114 | 15 years | dmik | hotspot: Fixed a crash in os::print_dll_info(). | 
            
              |  |  | @113 | 15 years | dmik | hotspot: Implemented os::dll_address_to_library_name(), … | 
            
              |  |  | @112 | 15 years | dmik | hotspot: Renamed os_os2.cpp to os_os2_init.cpp. | 
            
              |  |  | @95 | 15 years | dmik | hotspot: Fixed version information in jvm.dll. | 
            
              |  |  | @92 | 15 years | dmik | hotspot: Fixed a typo in the init code that prevented JVM.DLL from … | 
            
              |  |  | @65 | 15 years | dmik | hotspot: Export additional necessary symbols from jvm.dll. | 
            
              |  |  | @64 | 15 years | dmik | hotspot/src: More to r63. | 
            
              |  |  | @63 | 15 years | dmik | hotspot/src: Added forwarder of OS/2 DLL init/term calls to DllMain(). | 
            
              |  |  | @58 | 15 years | dmik | hotspot/src: Another big bunch of patches to make the windows code … | 
            
              |  |  | @57 | 15 years | dmik | hotspot/src: Added OS/2 GCC assembly helper routines. | 
            
              |  |  | @56 | 15 years | dmik | hotspot/src: Add support of CAST_TO_FN_PTR() for GCC. | 
            
              |  |  | @51 | 15 years | dmik | hotspot/src: Add OS/2 specific global includes. | 
            
              |  |  | @50 | 15 years | dmik | hotspot/src: attachListener_windows: Make it compile on OS/2. | 
            
              |  |  | @49 | 15 years | dmik | hotspot/src: bytes_lilnux_x86: Make it compile on OS/2. | 
            
              |  |  | @48 | 15 years | dmik | hotspot/src: os_cpu: Use the Linux code for the Windows platform … | 
            
              |  |  | @47 | 15 years | dmik | Close all files at termination to flush buffers (fixes empty … | 
            
              |  |  | @46 | 15 years | dmik | hotspot/src: Adding OS/2 support. | 
            
              |  |  | @41 | 15 years | dmik | hotspot/tools: Ported MakeDeps tool to OS/2. | 
            
              |  |  | @4 | 15 years | dmik | Copied OpenJDK 6 b19 to trunk. | 
            
              |  | copied from branches/vendor/oracle/openjdk6/current/hotspot/src | 
            
              |  |  | @2 | 15 years | dmik | Imported OpenJDK 6 b19 sources from Oracle. |