Bug 30922 - Remove hack to avoid stack overflow
Summary: Remove hack to avoid stack overflow
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P2 normal (vote)
Target Milestone: 2.1 RC1   Edit
Assignee: Darin Swanson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 30920
Blocks:
  Show dependency tree
 
Reported: 2003-02-04 18:23 EST by Darin Wright CLA
Modified: 2003-02-09 21:12 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Wright CLA 2003-02-04 18:23:49 EST
The JREContainerInitializer has a hack to avoid a stack overflow (which is a 
bug in JCORE). This hack should be removed once the JCORE bug is fixed.
Comment 1 Philipe Mulet CLA 2003-02-05 05:04:35 EST
Why do you think setting a container to null is a good thing to do ?
What are you trying to achieve ?
Comment 2 Darin Wright CLA 2003-02-05 09:52:36 EST
I found that if I did not set a container to null, then the old value was used 
for the container (which referred to a non-existant JRE). I wanted to clear the 
binding so it was unbound.
Comment 3 Darin Wright CLA 2003-02-06 12:26:31 EST
Fixed.
Comment 4 Darin Wright CLA 2003-02-06 12:26:49 EST
Please verify, Darin (S).
Comment 5 Darin Swanson CLA 2003-02-09 21:12:20 EST
Verified code.