summaryrefslogtreecommitdiffstats
path: root/libjava
Commit message (Collapse)AuthorAgeFilesLines
...
* 2007-02-09 Jakub Jelinek <jakub@redhat.com>aph2007-02-123-55/+407
| | | | | | | | | * java/util/VMTimeZone.java: Rewrite to handle both the old 'TZif\0' format and the new one. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121845 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-02-10 Andrew Haley <aph@redhat.com>aph2007-02-102-21/+36
| | | | | | | | | | | PR java/30742 * gnu/classpath/natVMStackWalker.cc (GET_CALLING_CLASS): New. (getCallingClass): Call GET_CALLING_CLASS. (getCallingClassLoader): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121798 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure: Rebuilt.membar2007-02-103-137/+15
| | | | | | | * configure.ac (GCJH): Reverted second part of patch of 2006-12-20. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121797 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in: Rebuilt.membar2007-02-103-34/+35
| | | | | | | | * Makefile.am (BUILD_ECJ1): Unify the command for renaming ecjx to the host's ecj1 executable. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121796 138bc75d-0d04-0410-961f-82ee72b054a4
* PR libgcj/30647:tromey2007-02-093-5/+162
| | | | | | | * configure: Rebuilt. * configure.ac: Also check for jack/jack.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121775 138bc75d-0d04-0410-961f-82ee72b054a4
* * sysdep/alpha/locks.h (read_barrier): New.rth2007-02-092-0/+12
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121774 138bc75d-0d04-0410-961f-82ee72b054a4
* - reindent ChangeLog entriesdoko2007-02-091-36/+36
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121771 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-02-09 Jakub Jelinek <jakub@redhat.com>aph2007-02-092-0/+5
| | | | | | | | | * java/util/TimeZone.java: Handle default (one hour) daylight savings. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121770 138bc75d-0d04-0410-961f-82ee72b054a4
* * gnu/classpath/jdwp/VMVirtualMachine.javakseitz2007-02-095-1/+99
| | | | | | | | | | | | | | | | | (_stepping_threads): New member. * classpath/lib/gnu/classpath/jdwp/VMVirtualMachine.class: Regenerated. * gnu/classpath/jdwp/VMVirtualMachine.h: Regenerated. * gnu/claspath/jdwp/natVMVirtualMachine.cc (get_request_step_filter): New function. (DISABLE_EVENT): New macro. (initialize): Initialize _stepping_threads. (registerEvent): Implement EVENT_SINGLE_STEP. (unregisterEvent): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121769 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-02-09 Jakub Jelinek <jakub@redhat.com>aph2007-02-091-2/+9
| | | | | | | | | * java/util/TimeZone.java: Handle default (one hour) daylight savings. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121766 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-02-09 Gary Benson <gbenson@redhat.com>gary2007-02-093-1/+7
| | | | | | | | | * javax/management/ObjectName.java (quote): Initialize StringBuilder correctly. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121765 138bc75d-0d04-0410-961f-82ee72b054a4
* PR 23566jakub2007-02-093-123/+177
| | | | | | | | | | | * scripts/timezones.pl: Parse each file in 2 passes, in one parse just Rule lines, in the other everything else. Pass 0 instead of $savings as second argument to parseRule when parsing the start rule. * java/util/TimeZone.java (timezones): Regenerate from tzdata2007a. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121740 138bc75d-0d04-0410-961f-82ee72b054a4
* * sources.am: Regenerate.kseitz2007-02-094-0/+9
| | | | | | | | | | | | | * Makefile.in: Regenerate. * testsuite/Makefile.in: Regenerate. * gcj/Makefile.in: Regenerate. * include/Makefile.in: Regenerate. * classpath/lib/javax/management/MBeanServerFactory.class: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121737 138bc75d-0d04-0410-961f-82ee72b054a4
* * sources.am: Regenerate.kseitz2007-02-094-26/+36
| | | | | | | | | | * Makefile.in: Regenerate. * classpath/lib/javax/management/MBeanServerFactory.class: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121734 138bc75d-0d04-0410-961f-82ee72b054a4
* This file got left behind in my last commit, sorry.kgallowa2007-02-081-0/+63
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121720 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-02-08 Kyle Galloway <kgallowa@redhat.com>kgallowa2007-02-0812-51/+177
| | | | | | | | | | | | | | | | | | | | | | | | | | * classpath/gnu/classpath/jdwp/processor/ StackFrameCommandSet.java (executeGetValues): Pass jlong instead of ByteBuffer. (executeSetValues): Ditto. (executeThisObject): Ditto. * classpath/gnu/classpath/jdwp/processor/ StackFrameCommandSet.class: Rebuilt. * classpath/lib/gnu/classpath/jdwp/VMVirtualMachine.class: Rebuilt. * classpath/lib/gnu/classpath/jdwp/VMFrame.class: Rebuilt. * classpath/lib/gnu/classpath/jdwp/exception/ InvalidFrameException.java: New file. * gnu/classpath/jdwp/VMFrame.java: Added field for thread of frame. (Constructor): New method. * gnu/classpath/jdwp/VMFrame.h: Regenerated. * gnu/classpath/jdwp/VMVirtualMachine.java (getFrame): Changed ByteBuffer to jlong. * gnu/classpath/jdwp/natVMVirtualMachine.cc (getFrame): Implement. * gnu/classpath/jdwp/VMVirtualMachine.h: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121719 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-02-06 Kyle Galloway <kgallowa@redhat.com>kgallowa2007-02-083-0/+25
| | | | | | | | | * include/java-interp.h (_Jv_InterpFrame): obj_ptr field added to hold "this" pointer for frame. (_Jv_InterpFrame::get_this_ptr): New method. * interpret-run.cc: Copy the "this" pointer into obj_ptr. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121717 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-02-08 Gary Benson <gbenson@redhat.com>gary2007-02-082-4/+8
| | | | | | | | | | * javax/management/MBeanServerFactory.java (servers): Initialize. (createMBeanServer): Don't initialize servers. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121713 138bc75d-0d04-0410-961f-82ee72b054a4
* * include/java-interp.h (_Jv_Frame::depth):kseitz2007-02-083-9/+18
| | | | | | | | New function. * jvmti.cc (_Jv_JVMTI_GetFrameCount): Use _Jv_Frame::depth. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121709 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-02-07 Kyle Galloway <kgallowa@redhat.com>kgallowa2007-02-073-1/+50
| | | | | | | | | * jvmti.cc (CHECK_FOR_NATIVE_METHOD): New macro. (_Jv_JVMTI_GetMaxLocals): New method. * include/java-interp.h (_Jv_InterpMethod::get_max_locals): New method. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121700 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-02-01 Marco Trudel <mtrudel@gmx.ch>tromey2007-02-072-0/+8
| | | | | | * jni.cc (_Jv_JNI_DeleteWeakGlobalRef): Check for NULL objects. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121699 138bc75d-0d04-0410-961f-82ee72b054a4
* * testsuite/libjava.jni/init.c: New file.tromey2007-02-077-0/+83
| | | | | | | | | | * testsuite/libjava.jni/init.java: New file. * testsuite/libjava.jni/init.out: New file. * testsuite/libjava.jni/init.jar: New file. * testsuite/libjava.jni/init.h: New file. * testsuite/libjava.jni/init$NativeClass.h: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121698 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-02-07 Chris Burdess <dog@gnu.org>tromey2007-02-0724-29/+155
| | | | | | | | | | | | | | | | | Fixes PR 30718. * gnu/xml/dom/ls/SAXEventSink.java: Add public accessor/mutators. * gnu/xml/transform/XSLURIResolver.java: Add support for custom SAXSources without a backing URL or stream. Fixes PR 27710. * gnu/xml/dom/DomDocumentBuilderFactory.java: Fall back to synchronous LSParser if implementation does not support asynchronous. * gnu/xml/stream/XMLParser.java, gnu/xml/stream/XIncludeFilter.java: Use custom code instead of java.net.URL to resolve to an an absolute URI, to avoid nonexistent protocol handler problems. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121694 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-02-07 Bruno Haible <bruno@clisp.org>jakub2007-02-072-2/+134
| | | | | | | | | | | | | | | | config/ PR libgomp/28468 * config/tls.m4 (GCC_CHECK_TLS): Also check whether the libc supports TLS via __thread. 2007-02-07 Jakub Jelinek <jakub@redhat.com> {libgomp,libstdc++-v3,libmudflap,libjava}/ PR libgomp/28468 * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121689 138bc75d-0d04-0410-961f-82ee72b054a4
* Checking in header files missed by earlier committromey2007-02-063-1/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121672 138bc75d-0d04-0410-961f-82ee72b054a4
* PR libgcj/30707:tromey2007-02-063-3/+7
| | | | | | | * tools/gnu/classpath/tools/javah/JniIncludePrinter.java (printClass): Always print a header. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121664 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-02-06 Andrew Haley <aph@redhat.com>aph2007-02-063-27/+32
| | | | | | | | | * scripts/makemake.tcl (emit_bc_rule): Set the source filename. * sources.am: Rebuild. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121651 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-02-05 Andrew Haley <aph@redhat.com>aph2007-02-065-3/+15
| | | | | | | | | | | | PR cp-tools/30706 * tools/gnu/classpath/tools/javah/JniIncludePrinter.java: (printClass): Replace '/' in filenames with '_'. * tools/gnu/classpath/tools/javah/JniStubPrinter.java (printClass): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121641 138bc75d-0d04-0410-961f-82ee72b054a4
* * jvmti.cc (_envListLock): Change type tokseitz2007-02-052-33/+55
| | | | | | | | | | | | | ReentrantReadWriteLock. (_Jv_JVMTI_DisposeEnvironment): Switch to read/write lock. (check_enabled_event): Likewise. (_Jv_GetJVMTIEnv): Likewise. (_Jv_JVMTI_Init): Likewise. (_Jv_JVMTI_PostEvent): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121616 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/net/Proxy.java (equals): Handle case where address==null.tromey2007-02-053-4/+12
| | | | | | | (hashCode): Likewise. (toString): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121609 138bc75d-0d04-0410-961f-82ee72b054a4
* * gnu/classpath/jdwp/natVMVirtualMachine.cckseitz2007-02-052-1/+101
| | | | | | | | | (registerEvent): Implement EVENT_BREAKPOINT. (unregisterEvent): Likewise. (get_request_location): New function. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121608 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-02-05 Matthias Klose <doko@debian.org> doko2007-02-053-2/+7
| | | | | | | | testsuite/Makefile.am (compile-tests): Fix typo. testsuite/Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121605 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-01-26 Andrew Haley <aph@redhat.com>aph2007-02-021-1/+9
| | | | | | | | | | | * java/lang/natClass.cc (initializeClass): Re-throw SecurityExceptions. * java/lang/natVMClassLoader.cc (loadClass): checkPackageAccess. * java/lang/ClassLoader.java: (loadClass): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121513 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-02-02 Kyle Galloway <kgallowa@redhat.com>kgallowa2007-02-022-2/+13
| | | | | | * gnu/classpath/jdwp/natVMVirtualMachine.cc (getFrameCount): Implement. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121504 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.ac (libjava_cv_anon_version_script): New test.jakub2007-02-026-27/+151
| | | | | | | | | | | | | (ANONVERSCRIPT): New AM_CONDITIONAL. * configure: Rebuilt. * Makefile.am (extra_ldflags_libjava): Link with -Wl,--version-script if ANONVERSCRIPT. * Makefile.in: Rebuilt. (libgcj_la_DEPENDENCIES): Depend on libgcj.ver. * libgcj.ver: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121499 138bc75d-0d04-0410-961f-82ee72b054a4
* * scripts/makemake.tcl: Replace gnu/xml build with build of alldaney2007-02-024-32/+178
| | | | | | | | | its subpackages. * sources.am: Regenerate. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121483 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/lang/ClassLoader.java (getResources): No longer final.tromey2007-02-013-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121475 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/util/logging/LogManager.java (loggers): Genericized.tromey2007-02-0116-39/+57
| | | | | | | | | | | | | | | | | | | | | (addLogger): Merged. (findAncestor): Likewise. (getLogger): Likewise. (getLoggerNames): Genericized. (reset): Merged. (getLevelProperty): Likewise. * java/lang/reflect/Method.java (getDeclaringClass): Genericized. * java/lang/reflect/Constructor.java (getParameterTypes): Genericized. (getExceptionTypes): Likewise. (newInstance): Likewise. * java/lang/reflect/Array.java (newInstance): Genericized. * java/lang/Object.java (getClass): Genericized. * java/nio/charset/spi/CharsetProvider.java (charsets): Genericized. * java/text/Collator.java: Implement Comparable<Object>. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121473 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/util/Calendar.java: Implement Comparable<Calendar>. Updatetromey2007-02-0111-46/+193
| | | | | | | | | | | | | | | | | | | | | | | | | comments. (clear): Call complete. (setTimeZone): Call computeTime, computeFields. (compareTo): New method. * java/nio/charset/Charset.java: Implement Comparable<Charset>. (availableCharsets): Genericized. (aliases): Likewise. (compareTo): Changed argument type. * java/lang/ClassLoader.java (loadClass): Genericized. (findClass): Likewise. (defineClass): Likewise. (resolveClass): Likewise. (findSystemClass): Likewise. (setSigners): Likewise. (findLoadedClass): Likewise. (getResources): Likewise. (findResources): Likewise. (getSystemResources): Likewise. (checkInitialized): New method. * java/lang/Class.java (getCanonicalName): New method. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121471 138bc75d-0d04-0410-961f-82ee72b054a4
* * include/jvmti-int.h (JVMTI): Declare member "enabled".kseitz2007-02-011-0/+13
| | | | | | | | | | | | | | | * jvmti.cc (JVMTI): Add member "enabled". (_Jv_GetJVMTIEnv): Mark JVMTI enabled. * interpret.cc (_Jv_InterpMethod::ncode): Use JVMTI::enabled instead of gnu::classpath::jdwp::Jdwp::isDebugging. (_Jv_CompileMethod): If JVMTI is enabled, use run_debug instead of run to compile the method. * interpret-run.cc [DEBUG] (NEXT_INSN): Add JVMTI single step notification. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121468 138bc75d-0d04-0410-961f-82ee72b054a4
* * tools/Makefile.in: Rebuilt.tromey2007-02-013-48/+31
| | | | | | | * tools/Makefile.am (noinst_SCRIPTS): Renamed from bin_SCRIPTS. (noinst_DATA): Renamed from TOOLS_DATA. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121451 138bc75d-0d04-0410-961f-82ee72b054a4
* * include/jvmti-int.h (JVMTI): Declare member "enabled".kseitz2007-01-314-18/+70
| | | | | | | | | | | | | | | * jvmti.cc (JVMTI): Add member "enabled". (_Jv_GetJVMTIEnv): Mark JVMTI enabled. * interpret.cc (_Jv_InterpMethod::ncode): Use JVMTI::enabled instead of gnu::classpath::jdwp::Jdwp::isDebugging. (_Jv_CompileMethod): If JVMTI is enabled, use run_debug instead of run to compile the method. * interpret-run.cc [DEBUG] (NEXT_INSN): Add JVMTI single step notification. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121442 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-01-31 Andreas Tobler <a.tobler@schweiz.org>andreast2007-01-312-3/+15
| | | | | | | | * testsuite/libjava.jvmti/jvmti-interp.exp (gij_jvmti_test_one): Add -shared-libgcc to the cxxflaglist for Darwin. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121438 138bc75d-0d04-0410-961f-82ee72b054a4
* * scripts.am, Makefile.in: Rebuilt.tromey2007-01-314-46/+167
| | | | | | | | * scripts/makemake.tcl (gnu/javax/swing/text/html/parser): Build as 'ordinary'. (emit_ordinary_rule): New proc. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121437 138bc75d-0d04-0410-961f-82ee72b054a4
* * testsuite/libjava.jvmti/getmethodname.h: New file.kseitz2007-01-313-0/+32
| | | | | | | * testsuite/libjava.jvmti/getmethodname.jar: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121436 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-01-31 Andrew Haley <aph@redhat.com>aph2007-01-313-0/+12
| | | | | | | | | * prims.cc (_Jv_Abort): fflush (stderr). * java/lang/natClassLoader.cc (_Jv_CheckABIVersion): Abort. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121433 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure, Makefile.in: Rebuilt.tromey2007-01-315-6/+34
| | | | | | | * configure.ac (JAR): Check for -@ feature. * Makefile.am (libgcj-$(gcc_version).jar): Use find -prune. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121429 138bc75d-0d04-0410-961f-82ee72b054a4
* PR libgcj/30606:tromey2007-01-315-6/+90
| | | | | | | | * configure, include/config.h.in: Rebuilt. * configure.ac: Check for magic_t in magic.h. * java/net/natVMURLConnection.cc: Use HAVE_MAGIC_T. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121425 138bc75d-0d04-0410-961f-82ee72b054a4
* * resource/gnu/classpath/tools/jar/messages.propertiestromey2007-01-3114-1/+38
| | | | | | | | | | (Main.Stdin): New message. * tools/gnu/classpath/tools/jar/Main.java (initializeParser): Add '-@' option. (readNames): New method. (run): Use it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121424 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in: Rebuilt.tromey2007-01-303-4/+13
| | | | | | * Makefile.am (libgcj-$(gcc_version).jar): Rewrote. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121363 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud