|
|
@415
|
13 years |
dmik |
jdk: Implement saving JPEG images through …
|
|
|
@414
|
13 years |
dmik |
hotspot: Fix memory leak in InterpreterRuntime::resolve_invoke.
This …
|
|
|
@413
|
13 years |
dmik |
jdk: Fix broken file open dialog in AWT apps.
It couldn't be …
|
|
|
@412
|
13 years |
dmik |
jdk: Fix missing menu bar in AWT applications.
Turned out to be a …
|
|
|
@411
|
13 years |
dmik |
jdk: Make sure RICHED32.DLL is used for java.awt.TextArea.
This makes …
|
|
|
@407
|
13 years |
dmik |
jdk: Use stdout instead of stderr for printing usage info from the …
|
|
|
@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 …
|
|
|
@389
|
13 years |
dmik |
trunk: Merged in openjdk6 b25 from branches/vendor/oracle.
|
|
|
@388
|
13 years |
dmik |
jdk: Fix build break (r373 regression).
|
|
|
@373
|
13 years |
dmik |
icedtea-web: Make java.io.FileDescriptor work with LIBC file …
|
|
|
@355
|
13 years |
dmik |
jdk: Apply applet_hole patch need for IcedTea-Web.
See #15 for details.
|
|
|
@346
|
13 years |
dmik |
Disable Win32 TIB mode since SEH now works in OS/2 context.
This …
|
|
|
@343
|
13 years |
dmik |
jdk: Fix DirectSound playback (ufouous typo).
This is a really …
|
|
|
@342
|
13 years |
dmik |
hotspot: Disable assertion in park code which is not valid on OS/2.
|
|
|
@341
|
13 years |
dmik |
jdk: Create JVM on main thread in Java executables on OS/2.
This …
|
|
|
@340
|
13 years |
dmik |
hotspot: Make objfiles.make depend on JvmtiGeneratedFiles.
This in …
|
|
|
@339
|
13 years |
dmik |
Switch JNI calling convention from stdcall to _System on OS/2.
This …
|
|
|
@338
|
13 years |
dmik |
hotspot: Sync jni_x86.h with jni_md.h for Windows / OS/2.
|
|
|
@337
|
13 years |
dmik |
Fully obey BUILD_CLIENT_ONLY on OS/2.
This completely disables …
|
|
|
@336
|
13 years |
dmik |
hotspot: Disable annoying output in sysNativePath in debug builds.
|
|
|
@335
|
13 years |
dmik |
jdk: Call ctorDtorInit() before DllMain().
This is needed as …
|
|
|
@334
|
13 years |
dmik |
jdk: Fix another bunch of warnings.
That should be it now.
|
|
|
@333
|
13 years |
dmik |
jdk: Fix a whole bunch of warnings and a few build errors.
GCC is …
|
|
|
@332
|
13 years |
dmik |
jdk: Make sure DllMain in JAWTOS2.DLL is called.
This also fixes the …
|
|
|
@331
|
13 years |
dmik |
Enable WLINK support.
It seems that the AWT DLL can now be …
|
|
|
@330
|
13 years |
dmik |
jdk: Fix a bunch of warnings.
GCC is more strict than MSVC.
|
|
|
@329
|
13 years |
dmik |
jdk: Typedef jint as int and jbyte as char under GCC.
This is for …
|
|
|
@328
|
13 years |
dmik |
jdk: No JNU functions any more.
|
|
|
@327
|
13 years |
dmik |
Fix r326 typo.
|
|
|
@326
|
14 years |
dmik |
hotspot: Disable building of gamma launcher.
It is not currently …
|
|
|
@325
|
14 years |
dmik |
hotspot: Add C compiler and separate C flags from C++ flags.
|
|
|
@324
|
14 years |
dmik |
hotspot: Generate dependencies.
|
|
|
@323
|
14 years |
dmik |
hotspot: launcher: Don't redefine general linker flags.
|
|
|
@322
|
14 years |
dmik |
hotspot: Add support for wmapsym.cmd.
|
|
|
@321
|
14 years |
dmik |
hotspot: Remove generated from VPATH.
It doesn't contain hotspot …
|
|
|
@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.
|
|
|
@314
|
14 years |
dmik |
Disable some warnigns and unneeded stuff.
|
|
|
@313
|
14 years |
dmik |
Adopt to the new platform dispatching defines.
|
|
|
@312
|
14 years |
dmik |
Add forgotten +.
|
|
|
@311
|
14 years |
dmik |
Adjust OS/2 makefiles to b24 changes.
|
|
|
@310
|
14 years |
dmik |
Tailor makefiles for the new Odin 8.x build layout.
|
|
|
@309
|
14 years |
dmik |
trunk: Merged in openjdk6 b24 from branches/vendor/oracle.
|
|
|
@303
|
14 years |
dmik |
jdk/make: Support situations when the version number printed by "java …
|
|
|
@302
|
14 years |
dmik |
hotspot/make: Added support for parallel make jobs (the number of jobs …
|
|
|
@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 …
|
|
|
@295
|
14 years |
dmik |
jdk: Use the respective Odin call to get access to the thread's NT_TIB …
|
|
|
@294
|
14 years |
dmik |
jdk: Don't allow to use two different JVM types at a time (as it is …
|
|
|
@293
|
14 years |
dmik |
hotspot: os2_x86_32.s: Backported linux_x86_32.s changes from b22.
|
|
|
@289
|
14 years |
dmik |
Typo in r288.
|
|
|
@288
|
14 years |
dmik |
jdk: Fixed: the dtdbuilder tool would write the binary DTD to stdout …
|
|
|
@287
|
14 years |
dmik |
env.cmd: Added -t<target_list> flag to specify which targets to build …
|
|
|
@286
|
14 years |
dmik |
jdk: Fixed a crash when showing the print dialog in many applications …
|
|
|
@285
|
14 years |
dmik |
jvm/make: Preserve .MAP and .SYM of JAVA.DLL from being overwritten by …
|
|
|
@279
|
14 years |
dmik |
jdk/make: Removed accidentally committed build target hack (yes, this …
|
|
|
@278
|
14 years |
dmik |
trunk: Merged in openjdk6 b22 from branches/vendor/oracle.
|
|
|
@277
|
14 years |
dmik |
hotspot: Don't attempt to analyze the DLL header on load failure, this …
|
|
|
@274
|
14 years |
dmik |
jdk: Provide common DllMain() code that calls static destructors when …
|
|
|
@272
|
14 years |
dmik |
hotspot: Fixed build breaks under GCC 4.5.2.
|
|
|
@270
|
14 years |
dmik |
java_props_md.c: More GCC warnings and also fixed a wrong array …
|
|
|
@269
|
14 years |
dmik |
java_props_md.c: Fixed GCC warnings.
|
|
|
@268
|
14 years |
dmik |
Require GCC 4.5.2 that fixes the problems with catching C++ …
|
|
|
@264
|
14 years |
dmik |
jdk/make: We don't want D3D in the near future on OS/2.
|
|
|
@263
|
14 years |
dmik |
make: Global DLL rename by adding the 'j' prefix to avoid possible …
|
|
|
@261
|
15 years |
dmik |
make: Rolled back r17: no more need bootstrapping with java 1.5.
|
|
|
@259
|
15 years |
dmik |
jaxp, jaxws: Changed the location of sourse zips to let these …
|
|
|
@258
|
15 years |
dmik |
corba: Apply make system patches from jdk (I really wonder why they …
|
|
|
@257
|
15 years |
dmik |
jdk: Fixed exports in mlibimg.dll that caused …
|
|
|
@256
|
15 years |
dmik |
jdk/jsound: Disable jitter correction in SoftSynthesizer by default on …
|
|
|
@255
|
15 years |
dmik |
jdk/jsound: Adapted MIDI and DirectAudio code to OS/2 to make sound …
|
|
|
@254
|
15 years |
dmik |
jdk/jsound: Using extern "C" around headers is plain wrong.
|
|
|
@253
|
15 years |
dmik |
jdk/jsound: Using extern "C" around headers is plain wrong.
|
|
|
@252
|
15 years |
dmik |
hotspot: Use LIBPATH to comprise java.library.path instead of PATH on OS/2.
|
|
|
@251
|
15 years |
dmik |
jdk: JPDA: Skip empty entries when dragging in the CLASSPATH value.
|
|
|
@250
|
15 years |
dmik |
jdk/make: jpda/transport: Oops, dt_shmem.dll didn't export the OnLoad …
|
|
|
@249
|
15 years |
dmik |
jdk: Adopted JPDA to OS/2 and included in the build (closes #19).
|
|
|
@248
|
15 years |
dmik |
jdk/make: jpda/back: De-complexified vpath definition.
|
|
|
@247
|
15 years |
dmik |
jdk: Added com.sun.image.codec.jpeg implementatio from …
|
|
|
@246
|
15 years |
dmik |
all: Use os2wrap.h instead of os2.h to make sure that all OS/2 APIs …
|
|
|
@245
|
15 years |
dmik |
make: Added rules to instantly generate .sym files out of .map.
|
|
|
@244
|
15 years |
dmik |
jdk: java.util.prefs.WindowsPreferencesFactory on OS/2 as the default …
|
|
|
@239
|
15 years |
dmik |
jdk: Fixed wrong message order during Drag & Drop that could lead to a …
|
|
|
@238
|
15 years |
dmik |
jdk/make: Enabled deploying demos/samples and all missing GUI …
|
|
|
@237
|
15 years |
dmik |
jdk: Fixed Drag & Drop on OS/2 and Windows. The drag distance integer …
|
|
|
@236
|
15 years |
dmik |
jdk/make: Enabled building of the rest of com.sun.* classes.
|
|
|
@235
|
15 years |
dmik |
jdk/make: Enabled building the sun.audio package. This was the last …
|
|
|
@234
|
15 years |
dmik |
jdk/make: We don't need a manual make.depend for GCC as we already …
|
|
|
@233
|
15 years |
dmik |
make: Enabled building of jawt.lib.
|
|
|
@232
|
15 years |
dmik |
jdk: Enabled building demos and samples.
|
|
|
@231
|
15 years |
dmik |
jdk: Added fontconfig for the Liberation font family and placed …
|
|
|