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

[JVMCI] jvmciCompiler.cpp needs to include "oops/objArrayOop.inline.hpp""

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 13
    • 11, 13
    • hotspot
    • Xcode

    • b21
    • x86
    • os_x

      I get:

      Undefined symbols for architecture x86_64:
        "objArrayOopDesc::obj_at(int) const", referenced from:
            JVMCICompiler::force_comp_at_level_simple(Method*) in jvmciCompiler.o
      ld: symbol(s) not found for architecture x86_64

      when trying to link jvmciCompiler.cpp via Xcode without:

      #include "oops/objArrayOop.inline.hpp"

            gziemski Gerard Ziemski
            gziemski Gerard Ziemski
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: