JDK-6270293 : JPDA: Request for events for monitor acquisitions
  • Type: Bug
  • Component: core-svc
  • Sub-Component: debugger
  • Affected Version: 6
  • Priority: P5
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2005-05-13
  • Updated: 2017-05-16
  • Resolved: 2005-06-08
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6Resolved
Related Reports
Duplicate :  
Description
Opening bug for CCC review follow-up.

 (1) Could you please add the sentence "Since JDWP version 1.6."
      for new JDWP CommandSet Events:
        MonitorContendedEnter
        MonitorContendedEntered
        MonitorWait
        MonitorWaited
 

 (3) The com.sun.jdi.event.MonitorWaitEvent.timeout() method
      contains a sentence:
        "Returns:
            a jlong containing monitor wait time in milliseconds."
              ^^^^^
      We believe it should be changed to "number".
 
 
 (2) Could you please add the sentences
        "Not all targets support this operation. Use VirtualMachine.canUseInstanceFilters()
         to determine if the operation is supported."
      and
        "Throws:
         UnsupportedOperationException - if the target virtual machine does not support this operation.
         ..."
      for the following methods in the com.sun.jdi.request package:
        MonitorContendedEnteredRequest.addInstanceFilter(ObjectReference instance)
        MonitorContendedEnterRequest.addInstanceFilter(ObjectReference instance)
        MonitorWaitedRequest.addInstanceFilter(ObjectReference instance)
        MonitorWaitRequest.addInstanceFilter(ObjectReference instance)

###@###.### 2005-05-13 19:41:20 GMT

Comments
EVALUATION Fixed reviewer suggested comments using orginal RFE 4401399 ###@###.### 2005-05-24 21:59:28 GMT
24-05-2005