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

Cross-compilation ARM32/AARCH clientvm builds fails after JDK-8239450

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 15
    • 15
    • infrastructure
    • b13
    • aarch64
    • linux

      Cross-compilation ARM32/ARM64 client builds fails after JDK-8239450 update.
      First it annoys with missing includes, and then (with #includes added) buildjdk reports it doesn't support SerialGC.

      [buildjdk] Compiling 6 properties into resource bundles for java.base
      /home/build/jdk-jdk/src/hotspot/share/gc/shared/gcConfig.cpp:186:44: error: invalid use of incomplete type 'class GCArguments'
           if (gc->_name == name && gc->_arguments.is_supported()) {
                                                  ^
      In file included from /home/build/jdk-jdk/src/hotspot/share/gc/shared/gcConfig.cpp:26:0:
      /home/build/jdk-jdk/src/hotspot/share/gc/shared/gcConfig.hpp:31:7: note: forward declaration of 'class GCArguments'
       class GCArguments;
             ^
      ...
      /home/build/jdk-jdk/src/hotspot/share/gc/shared/genCollectedHeap.cpp: In member function 'virtual void GenCollectedHeap::post_initialize()':
      /home/build/jdk-jdk/src/hotspot/share/gc/shared/genCollectedHeap.cpp:197:3: error: 'MarkSweep' has not been declared
         MarkSweep::initialize();
         ^
      ...
      /home/build/jdk-jdk/src/hotspot/share/runtime/java.cpp:533:7: error: 'VMThread' has not been declared
         if (VMThread::vm_thread() != NULL) {
             ^

      [buildjdk] Creating interim java.logging.jmod
      Error occurred during initialization of VM
      Option -XX:+UseSerialGC not supported

            ihse Magnus Ihse Bursie
            bulasevich Boris Ulasevich
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: