« 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=159007#action_159007 ]

Ian Rogers commented on RVM-714:
--------------------------------

Hi Dave, turn on verboseBoot and verbose class loading to see what's going on. Running the class initializer for java.net.InetAddress is forcing the loading of a lot java security classes. It'd be easy to add them to the primordials but most of these classes have their own static initializers.

> 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