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 213413 - [HeapWalker] Add support for JDK enhancement 6924259 (Remove String.count/String.offset/String.hashcode)
Summary: [HeapWalker] Add support for JDK enhancement 6924259 (Remove String.count/Str...
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-01 20:41 UTC by Tomas Hurka
Modified: 2012-06-05 06:06 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Hurka 2012-06-01 20:41:24 UTC
Add support for JDK enhancement 6924259, which removes String.count and String.offset fields. See http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6924259 for details.
Comment 1 Tomas Hurka 2012-06-01 20:51:00 UTC
Done in profiler-main

changeset:   223187:6b373bace68a
user:        Tomas Hurka <thurka@netbeans.org>
date:        Fri Jun 01 22:48:51 2012 +0200
summary:     issue #213413, handle java.lang.String instances, which do not have 'offset' and 'count' instance fields
Comment 2 Quality Engineering 2012-06-05 06:06:52 UTC
Integrated into 'main-golden', will be available in build *201206050001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/6b373bace68a
User: Tomas Hurka <thurka@netbeans.org>
Log: issue #213413, handle java.lang.String instances, which do not have 'offset' and 'count' instance fields