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 225386 - com.sun.tools.javac.util.Context.get: LowPerformance took 20381 ms.
Summary: com.sun.tools.javac.util.Context.get: LowPerformance took 20381 ms.
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-01-27 15:41 UTC by szmitek
Modified: 2013-04-16 12:21 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 198052


Attachments
nps snapshot (120.50 KB, application/nps)
2013-01-27 15:41 UTC, szmitek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description szmitek 2013-01-27 15:41:17 UTC
This issue was reported manually by szmitek.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build nbms-and-javadoc-10156-on-20130124)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-b18
OS: Windows 8

User Comments:
szmitek: Trying to edit Java code JSP page with HTML



Maximum slowness yet reported was 20381 ms, average is 20381
Comment 1 szmitek 2013-01-27 15:41:20 UTC
Created attachment 130696 [details]
nps snapshot
Comment 2 Dusan Balek 2013-04-16 12:21:20 UTC
As can be seen from the attached profiler snapshot most of the time is spent waiting for slow class loading and other IO operations.