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

Add a ClassChecker cache

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • 3.0.13, 4.0.3
    • 3.0.12, 4.0.2
    • Trigger Injection
    • None

      When overriding rules and/or interface rules are installed it is necessary to traverse the super chain and/or implemented interface tree for a given class X at load time, This is needed in order to detect whether a rule referencing a super or implemented interface of X needs to be injected into X.

      The class traversal must proceed by loading and checking the bytecode for supers and implemented interfaces as a byte[]. A cache retaining ClassChecker instances derived from previously loaded byte[] instances may be helpful in avoiding the cost of repeated loads.

              rhn-engineering-adinn Andrew Dinn
              rhn-engineering-adinn Andrew Dinn
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: