« Return to Thread: [jira] Created: (RVM-714) Massive increase in time to execute VM.boot

[jira] Commented: (RVM-714) Massive increase in time to execute VM.boot

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View in Thread


    [ http://jira.codehaus.org/browse/RVM-714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=159009#action_159009 ]

David Grove commented on RVM-714:
---------------------------------

Right. I guess my comment was that boot time for me is less than 100ms, so I was wondering why you were seeing such a large slowdown.  I'm loading gazillions of javax.crypto classes, but it doesn't seem to be impacting performance that much.

[dgrove@linchen rvm-trunk]$ time  ~/rvm-trunk/dist/development_ia32-linux/rvm Hello
Hello World

real    0m0.158s
user    0m0.100s
sys     0m0.044s


> Massive increase in time to execute VM.boot
> -------------------------------------------
>
>                 Key: RVM-714
>                 URL: http://jira.codehaus.org/browse/RVM-714
>             Project: RVM
>          Issue Type: Bug
>            Reporter: Ian Rogers
>            Priority: Blocker
>             Fix For: svn head
>
>
> r15151("Fix for RVM-700, failure for ServerSockets to work.") has caused a large amount of class loading to occur during VM.boot. This has increased the boot time by a factor of 10 on my system (0.5s to 5s).

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

------------------------------------------------------------------------------
_______________________________________________
Jikesrvm-issues mailing list
Jikesrvm-issues@...
https://lists.sourceforge.net/lists/listinfo/jikesrvm-issues

 « Return to Thread: [jira] Created: (RVM-714) Massive increase in time to execute VM.boot