index
:
ppe42-gcc
gcc-4_9_2-ppe42
GCC for the PPE42
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libjava
/
jni.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* jni.cc (nathash, nathash_count, nathash_size): New globals.
tromey
2001-08-20
1
-21
/
+152
*
* jni.cc: Include IdentityHashMap.h, not Hashtable.h.
tromey
2001-08-15
1
-7
/
+7
*
2001-08-02 Martin Kahlert <martin.kahlert@infineon.com>
tromey
2001-08-02
1
-0
/
+3
*
* jni.cc (_Jv_JNI_NewLocalRef): Search other frames.
tromey
2001-06-15
1
-8
/
+15
*
* jni.cc (ClassClass): Removed; updated all users.
tromey
2001-06-15
1
-30
/
+28
*
Implement invocation interface; don't create new thread for main.
bothner
2001-05-22
1
-23
/
+6
*
2001-05-03 Martin Kahlert <martin.kahlert@infineon.com>
tromey
2001-05-03
1
-2
/
+2
*
* jni.cc (_Jv_JNI_GetPrimitiveArrayRegion): Fixed bounds
tromey
2001-04-27
1
-4
/
+10
*
* jni.cc (wrap_value<jobject>, wrap_value<jclass>): Removed.
tromey
2001-04-06
1
-11
/
+9
*
2001-04-02 Marcus G. Daniels <mgd@swarm.org>
tromey
2001-04-02
1
-0
/
+9
*
* jni.cc (add_char): Correctly encode non-ascii characters.
tromey
2001-04-02
1
-5
/
+5
*
* exception.cc (java_eh_info): Make value type jthrowable.
rth
2001-03-26
1
-1
/
+1
*
* jni.cc (_Jv_JNI_GetAnyFieldID): Handle unresolved fields.
tromey
2001-03-23
1
-4
/
+8
*
2001-03-22 Marcus G. Daniels <mgd@swarm.org>
tromey
2001-03-22
1
-1
/
+4
*
* jni.cc (_Jv_JNIFunctions): Added comment for each entry in
tromey
2001-01-27
1
-230
/
+231
*
* jni.cc (_Jv_JNI_GetAnyMethodID): Rewrite signature from external
tromey
2001-01-26
1
-10
/
+14
*
* jni.cc: Added include of java/lang/ThreadGroup.h.
warrenl
2000-11-01
1
-0
/
+1
*
* java/lang/reflect/natField.cc (BooleanClass): Don't define.
tromey
2000-10-06
1
-13
/
+7
*
2000-08-02 Bryce McKinlay <bryce@albatross.co.nz>
bryce
2000-08-02
1
-1
/
+1
*
* jni.cc (_Jv_JNI_PopSystemFrame): Clear `env->ex'.
tromey
2000-04-20
1
-1
/
+5
*
* jni.cc (_Jv_JNI_FindClass): Use system class loader if class
tromey
2000-04-20
1
-4
/
+5
*
JVMPI changes...
green
2000-04-02
1
-0
/
+66
*
* jni.cc (_Jv_JNI_PopSystemFrame): If environment has exception
tromey
2000-03-27
1
-3
/
+3
*
* jni.cc (mangled_name): Fixed assertion.
tromey
2000-03-14
1
-3
/
+5
*
* All files: Updated copyright information.
tromey
2000-03-07
1
-1
/
+1
*
* jni.cc (MARK_NONE): New define.
tromey
2000-03-07
1
-50
/
+99
*
* include/java-interp.h: Don't include MethodInvocation.h.
tromey
2000-03-02
1
-207
/
+410
*
Minor clean up and bug fix.
green
2000-02-26
1
-3
/
+2
*
* jni.cc (_Jv_JNI_RegisterNatives): Conditionalize body on
tromey
2000-02-25
1
-0
/
+4
*
* include/jvm.h (_Jv_GetJavaVM): Declare.
tromey
2000-02-18
1
-12
/
+87
*
* jni.cc (_Jv_JNI_CallStaticMethodV): Added some assertions.
tromey
2000-02-17
1
-0
/
+9
*
* jni.cc (_Jv_JNI_NewObjectV): Corrected assertion.
tromey
2000-02-16
1
-3
/
+26
*
* jni.cc (_Jv_JNI_FindClass): Use ClassLoader.loadClass, not
tromey
2000-02-16
1
-1
/
+1
*
* resolve.cc (ncode): Set args_raw_size. Compute jni_cif and
tromey
2000-02-16
1
-3
/
+18
*
* jni.cc (mangled_name): Skip leading `(' in signature.
tromey
2000-02-15
1
-1
/
+2
*
* jni.cc (add_char): Added missing `else'.
tromey
2000-02-15
1
-1
/
+1
*
* jni.cc (_Jv_JNI_AttachCurrentThread): Return error if malloc
tromey
2000-02-15
1
-2
/
+7
*
* gnu/gcj/jni/natNativeThread.cc: New file.
tromey
2000-02-10
1
-3
/
+256
*
* jni.cc (ThrowableClass): New define.
tromey
2000-02-08
1
-15
/
+35
*
* jni.cc (add_char): Conditional on INTERPRETER.
tromey
2000-02-07
1
-6
/
+5
*
* defineclass.cc (handleMethodsBegin): Allocate _Jv_MethodBase
tromey
2000-02-04
1
-9
/
+119
*
* include/java-interp.h (_Jv_JNI_conversion_call): Declare.
tromey
2000-02-02
1
-10
/
+19
*
* jni.cc (_Jv_JNI_PopLocalFrame): Leave loop when `n == NULL'.
tromey
2000-02-01
1
-44
/
+34
*
* jni.cc (_Jv_JNI_GetField): Specialize for jobject.
tromey
2000-02-01
1
-1
/
+16
*
* prims.cc (_Jv_MallocUnchecked): New function.
tromey
2000-02-01
1
-45
/
+267
*
* gcj/method.h (JvNumMethods): Moved from Class.h.
tromey
2000-01-26
1
-41
/
+236
*
* java/lang/reflect/natConstructor.cc (newInstance): Use
tromey
2000-01-21
1
-224
/
+986
*
* All files: Updated copyright to reflect Cygnus purchase.
tromey
2000-01-19
1
-1
/
+1
*
* configure: Rebuilt.
tromey
1999-09-10
1
-1
/
+1
*
Initial revision
tromey
1999-04-07
1
-0
/
+308