[Bug libgcj/14759] ServerSocketChannel causes Selector.select() to return immediatly

2008-01-23 Thread konqueror at gmx dot de


--- Comment #6 from konqueror at gmx dot de  2008-01-23 10:43 ---
Give back.


-- 

konqueror at gmx dot de changed:

   What|Removed |Added

 AssignedTo|konqueror at gmx dot de |unassigned at gcc dot gnu
   ||dot org
 Status|ASSIGNED|NEW


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14759



[Bug c/28086] New: symbols missing on ia64

2006-06-19 Thread konqueror at gmx dot de
When building kaffe 1.1.7 (http://www.kaffe.org/) with GCC 4.1 I get the
following error message:

ia64-linux-gnu-gcc -g -O2 -Wall -W -Wextra -g -O1 -fno-omit-frame-pointer -o
.libs/kaffe-bin main.o version.o .libs/kaffe-binS.o -Wl,--export-dynamic 
../../kaffe/kaffevm/.libs/libkaffevm.so -ldl -lm
../../replace/.libs/libreplace.a -lpthread -Wl,--rpath
-Wl,/usr/lib/kaffe/jthreads/jre/lib/ia64
../../kaffe/kaffevm/.libs/libkaffevm.so: undefined reference to
`__sync_val_compare_and_swap_di'
../../kaffe/kaffevm/.libs/libkaffevm.so: undefined reference to
`__sync_fetch_and_add_di'
collect2: ld returned 1 exit status

With GCC 4.0 kaffe builds fine on ia64.


-- 
   Summary: symbols missing on ia64
   Product: gcc
   Version: 4.1.1
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: konqueror at gmx dot de
 GCC build triplet: ia64-linux-gnu
  GCC host triplet: ia64-linux-gnu
GCC target triplet: ia64-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28086



[Bug libgcj/26483] Wrong parsing of doubles when interpreted on ia64

2006-05-26 Thread konqueror at gmx dot de


--- Comment #21 from konqueror at gmx dot de  2006-05-26 14:58 ---
Can this please get backportet to the 4.1 branch? This bug is still holding
back some Java stuff on Debian/ia64 from being working.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26483



[Bug java/27764] gcj-4.1: error trying to exec 'cc1': execvp: No such file or directory

2006-05-25 Thread konqueror at gmx dot de


--- Comment #4 from konqueror at gmx dot de  2006-05-25 08:50 ---
This is a Debian problem, not an upstream problem. You missed to install the
build-essesntial package in debian. That would have installed all needd stuff
for you. Closing as invalid.


-- 

konqueror at gmx dot de changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27764



[Bug java/27590] [regression] ICE when compiling catalina.jar from tomcat 5.0.30

2006-05-13 Thread konqueror at gmx dot de


--- Comment #2 from konqueror at gmx dot de  2006-05-13 17:27 ---
I tried with -O0 and -O1. The bug doesnt happen with -O0 but with -O1 and -O2.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27590



[Bug java/27590] [regression] ICE when compiling catalina.jar from tomcat 5.0.30

2006-05-13 Thread konqueror at gmx dot de


--- Comment #1 from konqueror at gmx dot de  2006-05-13 17:22 ---
$ gcj-4.1 -v
Using built-in specs.
Reading specs from /usr/lib/gcc/i486-linux-gnu/4.1.1/../../../libgcj.spec
rename spec lib to liborig
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,java
--prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu
--enable-java-awt=gtk-default --enable-gtk-cairo
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.1-1.4.2.0/jre --with-tune=i686
--enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.1 20060428 (prerelease) (Debian 4.1.0-2j1)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27590



[Bug java/27590] New: [regression] ICE when compiling catalina.jar from tomcat 5.0.30

2006-05-13 Thread konqueror at gmx dot de
When compiling catalina.jar to a shared library (using BC ABI) I get an ICE.

/usr/bin/gcj-4.1 -shared -O2 -fPIC -findirect-dispatch -fjni -Wl,-Bsymbolic
./org.eclipse.tomcat_5.0.30/catalina.jar -o
/home/mkoch/Debian/java/eclipse/eclipse-3.1.2/debian/tmp//usr/lib/gcj-4.1/./org.eclipse.tomcat_5.0.30/catalina.jar.so
org/apache/catalina/core/StandardServer.java: In class
'org.apache.catalina.core.StandardServer':
org/apache/catalina/core/StandardServer.java: In method
'org.apache.catalina.core.StandardServer.storeConfig()':
org/apache/catalina/core/StandardServer.java:0: internal compiler error:
Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions,
see .

To make it easier to debug this I uploaded the catalina.jar to
http://people.debian.org/~mkoch/catalina.jar


-- 
   Summary: [regression] ICE when compiling catalina.jar from tomcat
5.0.30
   Product: gcc
   Version: 4.1.1
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: java
AssignedTo: unassigned at gcc dot gnu dot org
    ReportedBy: konqueror at gmx dot de
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27590



[Bug java/26638] Mauve crypto test failures

2006-03-10 Thread konqueror at gmx dot de


--- Comment #1 from konqueror at gmx dot de  2006-03-11 07:03 ---
I can confirm the same bug for GCJ 4.1 branch with backported GNU
crypto stuff.


-- 

konqueror at gmx dot de changed:

   What|Removed |Added

 CC||konqueror at gmx dot de


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26638



[Bug libgcj/26483] Wrong parsing of doubles when interpreted

2006-02-27 Thread konqueror at gmx dot de


--- Comment #3 from konqueror at gmx dot de  2006-02-27 17:26 ---
I dont think so as the testcase works correctly on amd64.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26483



[Bug libgcj/26483] Wrong parsing of doubles when interpreted

2006-02-27 Thread konqueror at gmx dot de


--- Comment #1 from konqueror at gmx dot de  2006-02-27 16:20 ---
Created an attachment (id=10921)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10921&action=view)
Testcase


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26483



[Bug libgcj/26483] New: Wrong parsing of doubles when interpreted

2006-02-27 Thread konqueror at gmx dot de
I tried to run the attached test case on IA64 native and interpreted. The bad
news is that both give totally different results:

Native:

[EMAIL PROTECTED]:~$ gcj-4.0 DoubleTest.java -o doubleTest --main=DoubleTest -g
[EMAIL PROTECTED]:~$ ./doubleTest
5.0E-324

Interpreted:

[EMAIL PROTECTED]:~$ gij-4.0 DoubleTest
8.881784197001252E-16

The interpreted case is wrong. This seems to be a bug in fdlibm as
jamvm/classpath has the same bug. This bug only happens on IA64 as far as I
know. E.g. it makes building GNU classpath fail with ecj. I wonder what GCJ
does that makes this work in the native case ...


-- 
   Summary: Wrong parsing of doubles when interpreted
   Product: gcc
   Version: 4.0.3
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: libgcj
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: konqueror at gmx dot de
 GCC build triplet: ia64-linux-gnu
  GCC host triplet: ia64-linux-gnu
GCC target triplet: ia64-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26483



[Bug libgcj/26202] Regex bug "++"

2006-02-10 Thread konqueror at gmx dot de


--- Comment #1 from konqueror at gmx dot de  2006-02-10 08:29 ---
Subject: Re:   New: Regex bug "++"

Works fine with jamvm 1.4.2 and current GNU classpath CVS.
Porting this fix to 4.1 branchshould be done.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26202



[Bug libgcj/26177] [4.1 only] Exception when compiling valid regex pattern

2006-02-08 Thread konqueror at gmx dot de


--- Comment #5 from konqueror at gmx dot de  2006-02-08 17:49 ---
Subject: Re:  [4.1 only] Exception when compiling valid regex pattern

No, this is no regression. Java is not release critical to GCC so we
should just fix this bug as we fix many other bugs too. Not just
regressions.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26177



[Bug libgcj/26177] Exception when compiling valid regex pattern

2006-02-08 Thread konqueror at gmx dot de


--- Comment #1 from konqueror at gmx dot de  2006-02-08 17:11 ---
Subject: Re:   New: Exception when compiling valid regex pattern

On Wed, Feb 08, 2006 at 05:03:48PM -, green at redhat dot com wrote:
> The azureus developers identified a regex failure that is causing trouble...
> 
> $ cat /tmp/ar.java
> import java.util.regex.*;
> 
> public class ar
> {
>   public static void main (String args[])
>   {
> Pattern p = Pattern.compile ("(?i)yoda");
>   }
> }
> $ gcj -C ar.java
> $ gij ar
> Exception in thread "main" java.util.regex.PatternSyntaxException: At position
> 1 in regular expression pattern:
> quantifier (?*+{}) without preceding token
> (?i)yoda
>  ^
>at java.util.regex.Pattern.Pattern(java.lang.String, int)
> (/usr/lib/libgcj.so.6.0.0)
>at java.util.regex.Pattern.compile(java.lang.String, int)
> (/usr/lib/libgcj.so.6.0.0)
>at java.util.regex.Pattern.compile(java.lang.String)
> (/usr/lib/libgcj.so.6.0.0)
>at ar.main(java.lang.String[]) (Unknown Source)
>at gnu.java.lang.MainThread.call_main() (/usr/lib/libgcj.so.6.0.0)
>at gnu.java.lang.MainThread.run() (/usr/lib/libgcj.so.6.0.0)
> 
> (Yes, I ran this again 4.0, but the same thing happens in 4.1).

With GNU classpath CVS HEAD and jamvm 1.4.2 this throws no exception so
this is fixed in it it seems. Perhaps all the gnu.regexp fixes should be
ported to 4.1?


Cheers,
Michael


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26177



[Bug java/26152] gtkImage.c complains and crashes the application

2006-02-07 Thread konqueror at gmx dot de


--- Comment #3 from konqueror at gmx dot de  2006-02-07 12:05 ---
Subject: Re:  gtkImage.c complains and crashes the application

On Tue, Feb 07, 2006 at 11:55:10AM -, cardona at ucla dot edu wrote:
> 
> 
> --- Comment #2 from cardona at ucla dot edu  2006-02-07 11:55 ---
> So there is no known patch for this bug then. Are there any plans to tackle 
> the
> problem? I understand it cripples lots of applications.
> 
> Thanks for looking at the bug report.

In Debian we dont care much about it anymore as soon gcc-4.1 will be
released and the gcj included not have this problem. When its out we
will remove gcj-4.0 from debian unstable and more to gcj-4.1.


Cheers,
Michael


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26152



[Bug java/26152] gtkImage.c complains and crashes the application

2006-02-07 Thread konqueror at gmx dot de


--- Comment #1 from konqueror at gmx dot de  2006-02-07 11:23 ---
Subject: Re:   New: gtkImage.c complains and crashes the application

On Tue, Feb 07, 2006 at 11:10:20AM -, cardona at ucla dot edu wrote:
> ImageJ, the public domain scientific-grade image processing application
> compiles fine with the gcj-wrapper-4.0 in Kubuntu GNU/Linux-ppc when stripped
> of JPEG functionality and its dependance on the tools.jar. But when trying to
> open an image, the gtkImage.c file complains:
> 
> ** ERROR **: file
> ../../../src/libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkImage.c: line 572
> (createRawData): assertion failed: (data_fid != 0)
> aborting...

This is a Debian-specific bug in gcj-4.0. We patch the upstream sources
but the patch we use is somehow broken.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=335650
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=314704
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=324502

Unfortunately I was not able to fix this bug yet.


Cheers,
Michael


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26152



[Bug libgcj/26103] Wrong exception thrown

2006-02-05 Thread konqueror at gmx dot de


