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

[AIX] Broken build after JDK-8295475

XMLWordPrintable

    • b27
    • aix

      After JDK-8295475, compiling with xlclang++ complains about many objects which inherit the ResourceObj class.

      Sample error output:

      In file included from ad_ppc.cpp:33:
      /home/hotspot/openjdk/jdk-tyler/src/hotspot/share/code/compiledIC.hpp:280:22: error: attempt to use a deleted function
        CompiledIC* c_ic = new CompiledIC(nm, nativeCall_before(return_addr));
                           ^
      /home/hotspot/openjdk/jdk-tyler/src/hotspot/share/memory/allocation.hpp:443:9: note: 'operator delete' has been explicitly marked deleted here
        void operator delete(void* p) = delete;

            tsteele Tyler Steele
            tsteele Tyler Steele
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: