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 201138 - It couldn't get well with JDK1.6_U26 64 bit(windows)
Summary: It couldn't get well with JDK1.6_U26 64 bit(windows)
Status: RESOLVED INCOMPLETE
Alias: None
Product: php
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0.1
Hardware: All All
: P3 normal (vote)
Assignee: gofeidao
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-19 19:18 UTC by gofeidao
Modified: 2011-08-23 08:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
the snapshot (179.31 KB, application/octet-stream)
2011-08-23 06:26 UTC, gofeidao
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gofeidao 2011-08-19 19:18:18 UTC
Product Version = NetBeans IDE 7.0.1 (Build 201107282000)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.6.0_26
Runtime = Java HotSpot(TM) Client VM 20.1-b02

It work very slow when using JDK 64 bit version, memery costs may temporary raise up to 1.3G. When I swtich back to x86 version, everything go fine.
Comment 1 Marian Mirilovic 2011-08-22 09:04:33 UTC
Could you please specify what action is causing the IDE to be slow, use more memory (what did you do)? Thanks in advance.
Comment 2 Tomas Mysik 2011-08-22 13:44:53 UTC
Is it reproducible with JDK update 24?

Very likely duplicate of issue #195278 (problems in JDK update 26). To confirm, it would really help us if you could attach a profiler snapshot [1] taken during the slowness. Just reopen this issue and attach a snapshot (snapshot of one or two minutes should be fine).

Thanks for reporting.
[1] http://wiki.netbeans.org/GenerateThreadDump#Profile_Me_Now

*** This bug has been marked as a duplicate of bug 195278 ***
Comment 3 gofeidao 2011-08-23 06:26:43 UTC
Created attachment 110145 [details]
the snapshot 

Thank you for your reply.
I took a snapshot of this issue.
And here are my netbeans startup options:
================================
netbeans_default_options="-J-client -J-Xss2m -J-Xms32m -J-XX:PermSize=32m -Xms512m -J-XX:MaxPermSize=384m -Xmx1024m -J-Dapple.laf.useScreenMenuBar=true -J-Dapple.awt.graphics.UseQuartz=true -J-Dsun.java2d.noddraw=true -Dawt.useSystemAAFontSettings=lcd -J-Dfile.encoding=UTF-8"
=====
It occurs when I just open the IDE and type some code into the editor, the first character may takes 10 more seconds to show up, while the hole IDE stuck in "no response". However it never occurs with JDK x86 version.
Comment 4 Tomas Mysik 2011-08-23 08:59:33 UTC
Weird, nothing suspicious in the attached snapshot. When exactly have you created it? The best is to:
- start IDE
- start profiling
- type a character
- (wait a couple of seconds)
- stop profiling

Maybe, it could be helpful for us if you could attach a normal thread dump [1]:
- start IDE
- type a character
- take thread dump (or two)

Just reopen this issue.

Thanks for your cooperation.
[1] http://wiki.netbeans.org/GenerateThreadDump#Console_on_Windows