aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang/natRuntime.cc
AgeCommit message (Expand)AuthorFilesLines
2016-09-30Makefile.def: Remove libjava.Andrew Haley1-323/+0
2007-03-05sources.am, [...]: Rebuilt.Tom Tromey1-2/+2
2007-01-22re PR java/29812 (env->klass value is not updated during the native calls)Tom Tromey1-0/+7
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey1-2/+6
2006-01-06natThread.cc (finish_): Don't clear 'group'.Tom Tromey1-8/+8
2005-09-08re PR libgcj/23761 (java.library.path doesn't affect module loading path)Thomas Fitzsimmons1-0/+2
2005-04-25[multiple changes]Michael Koch1-335/+0
2005-04-19natRuntime.cc (insertSystemProperties): Set java.class.path to CLASSPATH only...Mark Wielaard1-2/+9
2005-04-13natRuntime.cc (insertSystemProperties): Set java.class.path to CLASSPATH if n...Mark Wielaard1-0/+12
2005-04-05re PR libgcj/20750 (libgcj needs a --with-java-home configure option)Thomas Fitzsimmons1-1/+1
2005-04-02re PR libgcj/20090 (gij should be implemented in Java)Thomas Fitzsimmons1-27/+3
2005-03-29natRuntime.cc (insertSystemProperties): Set gnu.gcj.runtime.endorsed.dirs.Tom Tromey1-0/+5
2005-03-11Main.java (main): Handle '-p'.Tom Tromey1-0/+3
2005-03-11exception.cc: Remove stray MethodRef.h include.Bryce McKinlay1-1/+0
2005-03-10New Stack Trace infrastructure.Bryce McKinlay1-23/+2
2005-03-09natVMClassLoader.cc (defineClass): Reference 'systemClassLoader' field directly.Tom Tromey1-1/+1
2005-02-23re PR libgcj/16923 (-D* Options passed to JNI_CreateJavaVM are ignored)Thomas Fitzsimmons1-1/+1
2005-02-18natRuntime.cc (insertSystemProperties): Normalize x86 architecture names to "...Anthony Green1-1/+11
2005-02-08natRuntime.cc (insertSystemProperties): Set sun.boot.class.path earlier.Tom Tromey1-4/+4
2005-01-05natRuntime.cc (insertSystemProperties): Set java.ext.dirs earlier.Tom Tromey1-4/+6
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey1-4/+7
2004-05-19Fix typo in last commit.Anthony Green1-1/+1
2004-05-19Makefile.am: Define JAVA_EXT_DIRS.Anthony Green1-0/+3
2003-12-16re PR libgcj/13056 (import new libltdl)Michael Koch1-2/+2
2003-08-08[multiple changes]Andrew Haley1-1/+4
2003-07-25+ * java/lang/natRuntime.cc (_load): Add library name toMark Wielaard1-1/+2
2003-04-25jvm.h: (_Jv_GetNbArgs) added (_Jv_GetSafeArg) added (_Jv_SetArgs) addedMohan Embar1-5/+1
2003-03-26natRuntime.cc (insertSystemProperties): Set gnu.classpath.home.url.Tom Tromey1-0/+6
2003-03-17resolve.cc (ncode): Use _Jv_platform_ffi_abi.Tom Tromey1-24/+15
2003-03-10[multiple changes]Andrew Haley1-1/+5
2003-02-24natRuntime.cc (libraries_size, [...]): Removed.Tom Tromey1-42/+17
2003-02-19natStackTrace.cc: Include platform.h immediately after config.h.Rainer Orth1-2/+1
2003-02-03natRuntime.cc (java::lang::Runtime::_load)): Take care of the fact that on Wi...Ranjit Mathew1-2/+15
2003-01-14natRuntime.cc (_load): StackTrace access needs to be in a try block.Andrew Haley1-8/+16
2002-12-10win32.h (_Jv_platform_solib_prefix): New define.Tom Tromey1-19/+49
2002-11-14natRuntime.cc (insertSystemProperties): Set gnu.classpath.home.Tom Tromey1-1/+2
2002-10-25natRuntime.cc (_Jv_SetDLLSearchPath): New function.Tom Tromey1-1/+32
2002-10-20natRuntime.cc (insertSystemProperties): Added GCJ runtime property "gnu.gcj.p...Ranjit Mathew1-0/+3
2002-08-14Fix for PR libgcj/7570 and PR libgcj/7578:Jesse Rosenstock1-2/+4
2002-07-06natRuntime.cc (nativeGetLibname): Added missing `#'.Tony Kimball1-1/+1
2002-05-14natRuntime.cc: Don't include sys/time.h and time.h.Tom Tromey1-11/+0
2002-05-13re PR libgcj/6389 (System.getProperty("") should always throw an IllegalArgum...Tom Tromey1-10/+365
2002-04-10Makefile.in: Rebuilt.Tom Tromey1-2/+3
2001-10-16Eliminate use of C++ static constructors.Bryce McKinlay1-1/+8
2001-10-10natFinalizerThread.cc: New file.Tom Tromey1-1/+2
2001-06-15natRuntime.cc (_Jv_FindSymbolInExecutable): Return NULL if no library on the ...Tom Tromey1-1/+4
2001-06-02!defined(USE_LTDL) fixAnthony Green1-0/+8
2001-03-25exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson1-6/+6
2001-03-12Runtime.java (_exit): Declare new package-private native.Bryce McKinlay1-1/+6
2000-09-14* java/lang/natRuntime.cc (lt_preloaded_symbols): Define as `extern'.Alexandre Oliva1-1/+1