--- Comment #1 from konqueror at gmx dot de  2006-02-05 13:14 ---
Created an attachment (id=10781)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10781&action=view)
testcase


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26103



[Bug libgcj/26103] New: Wrong exception thrown

2006-02-05 Thread konqueror at gmx dot de
When running the attached testcase gcj 4.1 throws a
StringIndexOutOfBoundsException instead of ClassNotFoundException. GNU
classpath 0.20 is not affected as jamvm 1.4.2 and cacao 0.94 and kaffe 1.1.7rc1
throw the correct exception.


-- 
   Summary: Wrong exception thrown
   Product: gcc
   Version: 4.1.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: libgcj
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: konqueror at gmx dot de
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26103



[Bug libgcj/21892] gnu.* and native code security audit

2005-06-02 Thread konqueror at gmx dot de

--- Additional Comments From konqueror at gmx dot de  2005-06-03 06:14 
---
What if people wanna access some gnu.* stuff we ship directly, like 
gnu.regexp? 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21892


[Bug java/21245] gcjh creates invalid/empty header files

2005-04-27 Thread konqueror at gmx dot de

--- Additional Comments From konqueror at gmx dot de  2005-04-27 07:17 
---
Created an attachment (id=8749)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8749&action=view)
testcase


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21245


[Bug java/21245] New: gcjh creates invalid/empty header files

2005-04-27 Thread konqueror at gmx dot de
While trying to adapt a patch from GNU classpath to libgcj I found that gcjh  
was failing to build a CNI header from a class file. I accidently deleted my  
terminal and lost the command output. So I tried again and the bug seemed to  
have vanished. After some investigation I found the following:  
  
gcjh prints this error "gcjh: static field has same name as method" (see 
attached testcase) and produces a header file which looks okay. This file 
contains buggy C++ code because it contains a static variable and a static 
method with the same name. Make then saw the buggy header file and saw its 
done, do the next step. 
 
gcjh should bail out for real and not generate a buggy output file.

-- 
   Summary: gcjh creates invalid/empty header files
   Product: gcc
   Version: 4.1.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: konqueror at gmx dot de
CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21245


[Bug SWING/21065] javax.swing.event.EventListenerList.getListenerList() implemented wrong

2005-04-25 Thread konqueror at gmx dot de

--- Additional Comments From konqueror at gmx dot de  2005-04-25 09:50 
---
As you can see at
http://developer.classpath.org/compare/classpath-libgcj/libgcj-classpath-compare.html
this class is merged. This page is updated twice a day so pretty uptodate 
normally.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21065


[Bug libgcj/21140] Charset.encode and Charset.decode broken

2005-04-20 Thread konqueror at gmx dot de


-- 
   What|Removed |Added

 AssignedTo|unassigned at gcc dot gnu   |konqueror at gmx dot de
   |dot org |
 Status|NEW |ASSIGNED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21140


[Bug libgcj/21140] Charset.encode and Charset.decode broken

2005-04-20 Thread konqueror at gmx dot de

--- Additional Comments From konqueror at gmx dot de  2005-04-21 05:28 
---
This bug is fixed in GNU classpath and I will merge the needed fixes soon. 

-- 
   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed||1
   Last reconfirmed|-00-00 00:00:00 |2005-04-21 05:28:03
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21140


[Bug AWT/20757] New: FontMetrics.getStringBounds() missing

2005-04-04 Thread konqueror at gmx dot de
The following methods are missing java.aawr: 
 
java.awt.FontMetrics.getMaxCharBounds(java.awt.Graphics) 
java.awt.FontMetrics.getStringBounds(java.lang.String, int, int, 
java.awt.Graphics) 
java.awt.FontMetrics.getStringBounds(java.lang.String, java.awt.Graphics) 
java.awt.FontMetrics.getStringBounds(java.text.CharacterIterator, int, int, 
java.awt.Graphics) 
java.awt.FontMetrics.getStringBounds(char[], int, int, java.awt.Graphics) 
java.awt.FontMetrics.hasUniformLineMetrics()

