aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang
AgeCommit message (Expand)AuthorFilesLines
2005-04-22jni.cc (natrehash): Don't bother clearing memory again.Anthony Green1-2/+0
2005-04-22* java/lang/natClass.cc (initializeClass): Link class.Tom Tromey1-1/+14
2005-04-21AssertionError.java: Typo fix.Tom Tromey1-1/+1
2005-04-21VMClassLoader.java (transformException): Removed.Tom Tromey2-34/+4
2005-04-19natRuntime.cc (insertSystemProperties): Set java.class.path to CLASSPATH only...Mark Wielaard1-2/+9
2005-04-19natVMClassLoader.cc (loadClass): Call resolveClass, not _Jv_InitClass.Tom Tromey1-1/+1
2005-04-13natRuntime.cc (insertSystemProperties): Set java.class.path to CLASSPATH if n...Mark Wielaard1-0/+12
2005-04-06bytearray.java: New file.Andrew Haley2-16/+37
2005-04-05re PR libgcj/20750 (libgcj needs a --with-java-home configure option)Thomas Fitzsimmons1-1/+1
2005-04-05jni.cc (_Jv_JNI_GetAnyFieldID): Throw ClassNotFoundException.Tom Tromey3-42/+31
2005-04-04ClassLoader.java (loadClass): Resolve class even if it was already found.Tom Tromey1-16/+16
2005-04-02re PR libgcj/20090 (gij should be implemented in Java)Thomas Fitzsimmons1-27/+3
2005-04-02natDouble.cc (parseDouble): Handle NaN, Infinity and -Infinity as parameters.Mark Anderson1-2/+17
2005-04-01natVMClassLoader.cc (getSystemClassLoaderInternal): Updated for name change.Tom Tromey3-6/+109
2005-03-29natRuntime.cc (insertSystemProperties): Set gnu.gcj.runtime.endorsed.dirs.Tom Tromey1-0/+5
2005-03-24Makefile.in: Rebuilt.Tom Tromey4-26/+67
2005-03-22posix.h: .dylib is used on all Apple MACH platforms.Mike Stump1-1/+1
2005-03-21VMCompiler.java (static block): Also catch BufferUnderflowException.Tom Tromey1-0/+4
2005-03-21natVMSecurityManager.cc (getClassContext): Add new arg: klass.Andrew Haley5-11/+11
2005-03-17link.cc (ensure_class_linked): Removed #ifdef.Tom Tromey1-2/+4
2005-03-16stacktrace.cc (_Jv_StackTrace::UnwindTraceFn): Protect interpreter-specific c...Andreas Tobler1-1/+1
2005-03-11Main.java (main): Handle '-p'.Tom Tromey1-0/+3
2005-03-11exception.cc: Remove stray MethodRef.h include.Bryce McKinlay2-2/+0
2005-03-10New Stack Trace infrastructure.Bryce McKinlay11-179/+84
2005-03-09natVMClassLoader.cc (defineClass): Reference 'systemClassLoader' field directly.Tom Tromey3-6/+5
2005-03-09fdlibm.h: Merge an AIX define from GNU Classpath.Andreas Tobler2-5/+5
2005-03-07VMCompiler.java (md5Digest): New field.Tom Tromey1-2/+27
2005-03-05dtoa.c (_dtoa_r): Initialize variables ilim, ilim1 and spec_case.Andreas Tobler5-8/+9
2005-02-23re PR libgcj/16923 (-D* Options passed to JNI_CreateJavaVM are ignored)Thomas Fitzsimmons1-1/+1
2005-02-22Proxy.java, [...]: Don't catch java.lang.ThreadDeath.Jeroen Frijters1-1/+1
2005-02-22* java/lang/Object.h (_JvObjectPrefix): Declare as extern "Java".Tom Tromey1-1/+4
2005-02-22[multiple changes]Bryce McKinlay2-68/+84
2005-02-18natRuntime.cc (insertSystemProperties): Normalize x86 architecture names to "...Anthony Green1-1/+11
2005-02-17Class.h (_Jv_GetMethodString): Updated declaration.Tom Tromey3-8/+8
2005-02-17GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag...Michael Koch74-166/+166
2005-02-16Subject.java (doAsPrivileged): If acc is null, create a new AccessControlCont...Andrew Haley1-1/+2
2005-02-12Fixes bug libgcj/8170Mark Wielaard1-14/+1
2005-02-08natRuntime.cc (insertSystemProperties): Set sun.boot.class.path earlier.Tom Tromey1-4/+4
2005-02-07defineclass.cc (handleClassBegin): Use _Jv_RegisterInitiatingLoader.Tom Tromey3-7/+14
2005-02-02re PR libgcj/19681 (extension loading currently incorrect)Tom Tromey2-1/+6
2005-01-24Class.h (next): Updated documentation.Tom Tromey2-15/+15
2005-01-19VMCompiler.java (compileClass): Ignore UnknownError.Tom Tromey1-1/+6
2005-01-14jni.h (_Jv_JNIEnv::bottom_locals): New field.Graydon Hoare1-0/+1
2005-01-13re PR libgcj/17784 (Thread.interrupt doesn't do security checks)Michael Koch2-2/+8
2005-01-10PR libgcj/12016, PR libgcj/18405, PR libgcj/17738:Tom Tromey5-97/+89
2005-01-07* java/lang/ClassLoader.java (findClass): Fixed documentation.Tom Tromey1-2/+2
2005-01-05natRuntime.cc (insertSystemProperties): Set java.ext.dirs earlier.Tom Tromey1-4/+6
2005-01-05natObject.cc (_Jv_ObjectCheckMonitor): Initialize the sync_info element of th...Eric Botcazou1-0/+2
2004-12-21natClassLoader.cc (_Jv_RegisterClassHookDefault): Re-enable duplicate class r...Tom Tromey1-2/+1
2004-12-17re PR libgcj/15001 ([3.4 only] Using JNI with interpreter and interface metho...Andrew Haley1-1/+22