Bug 44143 - [JSR202] Remove usage of jsr bytecodes in 1.5 mode
Summary: [JSR202] Remove usage of jsr bytecodes in 1.5 mode
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.0 M5   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-03 13:03 EDT by Olivier Thomann CLA
Modified: 2003-11-25 06:28 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Thomann CLA 2003-10-03 13:03:00 EDT
According to the JSR202, the jsr bytecode will no longer be supported once 1.5
is released.
Comment 1 Philipe Mulet CLA 2003-10-04 06:37:41 EDT
Inlining subroutines will require to be able to perform code gen of a given 
(finally) block multiple times. In particular, labels should support reentering 
into code gen.
Comment 2 Philipe Mulet CLA 2003-10-07 05:17:25 EDT
I have a version with no jsr bytecodes. Still optimizing the case where 
subroutine is not completing normally.

Will wait until M4 is over to release. It affects only one of our test 
ClassFileReaderTests#test048 due a different count in exception handler (one 
segment less).
Comment 3 Philipe Mulet CLA 2003-10-09 18:24:34 EDT
Fixed, will release publicly as soon as M4 is declared
Comment 4 David Audel CLA 2003-11-25 06:28:58 EST
Verified.