[Sablevm-bugs] [ sablevm-Bugs-422564 ] Switch statement not handled correctly
Brought to you by:
egagnon
From: <no...@so...> - 2001-05-09 07:12:39
|
Bugs item #422564, was updated on 2001-05-09 00:12 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105523&aid=422564&group_id=5523 Category: None Group: Execution Error Status: Open Resolution: None Priority: 5 Submitted By: Navindra Umanee (navindra) Assigned to: Nobody/Anonymous (nobody) Summary: Switch statement not handled correctly Initial Comment: Aha! Found my second or third SableVM bug -- finally one that's easy to describe and reproduce. ;-) Check the attached .java file, and compile it. Run it against Sun Java and SableVM: [asimov] [/home/navindra/work] java SableVMBug Switch1: 1 [asimov] [/home/navindra/work] sablevm -Y SableVMBug Switch1: default While debugging coffi, I at first thought this bug involved nested switches but the simplicity of this included example proves otherwise and muchly confuses me. It appears that sometimes switches work and sometimes not. I'll look into this some more if it'll help. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105523&aid=422564&group_id=5523 |