[Bug libgcj/21222] must restrict access to gnu.classpath.*

2005-04-25 Thread mark at gcc dot gnu dot org
--- Additional Comments From mark at gcc dot gnu dot org 2005-04-25 21:01 --- the package.access Security property should be set whenever the classpath.security file is read and it defines such a property. At the moment the default classpath.security file doesn't have such a pro

[Bug java/21418] New: Order of source files matters when compiling

2005-05-06 Thread mark at gcc dot gnu dot org
Summary: Order of source files matters when compiling Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mark at g

[Bug java/21418] Order of source files matters when compiling

2005-05-06 Thread mark at gcc dot gnu dot org
--- Additional Comments From mark at gcc dot gnu dot org 2005-05-06 14:50 --- > I thought I saw something like this before. You are probably refering to bug #17845 which was recently closed since it couldn't be reproduced (because I added a workaround to GNU Classpath). I ca

[Bug java/21428] bogus warning: unused parameter 'this'

2005-05-06 Thread mark at gcc dot gnu dot org
--- Additional Comments From mark at gcc dot gnu dot org 2005-05-06 21:13 --- This also happens with 4.0 and 3.4, but 3.3 doesn't show any warning. -- What|Removed |

[Bug libgcj/20504] java.util.regex implementation doesn't support quoting constructs

2005-05-16 Thread mark at gcc dot gnu dot org
--- Additional Comments From mark at gcc dot gnu dot org 2005-05-16 16:03 --- The paperwork cleared with the FSF. There was a glitch in the new "fully-automatic" system. Apologies. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20504

[Bug java/22060] New: javax/swing/text/InternationalFormatter.clone() doesn't compile (GNU Classpath)

2005-06-14 Thread mark at gcc dot gnu dot org
#x27;t compile (GNU Classpath) Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mar

[Bug libgcj/18014] java.util.Locale changes variant to upper case

2004-12-24 Thread mark at gcc dot gnu dot org
--- Additional Comments From mark at gcc dot gnu dot org 2004-12-24 20:54 --- There is now a new Mauve testcase for this (ResourceBundle lower case locale variant) and a fix has been checked into GNU Classpath CVS as 2004-12-24 Mark Wielaard <[EMAIL PROTECTED]> Fix

[Bug java/19325] New: Invoking gcj -C on a list of source files consumes insane amount of memory

2005-01-08 Thread mark at gcc dot gnu dot org
Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mark at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot

[Bug c++/19349] New: Valgrind errors compiling libjava c++ sources

2005-01-09 Thread mark at gcc dot gnu dot org
+ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mark at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19349

[Bug AWT/19453] New: AWT FileDialog crashes

2005-01-14 Thread mark at gcc dot gnu dot org
oduct: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: AWT AssignedTo: fitzsim at redhat dot com ReportedBy: mark at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org,java-prs at g

[Bug AWT/19453] AWT FileDialog gives warnings

2005-01-15 Thread mark at gcc dot gnu dot org
--- Additional Comments From mark at gcc dot gnu dot org 2005-01-15 16:20 --- The crash probably came from the use of '.' instead of '/' in the JNI method signature requested in the native code. Fixed in GNU Classpath CVS by: 2005-01-15 Mark Wielaar

[Bug libgcj/19512] Optional JNI error checking

2005-01-18 Thread mark at gcc dot gnu dot org
--- Additional Comments From mark at gcc dot gnu dot org 2005-01-18 21:51 --- Some other things that could be checked: - Using wrongly formatted JNI descriptor strings in Get[Static](Field|Method)ID() (note '.' is not allowed, must be '/'). - Using a JNIE

[Bug libgcj/19512] Optional JNI error checking

2005-01-22 Thread mark at gcc dot gnu dot org
--- Additional Comments From mark at gcc dot gnu dot org 2005-01-22 11:51 --- Working on a patch. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu

[Bug java/19674] New: Empty declaration through semicolon (;) causes compile failure

2005-01-28 Thread mark at gcc dot gnu dot org
Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mark at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19674

[Bug java/18131] [meta-bug] inner class problems in java front-end

2005-02-09 Thread mark at gcc dot gnu dot org
-- What|Removed |Added BugsThisDependsOn||19870 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18131

[Bug java/19870] New: gcj -C compiled code accessing private fields of inner classes from outer class give IllegalAccessError

2005-02-09 Thread mark at gcc dot gnu dot org
Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mark at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org OtherBugsDependingO 18131 nThis: http://gcc.gnu.org

[Bug libgcj/8170] jni.cc needs stack trace handling

2005-02-10 Thread mark at gcc dot gnu dot org
--- Additional Comments From mark at gcc dot gnu dot org 2005-02-10 23:28 --- Working on a patch for this link.cc and other internal symbols. -- What|Removed |Added

[Bug libgcj/8170] jni.cc needs stack trace handling

2005-02-10 Thread mark at gcc dot gnu dot org
--- Additional Comments From mark at gcc dot gnu dot org 2005-02-11 02:51 --- Patch here: http://gcc.gnu.org/ml/java-patches/2005-q1/msg00322.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8170

[Bug libgcj/8170] jni.cc needs stack trace handling

2005-02-12 Thread mark at gcc dot gnu dot org
--- Additional Comments From mark at gcc dot gnu dot org 2005-02-12 13:53 --- Patch to fix this and other _Jv_ internal madness checked in. -- What|Removed |Added

[Bug libgcj/17002] New: java.util.TimeZone.getDefault() is broken

2004-08-12 Thread mark at gcc dot gnu dot org
: java.util.TimeZone.getDefault() is broken Product: gcc Version: 3.5.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: libgcj AssignedTo: mark at klomp dot org ReportedBy: mark at gcc dot gnu dot org CC

[Bug AWT/17952] New: Windows don't show with window manager that supports _NET_REQUEST_FRAME_EXTENTS

2004-10-12 Thread mark at gcc dot gnu dot org
AssignedTo: fitzsim at redhat dot com ReportedBy: mark at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17952

[Bug AWT/17952] Windows don't show with window manager that supports _NET_REQUEST_FRAME_EXTENTS

2004-10-12 Thread mark at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 Last reconfirmed|-00-00 00:00:00 |2004-10-

[Bug libgcj/18036] Bad interaction between interpreter and Class.forName()

2004-10-17 Thread mark at gcc dot gnu dot org
--- Additional Comments From mark at gcc dot gnu dot org 2004-10-17 08:52 --- Created an attachment (id=7366) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7366&action=view) Small ClassLoader test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18036

[Bug java/17845] can't build GNU Classpath

2004-10-27 Thread mark at gcc dot gnu dot org
--- Additional Comments From mark at gcc dot gnu dot org 2004-10-27 19:07 --- Got another report for this on powerpc-apple-darwin7.5.0, gcj 3.4.2. I have added a workaround for it in GNU Classpath CVS --- java/security/cert/X509Certificate.java 20 Oct 2004 07:11:40 - 1.7

[Bug java/17845] can't build GNU Classpath

2004-10-27 Thread mark at gcc dot gnu dot org
--- Additional Comments From mark at gcc dot gnu dot org 2004-10-27 20:06 --- > Does this mean that you've actually been able to duplicate the bug? > Can you at least let me have a backtrace? > Surely it's better to fix the bug than install a workaround in Classpath.

[Bug libgcj/18234] New: System property java.library.path doesn't get used by System.loadLibrary()

2004-10-30 Thread mark at gcc dot gnu dot org
ed at gcc dot gnu dot org ReportedBy: mark at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18234

[Bug libgcj/18234] System property java.library.path doesn't get used by System.loadLibrary()

2004-10-30 Thread mark at gcc dot gnu dot org
--- Additional Comments From mark at gcc dot gnu dot org 2004-10-30 23:03 --- Think I found what goes wrong. We call lt_dlinit after we have set lt_dlsetsearchpath. Testing a patch. -- What|Removed |Added

[Bug libgcj/18234] System property java.library.path doesn't get used by System.loadLibrary()

2004-10-30 Thread mark at gcc dot gnu dot org
--- Additional Comments From mark at gcc dot gnu dot org 2004-10-30 23:27 --- Patch here: http://gcc.gnu.org/ml/java-patches/2004-q4/msg00393.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18234

[Bug libgcj/18234] System property java.library.path doesn't get used by System.loadLibrary()

2004-10-30 Thread mark at gcc dot gnu dot org
--- Additional Comments From mark at gcc dot gnu dot org 2004-10-31 00:07 --- Fix checked in. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug bootstrap/18288] New: remaking existing build after cvs update gives configure recheck problems