-- 
   Summary: FontMetrics.getStringBounds() missing
   Product: gcc
   Version: 4.0.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: AWT
AssignedTo: fitzsim at redhat dot com
ReportedBy: konqueror at gmx dot de
CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
dot org
  GCC host triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20757


[Bug java/20394] Can't run db2 jdbc application compiled with gcj

2005-03-09 Thread konqueror at gmx dot de

--- Additional Comments From konqueror at gmx dot de  2005-03-09 18:40 
---
Upstream is the provider of your jdbc provider. DB/2 in your case.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20394


[Bug java/20394] Can't run db2 jdbc application compiled with gcj

2005-03-09 Thread konqueror at gmx dot de

--- Additional Comments From konqueror at gmx dot de  2005-03-09 17:47 
---
Thats a bug in upstream, the jdbc connector/application here. No application
should access sun classes. File a bug against them. Even SUN says: Don't use
them directly. We did the same successfully for a bunch of Apache projects in
the past.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20394


[Bug libgcj/20251] [4.0 regression] libgcj configured with --enable-gtk-cairo fails on installation

2005-03-03 Thread konqueror at gmx dot de

--- Additional Comments From konqueror at gmx dot de  2005-03-04 07:45 
---
Subject: Re:  [4.0 regression] libgcj configured with --enable-gtk-cairo fails 
on installation

On Thu, Mar 03, 2005 at 10:38:55PM -, doko at debian dot org wrote:
> 
> --- Additional Comments From doko at debian dot org  2005-03-03 22:38 
> ---
> The complete build logs can be found at 
> http://buildd.debian.org/build.php?&pkg=gcc-snapshot
> 
> check for the 2005027 logs for i.e. powerpc and ia64.
> 
> the build starts with a clean environment. I rechecked with an unpatched build
> from the branch.
> 
> 
> ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada
> --prefix=/usr/lib/gcc-snapshot --enable-shared --with-system-zlib --enable-nls
> --enable-threads=posix --without-included-gettext --disable-werror
> --enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu
> --enable-libstdcxx-debug --enable-mpfr --enable-java-gc=boehm
> --enable-java-awt=gtk --enable-gtk-cairo --enable-checking=release 
> powerpc-linux-gnu
> 
> [...]
> 
>   LIBART_CONFIG=libart2-config \

Wieso machst du das ? Das habe ich noch nie gebraucht.

> /usr/bin/make -C /build/buildd/gcc-snapshot-20050227/build  
> bootstrap-lean \
>   CC="gnatgcc" \
>   CFLAGS="-g -O2" \
>   BOOT_CFLAGS="-O2" \
>   LDFLAGS="" \
>   infodir=/usr/lib/gcc-snapshot/share/info \
>   mandir=/usr/lib/gcc-snapshot/share/man; \


Michael


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20251


[Bug java/19444] GCJ implementation of java.net.URI misses host support

2005-01-15 Thread konqueror at gmx dot de

--- Additional Comments From konqueror at gmx dot de  2005-01-15 22:36 
---
Fixed. 

-- 
   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED
   Target Milestone|--- |4.0.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19444


[Bug libgcj/14759] ServerSocketChannel causes Selector.select() to return immediatly

2005-01-15 Thread konqueror at gmx dot de

--- Additional Comments From konqueror at gmx dot de  2005-01-15 22:30 
---
I'm working on it. 

-- 
   What|Removed |Added

 AssignedTo|unassigned at gcc dot gnu   |konqueror at gmx dot de
   |dot org |
 Status|NEW |ASSIGNED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14759


[Bug libgcj/15430] Cannot interrupt blocking I/O calls with close()

2005-01-15 Thread konqueror at gmx dot de

--- Additional Comments From konqueror at gmx dot de  2005-01-15 22:30 
---
I'm working on it 

-- 
   What|Removed |Added

 AssignedTo|unassigned at gcc dot gnu   |konqueror at gmx dot de
   |dot org |
 Status|NEW |ASSIGNED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15430


[Bug libgcj/9613] Lots of java.text.CollationElementIterator Mauve failures

2005-01-15 Thread konqueror at gmx dot de

--- Additional Comments From konqueror at gmx dot de  2005-01-15 08:34 
---
All mauve testcase regarding java.text.CollationElementIterator pass now. 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9613


[Bug java/19444] GCJ implementation of java.net.URI misses host support

2005-01-14 Thread konqueror at gmx dot de

--- Additional Comments From konqueror at gmx dot de  2005-01-14 20:50 
---
I'm working on it. 

-- 
   What|Removed |Added

 AssignedTo|unassigned at gcc dot gnu   |konqueror at gmx dot de
   |dot org |
 Status|NEW |ASSIGNED
  Component|libgcj  |java


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19444


[Bug libgcj/17784] Thread.interrupt doesn't do security checks

2005-01-13 Thread konqueror at gmx dot de

--- Additional Comments From konqueror at gmx dot de  2005-01-13 11:38 
---
A patch can be found here: 
http://gcc.gnu.org/ml/java-patches/2005-q1/msg00077.html 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17784


[Bug libgcj/14012] HttpURLConnection.setRequestProperty() is not case insensitive

2005-01-07 Thread konqueror at gmx dot de

--- Additional Comments From konqueror at gmx dot de  2005-01-07 22:43 
---
I'm working on it. 

-- 
   What|Removed |Added

 AssignedTo|unassigned at gcc dot gnu   |konqueror at gmx dot de
   |dot org |
 Status|NEW |ASSIGNED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14012


[Bug libgcj/15157] Lack of chuncked encoding handling causes junk in http downloads

2005-01-07 Thread konqueror at gmx dot de

--- Additional Comments From konqueror at gmx dot de  2005-01-07 22:43 
---
I'm working on it. 

-- 
   What|Removed |Added

 AssignedTo|unassigned at gcc dot gnu   |konqueror at gmx dot de
   |dot org |
 Status|NEW |ASSIGNED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15157


[Bug libgcj/15509] URL.connect does not include port into the "Host:" header field of HTTP request

2005-01-07 Thread konqueror at gmx dot de

--- Additional Comments From konqueror at gmx dot de  2005-01-07 22:42 
---
I'm working on it. 

-- 
   What|Removed |Added

 AssignedTo|unassigned at gcc dot gnu   |konqueror at gmx dot de
   |dot org |
 Status|UNCONFIRMED |ASSIGNED
 Ever Confirmed||1
   Last reconfirmed|-00-00 00:00:00 |2005-01-07 22:42:49
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15509


[Bug libgcj/14013] HttpURLConnection.receiveReply() does not deal with code only responses

2005-01-07 Thread konqueror at gmx dot de

--- Additional Comments From konqueror at gmx dot de  2005-01-07 22:42 
---
I'm working on it. 

-- 
   What|Removed |Added

 AssignedTo|unassigned at gcc dot gnu   |konqueror at gmx dot de
   |dot org |
 Status|NEW |ASSIGNED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14013


[Bug libgcj/17784] Thread.interrupt doesn't do security checks

2005-01-07 Thread konqueror at gmx dot de

--- Additional Comments From konqueror at gmx dot de  2005-01-07 22:41 
---
I'm working on it. 

-- 
   What|Removed |Added

 AssignedTo|unassigned at gcc dot gnu   |konqueror at gmx dot de
   |dot org |
 Status|NEW |ASSIGNED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17784


[Bug libgcj/17069] InetAddress.getLocalHost() returns broken InetAddress object if hostname not set

2005-01-07 Thread konqueror at gmx dot de

--- Additional Comments From konqueror at gmx dot de  2005-01-07 22:40 
---
I'm working on it 

-- 
   What|Removed |Added

 AssignedTo|unassigned at gcc dot gnu   |konqueror at gmx dot de
   |dot org |
 Status|UNCONFIRMED |ASSIGNED
 Ever Confirmed||1
   Last reconfirmed|-00-00 00:00:00 |2005-01-07 22:40:49
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17069


