[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/28396] New: PreferenceListeners won't fire while using GC
From: |
gmclachl at cis dot strath dot ac dot uk |
Subject: |
[Bug classpath/28396] New: PreferenceListeners won't fire while using GCJ 4.1.0 |
Date: |
16 Jul 2006 17:52:27 -0000 |
NodeChangeListener and PreferenceChangeListener will not fire.
I using Ubuntu Dapper (6.06) x86_64 with the following packages.
classpath: 2:0.19-2ubuntu1
gcj: 4:4.1.0-1
[Steps to reproduce]
I wrote a simple example to test both the listeners.
http://gmclachlan.f2s.com/TestTheListeners.java
http://gmclachlan.f2s.com/MyList.java
I compiled these using the following command.
gcj -C TestTheListeners.java MyList.java
Then used GCJ to run it.
java TestTheListeners
Expected:
The addition and removal of nodes should fire the listeners and a message
should be printed to the console.
Actual:
No output is recieved, the listeners do not seem to fire.
[Additional Information]
I then used Sun's jre to run the class files, which were compiled with gcj.
Expected:
The addition and removal of nodes should fire the listeners and a message
should be printed to the console.
Actual:
As expected.
It seems using Sun's jre produces the expected result.
[Debugging]
Running this through the debugger (gdb) produces no messages, or errors.
--
Summary: PreferenceListeners won't fire while using GCJ 4.1.0
Product: classpath
Version: 0.19
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: classpath
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: gmclachl at cis dot strath dot ac dot uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28396
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug classpath/28396] New: PreferenceListeners won't fire while using GCJ 4.1.0,
gmclachl at cis dot strath dot ac dot uk <=