summaryrefslogtreecommitdiffstats
path: root/libjava
Commit message (Collapse)AuthorAgeFilesLines
...
* 2006-04-21 Andrew Haley <aph@redhat.com>aph2006-04-2410-41/+279
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lang.c (java_init): Handle flag_indirect_classes. * jvgenmain.c: Use "class$$" instead of "class$". * mangle.c (java_mangle_decl): Accept RECORD_TYPEs sw well as DECLs. (mangle_class_field): Special case "class$$" as well as "class$". * constants.c (build_ref_from_constant_pool): If flag_indirect_classes, generate a ref into the heap. * decl.c (constants_field_decl_node, constants_data_field_decl_node): New. * class.c (build_static_class_ref): New. (build_classdollar_field): Factor out from build_class_ref(). (make_field_value): Handle static fields in heap. (make_class_data): Make sure we get a static ref to class. Make class initializer const if flag_indirect_classes. (register_class): Build a class_ref for initialization if flag_indirect_classes. (emit_indirect_register_classes): New. 2006-04-21 Andrew Haley <aph@redhat.com> * include/execution.h (struct _Jv_CompiledEngine): Define for compiled classes. * java/lang/natClassLoader.cc (_Jv_RegisterClasses): Call _Jv_RegisterLibForGc. (_Jv_RegisterClasses_Counted): Likewise. (_Jv_NewClassFromInitializer): New. (_Jv_RegisterNewClasses): New. * sources.am: Regenerate. * boehm.cc (_Jv_GC_has_static_roots): new. (_Jv_InitGC): Call GC_register_has_static_roots_callback. (filename_node, find_file, _Jv_print_gc_store, new_node, _Jv_GC_has_static_roots, _Jv_RegisterLibForGc): New. * scripts/makemake.tcl: Add -fno-indirect-classes. * Makefile.in: Regenerate. * link.cc (resolve_pool_entry): Allocate constant pool. Allocate fields. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113224 138bc75d-0d04-0410-961f-82ee72b054a4
* 2006-04-22 Andreas Tobler <a.tobler@schweiz.ch>andreast2006-04-224-385/+51
| | | | | | | | | * configure.ac: Weaken the check for MMAP. * configure: Rebuilt. * include/config.h.in: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113182 138bc75d-0d04-0410-961f-82ee72b054a4
* PR libgcj/27170bryce2006-04-202-0/+11
| | | | | | | | * gnu/gcj/runtime/natSharedLibLoader.cc: Include gc.h to override dlopen(). From Anthony Green. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113123 138bc75d-0d04-0410-961f-82ee72b054a4
* PR libgcj/21941:tromey2006-04-203-4/+21
| | | | | | | | | * gnu/java/net/natPlainDatagramSocketImplPosix.cc (send): Throw UnknownHostException if needed. * gnu/java/net/natPlainSocketImplPosix.cc (connect): Throw UnknownHostException if needed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113118 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in: Rebuilt.tromey2006-04-193-5/+8
| | | | | | | * Makefile.am (CLEANFILES): Removed all_java_filelist_files, all_java_deps_files. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113101 138bc75d-0d04-0410-961f-82ee72b054a4
* * gnu/java/nio/channels/natFileChannelPosix.cc (write): Properlytromey2006-04-192-1/+7
| | | | | | handle EINTR. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113082 138bc75d-0d04-0410-961f-82ee72b054a4
* PR libgcj/27171:tromey2006-04-174-8/+57
| | | | | | | | | | | * testsuite/libjava.lang/pr27171.java: New file. * testsuite/libjava.lang/pr27171.out: New file. * gnu/gcj/convert/Output_UTF8.java (havePendingBytes): Return true if we've seen a high surrogate. (write): Handle high surrogates at the end of the stream. Properly emit isolated low surrogates. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113013 138bc75d-0d04-0410-961f-82ee72b054a4
* 2006-04-17 Andreas Tobler <a.tobler@schweiz.ch>andreast2006-04-172-1/+7
| | | | | | | | * testsuite/libjava.lang/stringconst2.java: Print a stack trace in case of failure. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113011 138bc75d-0d04-0410-961f-82ee72b054a4
* PR libgcj/26522:tromey2006-04-133-0/+12
| | | | | | | * Makefile.in: Rebuilt. * Makefile.am (libsubdir): New variable. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112925 138bc75d-0d04-0410-961f-82ee72b054a4
* PR libgcj/23829gerald2006-04-123-8/+13
| | | | | | | | | * configure.ac: Link against -lpthread rather than -lc_r on FreeBSD 5 and above. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112897 138bc75d-0d04-0410-961f-82ee72b054a4
* * gnu/gcj/runtime/SystemClassLoader.java (addClass): Get the valuebryce2006-04-113-7/+28
| | | | | | | | | of package-private field "loadedClasses" using reflection. * java/lang/VMCompiler.java (compileClass): Remove unreachable catch block. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112858 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc/testsuite:doko2006-04-102-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-04-10 Matthias Klose <doko@debian.org> * testsuite/lib/libjava.exp (libjava_init): Recognize multilib directory names containing underscores. libffi: 2006-04-10 Matthias Klose <doko@debian.org> * testsuite/lib/libjava.exp (libjava_init): Recognize multilib directory names containing underscores. libgomp: 2006-04-10 Matthias Klose <doko@debian.org> * testsuite/lib/libjava.exp (libjava_init): Recognize multilib directory names containing underscores. libjava: 2006-04-10 Matthias Klose <doko@debian.org> * testsuite/lib/libjava.exp (libjava_init): Recognize multilib directory names containing underscores. libmudflap: 2006-04-10 Matthias Klose <doko@debian.org> * testsuite/lib/libjava.exp (libjava_init): Recognize multilib directory names containing underscores. libstdc++: 2006-04-10 Matthias Klose <doko@debian.org> * testsuite/lib/libjava.exp (libjava_init): Recognize multilib directory names containing underscores. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112833 138bc75d-0d04-0410-961f-82ee72b054a4
* 2006-04-10 Andrew Haley <aph@redhat.com>aph2006-04-103-10/+113
| | | | | | | | | | | * include/x86_64-signal.h (HANDLE_DIVIDE_OVERFLOW): New. (SIGNAL_HANDLER): Mark arg as unused. * configure.host (x86_64-* DIVIDESPEC): Use fno-use-divide-subroutine. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112827 138bc75d-0d04-0410-961f-82ee72b054a4
* 2006-04-08 Andreas Tobler <a.tobler@schweiz.ch>andreast2006-04-072-1/+6
| | | | | | | * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112766 138bc75d-0d04-0410-961f-82ee72b054a4
* 2006-04-07 Andrew Haley <aph@redhat.com>aph2006-04-072-0/+8
| | | | | | | | | * java/net/InetAddress.java: Throw an UnknownHostException if lookup fails. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112754 138bc75d-0d04-0410-961f-82ee72b054a4
* 2006-04-06 Andreas Tobler <a.tobler@schweiz.ch>andreast2006-04-062-0/+6
| | | | | | | | * acinclude.m4 (AC_LTDL_SHLIBEXT): Add GCJ LOCAL marker to indicate GCJ specific stuff. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112736 138bc75d-0d04-0410-961f-82ee72b054a4
* libjava/classpath:tromey2006-04-056-2/+17
| | | | | | | | | | | | | | PR libgcj/26625: * lib/Makefile.in: Rebuilt. * lib/Makefile.am (compile-classes): Touch the output file. libjava: PR libgcj/26625: * Makefile.in: Rebuilt. * Makefile.am (libgcj-$(gcc_version).jar): Depend on classpath/lib/compile-classes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112724 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.host: Add -fno-omit-frame-pointer to libgcj_flags forrmathew2006-04-052-0/+7
| | | | | | | | | MinGW since EBP is used for backtracking through call frames on this platform. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112708 138bc75d-0d04-0410-961f-82ee72b054a4
* 2006-04-05 Archit Shah <ashah@redhat.com>aph2006-04-057-90/+293
| | | | | | | | | | | | | | | | | | | PR java/25414 * gnu/java/rmi/rmic/CompilerProcess.java (computeTypicalArguments): Add classpath argument. * gnu/java/rmi/rmic/Compile_gcj.java (computeArguments): Adjust caller. * gnu/java/rmi/rmic/Compile_jikes.java (computeArguments): Likewise. * gnu/java/rmi/rmic/Compile_kjc.java (computeArguments): Likewise. * gnu/java/rmi/rmic/Compiler.java (getClasspath, setClasspath): New. * gnu/java/rmi/rmic/RMIC.java: Set classpath for compiler, call mkdirs for destination directory, correct handling of superclasses and interfaces of the remote class, correct handling of exceptions declared by remote methods. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112699 138bc75d-0d04-0410-961f-82ee72b054a4
* PR libgcj/26990:tromey2006-04-046-5/+40
| | | | | | | | | | | | | * prims.cc (_Jv_RunMain): Use exitNoChecksAccessor. * gnu/java/lang/natMainThread.cc (call_main): Use exitNoChecksAccessor. * testsuite/libjava.lang/pr26990.out: New file. * testsuite/libjava.lang/pr26990.java: New file. * java/lang/Runtime.java (exitNoChecks): New method. (exitNoChecksAccessor): Likewise. (exit): Call exitNoChecks. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112685 138bc75d-0d04-0410-961f-82ee72b054a4
* * lib/gen-classlist.sh.in: Correct handle generated files.tromey2006-04-045-41/+86
| | | | | | | | | | | | | | | | 2006-04-04 Mark Wielaard <mark@klomp.org> * lib/gen-classlist.sh.in: Use classes.tmp, not classes.2 as temporary file name. 2006-04-04 Tom Tromey <tromey@redhat.com> * lib/split-for-gcj.sh: Updated for multi-field format. * lib/Makefile.am (CLEANFILES): Added classes.2. * lib/gen-classlist.sh.in (GCJ): Removed. Create classes.1 and classes.2 using multiple fields. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112677 138bc75d-0d04-0410-961f-82ee72b054a4
* Temporarily reverting previous patch due to build-breaking bug.tromey2006-04-045-77/+39
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112671 138bc75d-0d04-0410-961f-82ee72b054a4
* 2006-04-04 Mark Wielaard <mark@klomp.org>tromey2006-04-045-39/+77
| | | | | | | | | | | | | | * lib/gen-classlist.sh.in: Use classes.tmp, not classes.2 as temporary file name. 2006-04-04 Tom Tromey <tromey@redhat.com> * lib/split-for-gcj.sh: Updated for multi-field format. * lib/Makefile.am (CLEANFILES): Added classes.2. * lib/gen-classlist.sh.in (GCJ): Removed. Create classes.1 and classes.2 using multiple fields. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112664 138bc75d-0d04-0410-961f-82ee72b054a4
* fastjartromey2006-04-048-35/+76
| | | | | | | | | | | | | | Removed libjava * Makefile.in: Rebuilt. * Makefile.am (ZIP): Removed. (libgcj-$(gcc_version).jar): Use $(JAR). (src.zip): Likewise. * configure: Rebuilt. * configure.ac: Check for jar. Removed code to set ZIP. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112654 138bc75d-0d04-0410-961f-82ee72b054a4
* 2006-04-03 Andrew Haley <aph@redhat.com>aph2006-04-033-0/+142
| | | | | | | | * testsuite/libjava.lang/Float_2.java: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112636 138bc75d-0d04-0410-961f-82ee72b054a4
* 2006-03-31 Andreas Tobler <a.tobler@schweiz.ch>andreast2006-03-312-1/+5
| | | | | | | * posix.cc (_Jv_platform_nanotime): Declare id with clockid_t. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112587 138bc75d-0d04-0410-961f-82ee72b054a4
* * aclocal.m4, configure, Makefile.in: Rebuilt.tromey2006-03-305-39/+126
| | | | | | * configure.ac: Use AM_MAINTAINER_MODE. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112542 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc/javatromey2006-03-302-0/+17
| | | | | | | | | | | | PR java/26042: * parse.y (java_reorder_fields): Reset superclass field's size as well. libjava PR java/26042: * testsuite/libjava.compile/pr26042.java: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112540 138bc75d-0d04-0410-961f-82ee72b054a4
* PR gcc/26901:tromey2006-03-293-8/+19
| | | | | | | | * Makefile.in: Rebuilt. * Makefile.am (SUBDIRS): Remove 'tools'. (DIST_SUBDIRS): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112510 138bc75d-0d04-0410-961f-82ee72b054a4
* * sources.am, Makefile.in: Rebuilt.tromey2006-03-294-1/+44
| | | | | | * scripts/makemake.tcl: Scan classpath/external/relaxngDatatype. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112506 138bc75d-0d04-0410-961f-82ee72b054a4
* 2006-03-29 Andreas Tobler <a.tobler@schweiz.ch>andreast2006-03-293-3/+31
| | | | | | | | | * acinclude.m4: Restore the situation that we don't build modules on darwin. * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112503 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc/javatromey2006-03-296-5/+102
| | | | | | | | | | | | | | | | PR java/26390: * parse.y (find_most_specific_methods_list): Added 'class' argument. (lookup_method_invoke): Updated. libjava PR java/26390: * testsuite/libjava.lang/pr26390.out: New file. * testsuite/libjava.lang/pr26390.java: New file. * sources.am, Makefile.in: Rebuilt. * scripts/makemake.tcl: Compile gnu/java/awt/peer/swing. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112499 138bc75d-0d04-0410-961f-82ee72b054a4
* * posix.cc (_Jv_platform_nanotime): Look for CLOCK_MONOTONIC andtromey2006-03-292-1/+14
| | | | | | CLOCK_HIGHRES. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112494 138bc75d-0d04-0410-961f-82ee72b054a4
* Correcting PR number in ChangeLog:tromey2006-03-281-1/+1
| | | | | | | | PR libgcj/26441: * Merged libltdl 1.5.16 from vendor branch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112465 138bc75d-0d04-0410-961f-82ee72b054a4
* PR libgcj/26641:tromey2006-03-2814-2446/+3845
| | | | | | * Merged libltdl 1.5.16 from vendor branch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112464 138bc75d-0d04-0410-961f-82ee72b054a4
* 2006-03-28 Anthony Balkissoon <abalkiss@redhat.com>abalkiss2006-03-285-886/+3110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * scripts/unicode-muncher.pl: Removed this file. * scripts/MakeCharTables.java: Likewise. * scripts/unicode-to-chartables.pl: New file. * java/lang/natCharacter.cc: (UNASSIGNED_TYPE): New field. (UNASSIGNED_DIGIT): Likewise. (UNASSIGNED_DIRECTION): Likewise. (UNASSIGNED_NUMERIC_VALUE): Likewise. (PRIVATE_TYPE): Likewise. (PRIVATE_DIRECTION): Likewise. (readCodePoint): New method. (getType(jint)): Likewise. (toLowerCase(jint)): Likewise. (toUpperCase(jint)): Likewise. (toTitleCase(jint)): Likewise. (digit(jint, jint)): Likewise. (getNumericValue(jint)): Likewise. (getDirectionality(jint)): Likewise. (readChar), (getType(jchar)), (toLowerCase(jchar)), (toUpperCase(jchar)), (toTitleCase(jchar)), (digit(jchar, jint)), (getNumericValue(jchar)), (getDirectionality(jchar)): Changed references from data to data[0], blocks to blocks[0], direction to direction[0], numValue to numValue[0], upper to upper[0], lower to lower[0], and shift to shift[0] to reflect the new structures in java-chartables.h. * java/lang/Character.java: (readCodePoint): Declared new native method. (getType(int)): Likewise. (toLowerCase(int)): Likewise. (toUpperCase(int)): Likewise. (toTitleCase(int)): Likewise. (digit(int, int)): Likewise. (getNumericValue(int)): Likewise. (getDirectionality(int)): Likewise. (isLowerCase(int)): New method. (isUpperCase(int)): Likewise. (itTitleCase(int)): Likewise. (isDigit(int)): Likewise. (isDefined(int)): Likewise. (isLetter(int)): Likewise. (isLetterOrDigit(int)): Likewise. (isJavaIdentifierStart(int)): Likewise. (isJavaIdentifierPart(int)): Likewise. (isUnicodeIdentifierStart(int)): Likewise. (isUnicodeIdentifierPart(int)): Likewise. (isIdentifierIgnorable(int)): Likewise. (isSpaceChar(int)): Likewise. (isWhitespace(int)): Likewise. (isISOControl(int)): Likewise. (isMirrored(int)): Likewise. * include/java-chartables.h: Generated from scripts/unicode-to-chartables.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112454 138bc75d-0d04-0410-961f-82ee72b054a4
* * testsuite/libjava.lang/PR26858.java: New test.daney2006-03-254-0/+2085
| | | | | | | | * testsuite/libjava.lang/PR26858.out: Ditto. * testsuite/libjava.lang/PR26858.xfail: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112374 138bc75d-0d04-0410-961f-82ee72b054a4
* PR libgcj/26706:tromey2006-03-164-185/+409
| | | | | | | * aclocal.m4, configure: Rebuilt. * configure.ac (GCC_NO_EXECUTABLES): Moved earlier. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112142 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/sh/linux-unwind.h (shmedia_fallback_frame_state): Setkkojima2006-03-162-23/+7
| | | | | | | | | | | | fs->signal_frame. (sh_fallback_frame_state): Likewise. * include/sh-signal.h (MAKE_THROW_FRAME): Change into empty macro. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112122 138bc75d-0d04-0410-961f-82ee72b054a4
* PR libgcj/26688:tromey2006-03-163-4/+13
| | | | | | | | * lib/Makefile.in: Rebuilt. * lib/Makefile.am (propertydirs): Ignore .svn directories. (metafiles): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112115 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc/javatromey2006-03-162-1/+5
| | | | | | | | | | | * jcf-write.c (generate_bytecode_insns): Use qualifying type for non-static method calls. libjava * testsuite/libjava.jacks/jacks.xfail: Removed 13.1-runtime-method-5. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112102 138bc75d-0d04-0410-961f-82ee72b054a4
* Correctly reference PR java/26638 in ChangeLogstromey2006-03-151-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112094 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc/javatromey2006-03-152-9/+23
| | | | | | | | | | | | | PR java/26390: * class.c (get_interface_method_index): Don't put <clinit> into interface table. libjava PR java/26390: * link.cc (get_interfaces): Skip <clinit>. (append_partial_itable): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112093 138bc75d-0d04-0410-961f-82ee72b054a4
* libjavatromey2006-03-1010-878/+48
| | | | | | | | | | | | | | | | | PR libgcj/25713: * java/util/zip/Deflater.java (flush): New method. * sources.am, Makefile.in: Rebuilt. * java/util/zip/DeflaterOutputStream.java: Removed. * java/util/zip/InflaterInputStream.java: Likewise. * java/util/zip/GZIPInputStream.java: Likewise. * java/util/zip/GZIPOutputStream.java: Likewise. libjava/classpath For PR libgcj/25713: * java/util/zip/InflaterInputStream.java (read): Replaced with libgcj implementation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111949 138bc75d-0d04-0410-961f-82ee72b054a4
* 2006-03-10 Andreas Tobler <a.tobler@schweiz.ch>andreast2006-03-102-1/+5
| | | | | | | * include/powerpc-signal.h: Fix typo in comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111944 138bc75d-0d04-0410-961f-82ee72b054a4
* Imported GNU Classpath 0.90mark2006-03-101367-22567/+188594
| | | | | | | | | | | | | | | | | | | | | * scripts/makemake.tcl: Set gnu/java/awt/peer/swing to ignore. * gnu/classpath/jdwp/VMFrame.java (SIZE): New constant. * java/lang/VMCompiler.java: Use gnu.java.security.hash.MD5. * java/lang/Math.java: New override file. * java/lang/Character.java: Merged from Classpath. (start, end): Now 'int's. (canonicalName): New field. (CANONICAL_NAME, NO_SPACES_NAME, CONSTANT_NAME): New constants. (UnicodeBlock): Added argument. (of): New overload. (forName): New method. Updated unicode blocks. (sets): Updated. * sources.am: Regenerated. * Makefile.in: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111942 138bc75d-0d04-0410-961f-82ee72b054a4
* PR libgcj/23495:tromey2006-03-102-57/+51
| | | | | | | | | | | | | | | * java/lang/natString.cc (_Jv_NewString): Use memcpy. (equals): Use memcmp. (contentEquals): Likewise. (getChars): Use memcpy. (toCharArray): Likewise. (regionMatches): Use memcmp. (regionMatches): Likewise. (startsWith): Likewise. (concat): Use memcpy. (valueOf): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111919 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure: Rebuilt.tromey2006-03-093-2/+14
| | | | | | | * configure.ac (HAVE_CLOCK_GETTIME): Put -lrt in THREADLIBS as well. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111912 138bc75d-0d04-0410-961f-82ee72b054a4
* PR libgcj/24461:tromey2006-03-092-3/+11
| | | | | | | * java/util/zip/InflaterInputStream.java (fill): Throw exception if stream is truncated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111870 138bc75d-0d04-0410-961f-82ee72b054a4
* * win32.cc (_Jv_platform_nanotime): New function.tromey2006-03-0914-6/+167
| | | | | | | | | | | | * include/win32.h (_Jv_platform_nanotime): Declare. * posix.cc (_Jv_platform_nanotime): New function. * include/posix.h (_Jv_platform_nanotime): Declare. * java/lang/natSystem.cc (nanoTime): New method. * java/lang/System.java (nanoTime): Declare. * include/config.h.in, configure: Rebuilt. * configure.ac: Check for clock_gettime. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111869 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud