JDK-6598065 : EXCEPTION_ACCESS_VIOLATION on Modify Profiling
  • Type: Bug
  • Component: hotspot
  • Sub-Component: jvmti
  • Affected Version: 6
  • Priority: P4
  • Status: Closed
  • Resolution: Won't Fix
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2007-08-28
  • Updated: 2023-12-13
  • Resolved: 2016-11-04
Related Reports
Relates :  
Description
This is copy of original report available here: http://www.netbeans.org/issues/show_bug.cgi?id=113847

Product Version: NetBeans IDE Dev (Build 200708270000) 
Java: 1.6.0_02; Java HotSpot(TM) Client VM 1.6.0_02-b06 
System: Windows XP version 5.1 running on x86; Cp1251; ru_RU (nb)

Performed steps:
- Run AnagramGame app using java -jar .\Anagrams.jar command
- Performed Local Dynamic Attach: AngramGame project, Memory, Allocation, 10, record stack traces.
- Invoked Modify Profiling: changed 10 to 11. Pressed OK
- RESULT: Application was shut down with

#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d8491aa, pid=2260, tid=2444
#
# Java VM: Java HotSpot(TM) Client VM (1.6.0_02-b06 mixed mode, sharing)
# Problematic frame:
# V  [jvm.dll+0x891aa]

Reproduced also with JDK 1.6.0_01-b06:

#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d84896a, pid=272, tid=1776
#
# Java VM: Java HotSpot(TM) Client VM (1.6.0_01-b06 mixed mode, sharing)
# Problematic frame:
# V  [jvm.dll+0x8896a]

Comments
This is not on our list of current priorities. If this changes, please reopen this issue.
04-11-2016

WORK AROUND Similarly to CR 6497639, Running profiled application with -Xshare:off seems to be a work around.
28-08-2007