[Bug java/18868] Interface containing anonymous class breaks gij

2004-12-07 Thread konqueror at gmx dot de

--- Additional Comments From konqueror at gmx dot de  2004-12-07 13:55 
---
Created an attachment (id=7699)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7699&action=view)
Testcase compile by jikes 1.22


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18868


[Bug java/18868] Interface containing anonymous class breaks gij

2004-12-07 Thread konqueror at gmx dot de

--- Additional Comments From konqueror at gmx dot de  2004-12-07 13:24 
---
The bug only occurs when compiling the testcase with jikes (1.22) and not when 
compiling gcj (3.4.2 or 4.0.0).  

-- 
   What|Removed |Added

  Known to fail||3.4.2 4.0.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18868


[Bug java/18682] gcj doesnt reject invalid code

2004-11-26 Thread konqueror at gmx dot de


-- 
   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed||1
  Known to fail||3.3.4 3.4.2 4.0.0
   Last reconfirmed|-00-00 00:00:00 |2004-11-26 17:13:31
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18682


[Bug java/18682] New: gcj doesnt reject invalid code

2004-11-26 Thread konqueror at gmx dot de
GCJ does not reject the following invalid code: 
 
public class NullTest 
{ 
  public static void main (String[] args) 
  { 
int index = 1; 
if (index == null) 
  index++; 
  } 
}

-- 
   Summary: gcj doesnt reject invalid code
   Product: gcc
   Version: 4.0.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: konqueror at gmx dot de
CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18682


[Bug libgcj/16229] [meta-bug] http, URL, and URLConnection issues

2004-10-22 Thread konqueror at gmx dot de


-- 
Bug 16229 depends on bug 14009, which changed state.

Bug 14009 Summary: libgcj HttpURLConnection does not handle situation where retrieving 
url without trailing slash after domain.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14009

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16229


[Bug libgcj/14009] libgcj HttpURLConnection does not handle situation where retrieving url without trailing slash after domain.

2004-10-22 Thread konqueror at gmx dot de

--- Additional Comments From konqueror at gmx dot de  2004-10-22 20:35 ---
Bug fixed. 

-- 
   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14009


[Bug libgcj/14009] libgcj HttpURLConnection does not handle situation where retrieving url without trailing slash after domain.

2004-10-22 Thread konqueror at gmx dot de

--- Additional Comments From konqueror at gmx dot de  2004-10-22 20:30 ---
he patch got rewritten from scratch due to copyright assignment issues with 
the patch attached to the bug report. 
 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14009


[Bug libgcj/18114] ByteBuffer.allocateDirect does not return a direct buffer

2004-10-22 Thread konqueror at gmx dot de

--- Additional Comments From konqueror at gmx dot de  2004-10-22 20:03 ---
Confirmed 

-- 
   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed||1
   Last reconfirmed|-00-00 00:00:00 |2004-10-22 20:03:57
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18114


[Bug libgcj/18115] JNI nio buffer functions only work with byte buffers

2004-10-22 Thread konqueror at gmx dot de

--- Additional Comments From konqueror at gmx dot de  2004-10-22 20:03 ---
Confirmed 

-- 
   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed||1
   Last reconfirmed|-00-00 00:00:00 |2004-10-22 20:03:41
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18115


[Bug libgcj/13604] AccessController unfinished

2004-10-20 Thread konqueror at gmx dot de

--- Additional Comments From konqueror at gmx dot de  2004-10-20 20:36 ---
Please put native code into VMAccessController from start if possible. 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13604


[Bug java/17733] class read for the second time

2004-09-30 Thread konqueror at gmx dot de

--- Additional Comments From konqueror at gmx dot de  2004-09-30 15:46 ---
You need to unzip the jar in a directory and then try to compile the jar in 
there (the jar, not the class files directly). 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17733