This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r115035 - in /branches/gcc-4_1-branch/libjava: ...


Author: tromey
Date: Tue Jun 27 15:42:22 2006
New Revision: 115035

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115035
Log:
	PR libgcj/28178:
	* jni.cc (_Jv_JNI_DeleteLocalRef): Ignore null argument.
	(_Jv_JNI_DeleteGlobalRef): Likewise.
	* testsuite/libjava.jni/PR28178.java: New file.
	* testsuite/libjava.jni/PR28178.c: New file.
	* testsuite/libjava.jni/PR28178.out: New file.

Added:
    branches/gcc-4_1-branch/libjava/testsuite/libjava.jni/PR28178.c
      - copied unchanged from r115034, trunk/libjava/testsuite/libjava.jni/PR28178.c
    branches/gcc-4_1-branch/libjava/testsuite/libjava.jni/PR28178.java
      - copied unchanged from r115034, trunk/libjava/testsuite/libjava.jni/PR28178.java
    branches/gcc-4_1-branch/libjava/testsuite/libjava.jni/PR28178.out
      - copied unchanged from r115034, trunk/libjava/testsuite/libjava.jni/PR28178.out
Modified:
    branches/gcc-4_1-branch/libjava/ChangeLog
    branches/gcc-4_1-branch/libjava/jni.cc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]