Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 223777 Details for
Bug 394718
VerifyError: Inconsistent stackmap frames
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
Sample program to reproduce VerifyError
file_394718.txt (text/plain), 505 bytes, created by
Daniel Mould
on 2012-11-20 18:43:25 EST
(
hide
)
Description:
Sample program to reproduce VerifyError
Filename:
MIME Type:
Creator:
Daniel Mould
Created:
2012-11-20 18:43:25 EST
Size:
505 bytes
patch
obsolete
>public class VerifyErrorTest >{ > public static Boolean test() throws Exception > { > try > { > for (int i = 0; i < 1; i++) > { > long status = System.currentTimeMillis(); > if (status < 0) > return false; > if (status == 1) > return false; > } > > return false; > } > finally > { > System.currentTimeMillis(); > } > } > > public static void main(String[] args) throws Exception > { > System.out.println("Starting"); > test(); > System.out.println("Done"); > } >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 394718
: 223777 |
223779
|
223780