2004-11-03 Thread mark at gcc dot gnu dot org
recheck problems Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mark at gcc dot gnu dot org CC

[Bug bootstrap/18288] remaking existing build after cvs update gives configure recheck problems

2004-11-03 Thread mark at gcc dot gnu dot org
--- Additional Comments From mark at gcc dot gnu dot org 2004-11-03 20:37 --- Another workaround (just told to me on irc, and verified) is to rerun you configure statement in the top level build directory before doing a make in the top level build dir. -- http://gcc.gnu.org/bugzilla

[Bug libgcj/18036] New: Bad interaction between interpreter and Class.forName()

2004-10-16 Thread mark at gcc dot gnu dot org
ss.forName() Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mark at gcc dot gnu dot org CC: gcc-bugs

[Bug java/18696] New: Miscompilation of GtkMenuItemPeer.setParent(MenuItem)

2004-11-27 Thread mark at gcc dot gnu dot org
lso http://gcc.gnu.org/ml/java-patches/2004-q4/msg00736.html -- Summary: Miscompilation of GtkMenuItemPeer.setParent(MenuItem) Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unass

[Bug java/18697] New: Miscompilation of GtkMenuItemPeer.setParent(MenuItem)

2004-11-27 Thread mark at gcc dot gnu dot org
lso http://gcc.gnu.org/ml/java-patches/2004-q4/msg00736.html -- Summary: Miscompilation of GtkMenuItemPeer.setParent(MenuItem) Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unass

[Bug java/18696] [4.0 Regression] Miscompilation of GtkMenuItemPeer.setParent(MenuItem)

2004-11-27 Thread mark at gcc dot gnu dot org
--- Additional Comments From mark at gcc dot gnu dot org 2004-11-28 00:07 --- *** This bug has been marked as a duplicate of 18697 *** -- What|Removed |Added

[Bug java/18697] Miscompilation of GtkMenuItemPeer.setParent(MenuItem)

2004-11-27 Thread mark at gcc dot gnu dot org
--- Additional Comments From mark at gcc dot gnu dot org 2004-11-28 00:08 --- *** Bug 18696 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18697

[Bug java/18697] [4.0 Regression] Miscompilation of GtkMenuItemPeer.setParent(MenuItem)

2004-11-28 Thread mark at gcc dot gnu dot org
--- Additional Comments From mark at gcc dot gnu dot org 2004-11-28 12:41 --- Seems it does work with a build from a few days earlier on i686-pc-linux-gnu gij (GNU libgcj) version 4.0.0 20041124 (experimental) -- What|Removed |Added

[Bug java/18697] [4.0 Regression] Miscompilation of GtkMenuItemPeer.setParent(MenuItem)

2004-11-28 Thread mark at gcc dot gnu dot org
--- Additional Comments From mark at gcc dot gnu dot org 2004-11-28 13:29 --- Added the Menu part from GNU Classpath examples as simple testcase. Unfortunately after updating gcc again (version 4.0.0 20041128 (experimental)) I hit [Bug java/18699] SIGSEGV in GC_local_gcj_malloc with

[Bug libgcj/18699] [4.0 Regression] SIGSEGV in GC_local_gcj_malloc

2004-11-28 Thread mark at gcc dot gnu dot org
--- Additional Comments From mark at gcc dot gnu dot org 2004-11-28 14:50 --- Also seeing this with some simple AWT programs (see bug #18697) and a recent gjdoc build (as described at http://gcc.gnu.org/ml/java/2004-11/msg00169.html). -- What|Removed

[Bug libgcj/18699] [4.0 Regression] SIGSEGV in GC_local_gcj_malloc

2004-11-28 Thread mark at gcc dot gnu dot org
--- Additional Comments From mark at gcc dot gnu dot org 2004-11-28 15:28 --- Reverting this patch seems to make things work again: Index: ChangeLog === RCS file: /cvs/gcc/gcc/boehm-gc/ChangeLog,v retrieving revision 1.212

[Bug libgcj/18699] [4.0 Regression] SIGSEGV in GC_local_gcj_malloc

2004-11-28 Thread mark at gcc dot gnu dot org
--- Additional Comments From mark at gcc dot gnu dot org 2004-11-28 21:57 --- That TT.java example program also fails for me. The other testcases I had work again when reverting the patch in comment #3. The TT testcase fails even when I revert that patch. -- http://gcc.gnu.org

<    1   2