summaryrefslogtreecommitdiff
path: root/libjava/java/lang
AgeCommit message (Expand)Author
2000-07-27mauve-libgcj: Activated serialization tests.Warren Levy
2000-07-20natClassLoader.cc (_Jv_PrepareCompiledClass): Only initialize String fields f...Tom Tromey
2000-07-19natThrowable.cc (fillInStackTrace): Check for zero return from backtrace().Jeff Sturm
2000-07-07natClassLoader.cc (_Jv_PrepareCompiledClass): Initialize static final String ...Tom Tromey
2000-06-28ThreadGroup.java: Added synchronized flag to many methods.Bryce McKinlay
2000-06-27* java/lang/Double.java (valueOf): Call parseDouble().Tom Tromey
2000-06-27PropertyChangeEvent.java (oldVal): Renamed to oldValue.Warren Levy
2000-06-24natDouble.cc (parseDouble): Renamed from doubleValueOf.Tom Tromey
2000-06-23ieeefp.h: Handle ia64, fr30, mcore.Andrew Haley
2000-06-23natMethod.cc: Include <alloca.h>.Tom Tromey
2000-06-21ThreadGroup.java (add(Thread)): Rename to addThread() to comply with classpat...Bryce McKinlay
2000-06-20ThreadGroup.java: Merged with classpath.Bryce McKinlay
2000-06-18re GNATS gcj/260 ("Klass.class" expression should cause Klass to be initialized)Tom Tromey
2000-06-152000-06-15 Bryce McKinlay <bryce@albatross.co.nz>Bryce McKinlay
2000-06-152000-06-15 Bryce McKinlay <bryce@albatross.co.nz>Bryce McKinlay
2000-05-31prims.cc (DECLARE_PRIM_TYPE): Define a vtable as well.Tom Tromey
2000-05-30name-finder.h: Include <sys/wait.h>.Tom Tromey
2000-05-21re GNATS libgcj/226 (implicit __builtin_expect) and GNATS gcj/228 (compressed...Bryce McKinlay
2000-05-19Jumbo patch:Tom Tromey
2000-05-18Thread.java: Declare `data' as Object, not RawData.Bryce McKinlay
2000-05-10StringBuffer.java (replace): Calculate length for arraycopy() correctly.Bryce McKinlay
2000-05-10StringBuffer.java (delete): Call arrayCopy() correctly.Bryce McKinlay
2000-05-09StringBuffer.java (toString): Don't mark buffer as shared.Tom Tromey
2000-05-05natClass.cc (isInstance): Use __builtin_expect.Bryce McKinlay
2000-05-04Locale.java (Locale): Don't explicitly check for null.Tom Tromey
2000-04-28String.java (toString): Remove `final' hack.Bryce McKinlay
2000-04-22+ 2000-04-22 Anthony Green <green@cygnus.com> + + * include/jvm.h (__builtin_...Anthony Green
2000-04-21re GNATS libgcj/15 (_REENTRANT should be defined more consistently)Tom Tromey
2000-04-20re GNATS libgcj/212 (build is broken on Linux/Alpha)Tom Tromey
2000-04-12natString.cc (intern): Temporarily disable finalizer registration.Tom Tromey
2000-04-12natString.cc (unintern): Added `obj' argument.Tom Tromey
2000-04-09StringBuffer.java (ensureCapacity): Don't call Math::max.Anthony Green
2000-04-09natObject.cc (_Jv_MonitorEnter): Only perform null check when we have to.Anthony Green
2000-04-02JVMPI changes...Anthony Green
2000-03-28Makefile.in: New #defines and friends for Thread.h.Bryce McKinlay
2000-03-26[multiple changes]Tom Tromey
2000-03-21* java/lang/natClass.cc (isInstance): Use JV_CLASS, not getClass().Bryce McKinlay
2000-03-21natClass.cc (isInstance): Use _Jv_IsAssignableFrom(), not Class.isAssignableF...Bryce McKinlay
2000-03-21natClass.cc (isInstance): Initialize `this'.Bryce McKinlay
2000-03-09natClassLoader.cc (_Jv_FindArrayClass): Call _Jv_PrepareConstantTimeTables.Bryce McKinlay
2000-03-09natArray.cc (newInstance): Don't allow array of `void' to be created.Tom Tromey
2000-03-07All files: Updated copyright information.Tom Tromey
2000-03-07resolve.cc (_Jv_SearchMethodInClass): New function.Bryce McKinlay
2000-03-05configure.host: Fix __NO_MATH_INLNES botch.Anthony Green
2000-03-02java-interp.h: Don't include MethodInvocation.h.Tom Tromey
2000-02-18jvm.h (_Jv_GetJavaVM): Declare.Tom Tromey
2000-02-15natSystem.cc (init_properties): set java.lang.classpath property.Bryce McKinlay
2000-02-15natRuntime.cc (_load): Include library path with exception message.Bryce McKinlay
2000-02-15natThread.cc (dumpStack): Removed.Bryce McKinlay
2000-02-15re GNATS gcj/150 (System.loadLibrary() semantics arn't the same as in the JDK)Tom Tromey