index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libjava
/
java
/
lang
/
natClass.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2001-06-05
natClass.cc (_Jv_IsAssignableFrom): Ensure that ancestors table index is with...
Martin Kahlert
1
-6
/
+16
2001-05-18
[multiple changes]
Bryce McKinlay
1
-4
/
+3
2001-04-25
decl.c (init_decl_processing): Add new class "protectionDomain" field.
Bryce McKinlay
1
-5
/
+14
2001-03-25
exception.cc (java_eh_info): Make value type jthrowable.
Richard Henderson
1
-34
/
+33
2001-03-23
natClass.cc (_Jv_IsAssignableFrom): Checking the ancestors array is invalid f...
Per Bothner
1
-7
/
+10
2001-03-23
jni.cc (_Jv_JNI_GetAnyFieldID): Handle unresolved fields.
Tom Tromey
1
-2
/
+4
2001-03-18
natClass.cc (_Jv_CheckCast): add class names to exception
Mark Wielaard
1
-1
/
+6
2001-02-14
natClass.cc (getSignature): Don't try to dereference param_types if it is null.
Bryce McKinlay
1
-2
/
+6
2001-02-08
gcj.texi: Change sources.redhat.com reference to gcc.gnu.org.
Joseph Myers
1
-1
/
+1
2001-01-17
Class.h (isInterface): Move implementation from natClass.cc.
Bryce McKinlay
1
-1
/
+1
2001-01-17
prims.cc (init_prim_class): Deleted.
Alexandre Petit-Bianco
1
-23
/
+0
2001-01-15
All files with updated copyright.
Alexandre Petit-Bianco
1
-5
/
+21
2001-01-08
In gcc/java:
Bryce McKinlay
1
-4
/
+15
2000-12-28
natClass.cc (_Jv_IsAssignableFrom): Primitive TYPEs can not be assigned to Ob...
Bryce McKinlay
1
-2
/
+2
2000-11-26
prims.cc (_Jv_NewObjectArray): Undo placement change.
Anthony Green
1
-6
/
+13
2000-10-06
natField.cc (BooleanClass): Don't define.
Tom Tromey
1
-14
/
+8
2000-08-17
natClass.cc (finit_name): Initialized with `finit$'.
Alexandre Petit-Bianco
1
-4
/
+13
2000-06-18
re GNATS gcj/260 ("Klass.class" expression should cause Klass to be initialized)
Tom Tromey
1
-9
/
+4
2000-06-15
2000-06-15 Bryce McKinlay <bryce@albatross.co.nz>
Bryce McKinlay
1
-15
/
+29
2000-05-19
Jumbo patch:
Tom Tromey
1
-1
/
+75
2000-05-05
natClass.cc (isInstance): Use __builtin_expect.
Bryce McKinlay
1
-5
/
+9
2000-03-21
* java/lang/natClass.cc (isInstance): Use JV_CLASS, not getClass().
Bryce McKinlay
1
-1
/
+1
2000-03-21
natClass.cc (isInstance): Use _Jv_IsAssignableFrom(), not Class.isAssignableF...
Bryce McKinlay
1
-1
/
+1
2000-03-21
natClass.cc (isInstance): Initialize `this'.
Bryce McKinlay
1
-1
/
+6
2000-03-09
natClassLoader.cc (_Jv_FindArrayClass): Call _Jv_PrepareConstantTimeTables.
Bryce McKinlay
1
-2
/
+1
2000-03-07
All files: Updated copyright information.
Tom Tromey
1
-1
/
+1
2000-03-07
resolve.cc (_Jv_SearchMethodInClass): New function.
Bryce McKinlay
1
-68
/
+442
2000-03-02
java-interp.h: Don't include MethodInvocation.h.
Tom Tromey
1
-29
/
+28
2000-01-19
* All files: Updated copyright to reflect Cygnus purchase.
Tom Tromey
1
-1
/
+1
2000-01-07
* java/lang/natClass.cc (getClasses): Wrote.
Tom Tromey
1
-2
/
+5
2000-01-06
natClass.cc (_getConstructors): Correctly check whether method name is the in...
Tom Tromey
1
-3
/
+3
2000-01-06
natClass.cc (getMethod): Compute offset relative to `klass's methods table, n...
Tom Tromey
1
-1
/
+2
2000-01-05
* java/lang/natClass.cc: Include <gcj/method.h>.
Tom Tromey
1
-0
/
+1
2000-01-05
Class.h (_getMethods): Declare.
Tom Tromey
1
-8
/
+128
2000-01-05
Class.h (getSignature): Updated.
Tom Tromey
1
-8
/
+11
2000-01-04
[multiple changes]
Tom Tromey
1
-32
/
+229
1999-11-18
natClass.cc (MCACHE_SIZE): Define as a power of 2 minus 1.
Tom Tromey
1
-3
/
+5
1999-11-04
natClass.cc (method_cache_count): Removed.
Tom Tromey
1
-31
/
+13
1999-09-10
configure: Rebuilt.
Tom Tromey
1
-1
/
+1
1999-09-02
natClass.cc: Fixed notification of threads when class initialization is compl...
Matt Welsh
1
-2
/
+2
1999-08-18
natClassLoader.cc (_Jv_PrepareCompiledClass): Renamed from _Jv_InternClassStr...
Kresten Krab Thorup
1
-3
/
+3
1999-08-14
resolve.cc (_Jv_PrepareClass): Use ClassLoader::resolveClass0.
Per Bothner
1
-1
/
+1
1999-08-08
[multiple changes]
Anthony Green
1
-277
/
+109
1999-04-07
Initial revision
Tom Tromey
1
-0
/
+785