Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4291757

JPDA: No Access watch point event generated for static final fields.

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Won't Fix
    • Icon: P4 P4
    • tbd
    • 1.3.0
    • core-svc
    • generic
    • generic

      In the JDI API spec there is no description about setting accesswatchpoint for a final field.
      When set, there is no event generated.

      Steps to verify
      ---------------
      1. Compile the attached file with -g option.
      2. Open a terminal and set LD_LIBRARY_PATH=/usr/local/java/jdk1.3/solaris/lib/sparc/
      3. Run
      java -classic -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5670 FinalFld
      4. open another terminal and set LD_LIBRARY_PATH=/usr/local/java/jdk1.3/solaris/lib/sparc/

      5. and Run jdb -classic -attach 5670

      6. when the jdb prompt is there
      type
      watch access FinalFld.fileName

      for which the Field Access event is fired
      and when you do the same steps for

      watch access FinalFld.fileName4

      Events are not generated.






            Unassigned Unassigned
            sshakilasunw Shahulhameedmohaideenhaleema Shakila (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: