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
/
java
/
lang
/
natClass.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
2006-05-21 Andreas Tobler <a.tobler@schweiz.ch>
andreast
2006-05-20
1
-5
/
+6
*
2006-05-04 Andrew Haley <aph@redhat.com>
aph
2006-05-04
1
-3
/
+13
*
* java/lang/natClass.cc (_Jv_getInterfaceMethod): Skip <clinit>.
tromey
2006-04-24
1
-5
/
+12
*
PR java/24321:
tromey
2006-03-01
1
-3
/
+3
*
2006-02-09 Bryce McKinlay <mckinlay@redhat.com>
bryce
2006-02-09
1
-9
/
+8
*
2006-02-01 Robert Schuster <robertschuster@fsfe.org>
rschuster
2006-02-01
1
-2
/
+3
*
* java/lang/Class.h (_Jv_FindInterpreterMethod): Add new declaration.
kseitz
2006-01-23
1
-1
/
+27
*
PR libgcj/23367:
tromey
2005-09-27
1
-20
/
+45
*
PR libgcj/23739:
tromey
2005-09-06
1
-12
/
+12
*
* java/lang/Class.java (getClasses): New method.
tromey
2005-06-14
1
-29
/
+4
*
* java/lang/natClass.cc (initializeClass): Link class.
tromey
2005-04-22
1
-1
/
+14
*
* Makefile.in: Rebuilt.
tromey
2005-03-24
1
-10
/
+10
*
2005-03-10 Bryce McKinlay <mckinlay@redhat.com>
bryce
2005-03-11
1
-1
/
+0
*
2005-03-10 Bryce McKinlay <mckinlay@redhat.com>
bryce
2005-03-10
1
-29
/
+8
*
* java/lang/Class.h (_Jv_GetMethodString): Updated declaration.
tromey
2005-02-17
1
-4
/
+4
*
* Merged gcj-abi-2-dev-branch to trunk.
tromey
2004-11-25
1
-942
/
+191
*
* java/lang/natClass.cc (_Jv_LayoutVTableMethods): Cast pointers
schwab
2004-10-20
1
-3
/
+3
*
* gcj/javaprims.h (_Jv_Utf8Const): Change struct to a class,
bothner
2004-08-12
1
-17
/
+11
*
Print -verbose:message on "loading", not initialization.
bothner
2004-07-19
1
-3
/
+0
*
* include/jvm.h (namespace jcj): Declare verbose_class_flag
bothner
2004-07-07
1
-0
/
+6
*
Layout interfaces during preparation, not initialization.
bryce
2004-05-21
1
-3
/
+0
*
2004-04-21 Bryce McKinlay <mckinlay@redhat.com>
bryce
2004-04-21
1
-0
/
+17
*
2004-04-19 Bryce McKinlay <mckinlay@redhat.com>
bryce
2004-04-20
1
-2
/
+2
*
2004-03-21 Anthony Green <green@redhat.com>
green
2004-03-23
1
-2
/
+3
*
2003-12-03 Michael Koch <konqueror@gmx.de>
mkoch
2003-12-03
1
-2
/
+2
*
* jni.cc (_Jv_JNI_GetStringUTFChars): Pass length of string to
tromey
2003-11-14
1
-1
/
+1
*
* java/lang/natClass.cc (newInstance): Throw InstantiationException
bryce
2003-11-04
1
-1
/
+1
*
* java/lang/natClass.cc (_Jv_LayoutVTableMethods): Always assign a
bryce
2003-10-28
1
-2
/
+7
*
2003-10-26 Bryce McKinlay <bryce@mckinlay.net.nz>
bryce
2003-10-26
1
-11
/
+1
*
Obvious fix for systems with no interpreter.
green
2003-10-24
1
-0
/
+2
*
2003-10-22 Andrew Haley <aph@redhat.com>
aph
2003-10-24
1
-5
/
+60
*
PR libgcj/12416:
tromey
2003-10-22
1
-57
/
+19
*
* java/lang/ClassLoader.java (setSigners): Implemented.
tromey
2003-10-09
1
-0
/
+12
*
2003-10-01 Andrew Haley <aph@redhat.com>
aph
2003-10-01
1
-48
/
+212
*
* java/lang/reflect/Proxy.java (generate): Uncomment protection
tromey
2003-09-25
1
-1
/
+2
*
* java/lang/Runtime.java: Comment fix.
tromey
2003-07-21
1
-29
/
+58
*
PR libgcj/10582:
tromey
2003-05-01
1
-16
/
+24
*
* java/lang/natClass.cc (newInstance): Put method name in
tromey
2003-03-29
1
-6
/
+6
*
* java/lang/natClass.cc (initializeClass): Check tables when
jsturm
2003-01-30
1
-1
/
+17
*
* exception.cc (PERSONALITY_FUNCTION): Clear least-significant-bit
jsturm
2002-12-23
1
-3
/
+8
*
* java/lang/natClassLoader.cc (defineClass0): Removed erroneous
tromey
2002-12-19
1
-11
/
+30
*
* java/lang/Class.h (_Jv_SetVTableEntries): Updated declaration.
tromey
2002-12-05
1
-22
/
+49
*
2002-12-03 Andrew Haley <aph@redhat.com>
aph
2002-12-03
1
-3
/
+23
*
* java/lang/natClass.cc (initializeClass): Throw NoClassDefFoundError
mark
2002-11-10
1
-2
/
+7
*
* java/lang/Class.h: Move JV_STATE_ERROR before JV_STATE_DONE.
tromey
2002-11-02
1
-3
/
+1
*
* java/lang/Class.h (_getDeclaredMethod): Declare.
tromey
2002-09-03
1
-4
/
+3
*
2002-07-04 Tom Tromey <tromey@redhat.com>
tromey
2002-07-05
1
-2
/
+16
*
* java/net/natPlainDatagramSocketImpl.cc (BooleanClass): Removed.
tromey
2002-06-25
1
-26
/
+22
*
Fix for PR libgcj/2428:
tromey
2001-12-21
1
-0
/
+28
*
gcc/java:
bryce
2001-12-15
1
-1
/
+192
[next]