This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 8618 - performance - eager loading of bundles during startup
Summary: performance - eager loading of bundles during startup
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-11-29 10:15 UTC by anovak
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description anovak 2000-11-29 10:15:09 UTC
# dump 1
org.netbeans.modules.java.JavaDataObject.<clinit>()
  org.netbeans.modules.java.JavaElementNodeFactory.<clinit>() // this can be
avoided as well
    java.lang.Class.forName()
      java.lang.Class.forName0()
        org.netbeans.modules.java.tools.OverrideAction.<clinit>()
          org.openide.util.NbBundle.getBundle()

#dump 2
org.netbeans.modules.java.Util.<clinit>()
  org.openide.util.NbBundle.getBundle()
Comment 1 Jan Chalupa 2001-03-12 10:46:16 UTC
Version: 'Dev' -> 3.2
Comment 2 Svata Dedic 2001-03-28 16:37:01 UTC
Fixed both in action and in the base package.
Comment 3 Jan Chalupa 2001-05-05 23:26:18 UTC
Target milestone -> 3.2
Comment 4 Quality Engineering 2003-07-01 13:20:41 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.