Uploaded image for project: 'Byteman'
  1. Byteman
  2. BYTEMAN-282

ThreadLocal.get() ENTER rule not injected

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Major Major
    • None
    • 2.2.1
    • Trigger Injection
    • None

      Injecting the following check-passing rule:

      RULE g
      CLASS ^java.lang.ThreadLocal
      METHOD get
      AT ENTRY
      IF true
      DO traceStack()
      ENDRULE

      Works only in subclasses of ThreadLocal but not in "java.lang.ThreadLocal" itself. Tried even adding byteman to the boot class path with no success, verbose logging prints steps for ThreadLocal subclasses but not for the base class.

            rhn-engineering-adinn Andrew Dinn
            circlespainter Fabio Tudone (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: