[Bug libgcj/35253] reflection on annotation objects throws IllegalAccessException

2008-03-09 Thread marcus at better dot se
--- Comment #2 from marcus at better dot se 2008-03-09 14:46 --- BTW this bug makes TestNG fail horribly with gcj, it relies heavily on reflection with annotations of this kind. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35253

[Bug libgcj/35253] reflection on annotation objects throws IllegalAccessException

2008-02-19 Thread marcus at better dot se
--- Comment #1 from marcus at better dot se 2008-02-19 14:41 --- $ gij -version java version 1.5.0 gij (GNU libgcj) version 4.3.0 20080202 (experimental) [trunk revision 132072] -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35253

[Bug libgcj/35253] New: reflection on annotation objects throws IllegalAccessException

2008-02-19 Thread marcus at better dot se
Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: marcus at better dot se GCC build triplet: x86_64-linux-gnu GCC host triplet: x86_64-linux-gnu GCC target triplet

[Bug java/35206] New: Class.getModifiers() returns wrong value for static inner class

2008-02-14 Thread marcus at better dot se
Status: UNCONFIRMED Severity: normal Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: marcus at better dot se GCC build triplet: x86_64-linux-gnu GCC host triplet: x86_64-linux-gnu GCC target triplet: x86_64

[Bug java/35206] Class.getModifiers() returns wrong value for static inner class

2008-02-14 Thread marcus at better dot se
--- Comment #1 from marcus at better dot se 2008-02-15 04:50 --- Created an attachment (id=15155) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15155action=view) Test case Result with gij: ~$ gij InnerTest 33 = public synchronized static: false ~$ gij --version java version

[Bug libgcj/28977] UTF-16 endianness differs between gcj and Sun JDK

2008-02-03 Thread marcus at better dot se
--- Comment #4 from marcus at better dot se 2008-02-03 20:43 --- The bug is still in gcj 4.3. The Sun API docs are quite clear about how this should behave: When decoding, the UTF-16 charset interprets a byte-order mark to indicate the byte order of the stream but defaults to big

[Bug libgcj/32198] New: rmic fails if remote method throws superclass of RemoteException

2007-06-03 Thread marcus at better dot se
: UNCONFIRMED Severity: normal Priority: P3 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: marcus at better dot se http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32198

[Bug libgcj/31700] [JNI] -X options not recognised by JNI_CreateJavaVM

2007-05-14 Thread marcus at better dot se
--- Comment #3 from marcus at better dot se 2007-05-14 15:24 --- Subject: Re: [JNI] -X options not recognised by JNI_CreateJavaVM Could you try this patch? I'm trying, but my brand new Thinkpad insists on rebooting every time I build gcc. Will have to investigate... Marcus

[Bug libgcj/31700] New: [JNI] -X options not recognised by JNI_CreateJavaVM

2007-04-25 Thread marcus at better dot se
Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: marcus at better dot se GCC host triplet: i486-linux-gnu GCC target triplet: i486-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31700

[Bug libgcj/29869] LogManager class loading failure with Tomcat

2007-03-29 Thread marcus at better dot se
--- Comment #5 from marcus at better dot se 2007-03-29 18:11 --- (In reply to comment #4) Third, what's up with the class name 1catalina.org.apache.juli.FileHandler,? Perhaps we are not parsing something correctly? It comes from a configuration file for the logging mechanism, /var

[Bug libgcj/29869] New: LogManager class loading failure with Tomcat

2006-11-16 Thread marcus at better dot se
Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: marcus at better dot se GCC host triplet: i486-linux-gnu GCC target triplet: i486-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29869

[Bug libgcj/29178] New: CharsetEncoder.canEncode() gives different results than Sun version

2006-09-22 Thread marcus at better dot se
: UNCONFIRMED Severity: normal Priority: P3 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: marcus at better dot se GCC host triplet: i486-linux-gnu GCC target triplet: i486-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug libgcj/28977] UTF-16 endianness differs between gcj and Sun JDK

2006-09-07 Thread marcus at better dot se
--- Comment #2 from marcus at better dot se 2006-09-07 18:37 --- (In reply to comment #1) Does this really matter as UTF-16 BOM is correct? Well, I have a library for XML processing that comes with a test suite, and it expects the Sun behaviour. Besides it's documented in Sun's API

[Bug libgcj/28977] New: UTF-16 endianness differs between gcj and Sun JDK

2006-09-07 Thread marcus at better dot se
endianness differs between gcj and Sun JDK Product: gcc Version: 4.1.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: marcus at better dot se GCC