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

Remove stray BarrierSetAssembler call

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 12
    • 11
    • hotspot
    • gc
    • b02
    • x86
    • generic

      In methodHandles_x86.cpp, around l443, there is a stray call:

      BarrierSetAssembler* bs = BarrierSet::barrier_set()->barrier_set_assembler();

      which is subsequently never used. Introduced by JDK-8199417: Modularize interpreter GC barriers, probably an artifact of moving around code.

            rkennke Roman Kennke
            rkennke Roman Kennke
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: