Fatal error during bootcycle build step #2
Sergey Nazarkin
snazarkin at azul.com
Mon Jun 17 10:35:13 UTC 2019
Fixed http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/f8439778c7ce
Sergey Nazarkin
> On Jun 14, 2019, at 19:04, Sergey Nazarkin <snazarkin at azul.com> wrote:
>
> Tiago,
>
> this is my fault. The fix will be ready soon.
>
> Sorry for inconvenience.
>
>
> Sergey
>
>
>
>> On Jun 14, 2019, at 00:03, Tiago Daitx <tiago.daitx at canonical.com> wrote:
>>
>> Hi,
>>
>> We recently updated our openjdk-8 Ubuntu package to use
>> jdk8u222-b04-aarch32-190603 for the hotspot and we have been seeing a
>> fatal error during the 2nd step of the bootcycle image build process.
>>
>> I would appreciate any help on figuring out what is going on or
>> pointers on where to look at.
>>
>> The full build log is available at
>> https://launchpadlibrarian.net/427278195/buildlog_ubuntu-eoan-armhf.openjdk-8_8u222-b04-3~ubuntu1_BUILDING.txt.gz
>> if anyone needs more information then the logs I'm pasting below.
>>
>> Many thanks,
>> Tiago Daitx
>>
>> ======
>> Build log snnipet
>> ======
>> Boot cycle build step 2: Building a new JDK image using previously built image
>> make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
>>
>> WARNING: You have the following ALT_ variables set:
>> ALT_SDT_H=/usr/include/arm-linux-gnueabihf/sys/sdt.h ALT_OBJCOPY=/does_not_exist
>> ALT_ variables are deprecated and will be ignored. Please clean your
>> environment.
>>
>> Running make as '/usr/bin/make VERBOSE= LOG_LEVEL=debug -R -I
>> /<<PKGBUILDDIR>>/src/make/common -rRw
>> -I/<<PKGBUILDDIR>>/src/make/common
>> SPEC=/<<PKGBUILDDIR>>/build/bootcycle-spec.gmk -j4'
>> Building OpenJDK for target 'images' in configuration '/<<PKGBUILDDIR>>/build'
>>
>> ## Starting langtools
>> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/langtools/make'
>> SetupJavaCompiler(BOOT_JAVAC)
>> [2] JAVAC := /<<PKGBUILDDIR>>/build/images/j2sdk-image/bin/javac
>> [3] SERVER_DIR :=
>> [4] SERVER_JVM := /<<PKGBUILDDIR>>/build/images/j2sdk-image/bin/java
>> -verbosegc -Xms1000M -Xmx1500M
>> [5] FLAGS := -XDignore.symbol.file=true -g -Xlint:all,-deprecation
>> -Werror
>> SetupJavaCompilation(BUILD_TOOLS)
>> [2] SETUP := BOOT_JAVAC
>> [3] DISABLE_SJAVAC := true
>> [4] ADD_JAVAC_FLAGS := -Xprefer:source
>> [5] SRC := /<<PKGBUILDDIR>>/src/langtools/make/tools
>> /<<PKGBUILDDIR>>/src/langtools/src/share/classes
>> [6] INCLUDES := compileproperties genstubs
>> [7] BIN := /<<PKGBUILDDIR>>/build/bootcycle-build/langtools/btclasses
>> /bin/mkdir -p /<<PKGBUILDDIR>>/build/bootcycle-build/langtools/btclasses
>> /bin/rm -f /<<PKGBUILDDIR>>/build/bootcycle-build/langtools/btclasses/_the.BUILD_TOOLS_batch
>> /<<PKGBUILDDIR>>/build/bootcycle-build/langtools/btclasses/_the.BUILD_TOOLS_batch.tmp
>> /bin/echo Writing 2 paths to ' >>
>> /<<PKGBUILDDIR>>/build/bootcycle-build/langtools/btclasses/_the.BUILD_TOOLS_batch.tmp'
>> Writing 2 paths to >>
>> /<<PKGBUILDDIR>>/build/bootcycle-build/langtools/btclasses/_the.BUILD_TOOLS_batch.tmp
>> /bin/echo Compiling `/usr/bin/wc
>> /<<PKGBUILDDIR>>/build/bootcycle-build/langtools/btclasses/_the.BUILD_TOOLS_batch.tmp
>> | /usr/bin/tr -s ' ' | /usr/bin/cut -f 2 -d ' '` files for BUILD_TOOLS
>> Compiling 2 files for BUILD_TOOLS
>> ( /<<PKGBUILDDIR>>/build/images/j2sdk-image/bin/javac
>> -XDignore.symbol.file=true -g -Xlint:all,-deprecation -Werror
>> -Xprefer:source -implicit:none -sourcepath
>> "/<<PKGBUILDDIR>>/src/langtools/make/tools:/<<PKGBUILDDIR>>/src/langtools/src/share/classes"
>> -d /<<PKGBUILDDIR>>/build/bootcycle-build/langtools/btclasses
>> @/<<PKGBUILDDIR>>/build/bootcycle-build/langtools/btclasses/_the.BUILD_TOOLS_batch.tmp
>> && /bin/mv /<<PKGBUILDDIR>>/build/bootcycle-build/langtools/btclasses/_the.BUILD_TOOLS_batch.tmp
>> /<<PKGBUILDDIR>>/build/bootcycle-build/langtools/btclasses/_the.BUILD_TOOLS_batch)
>> vm_version=25.222-b04
>> #
>> # A fatal error has been detected by the Java Runtime Environment:
>> #
>> # Internal Error (codeBuffer.cpp:968), pid=15283, tid=0xf5469460
>> # guarantee(sect->end() <= tend) failed: sanity
>> #
>> # JRE version: OpenJDK Runtime Environment (8.0_222-b04) (build
>> 1.8.0_222-ea-8u222-b04-3~ubuntu1-b04)
>> # Java VM: OpenJDK Client VM (25.222-b04 mixed mode linux-aarch32 )
>> # Failed to write core dump. Core dumps have been disabled. To enable
>> core dumping, try "ulimit -c unlimited" before starting Java again
>> #
>> # An error report file with more information is saved as:
>> # /<<PKGBUILDDIR>>/src/langtools/make/hs_err_pid15283.log
>> #
>> # If you would like to submit a bug report, please visit:
>> # http://bugreport.java.com/bugreport/crash.jsp
>> #
>> Aborted (core dumped)
>> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/langtools/make'
>> make[3]: *** No rule to make target 'all', needed by 'default'. Stop.
>> make[2]: *** [/<<PKGBUILDDIR>>/src//make/Main.gmk:85: langtools-only] Error 2
>> make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
>> make[1]: *** [/<<PKGBUILDDIR>>/src//make/Main.gmk:173:
>> bootcycle-images-only] Error 2
>> make[1]: Leaving directory '/<<PKGBUILDDIR>>/build'
>>
>>
>> ======
>> Full hs_err_log
>> ======
>> #
>> # A fatal error has been detected by the Java Runtime Environment:
>> #
>> # Internal Error (codeBuffer.cpp:968), pid=15283, tid=0xf5469460
>> # guarantee(sect->end() <= tend) failed: sanity
>> #
>> # JRE version: OpenJDK Runtime Environment (8.0_222-b04) (build
>> 1.8.0_222-ea-8u222-b04-3~ubuntu1-b04)
>> # Java VM: OpenJDK Client VM (25.222-b04 mixed mode linux-aarch32 )
>> # Failed to write core dump. Core dumps have been disabled. To enable
>> core dumping, try "ulimit -c unlimited" before starting Java again
>> #
>> # If you would like to submit a bug report, please visit:
>> # http://bugreport.java.com/bugreport/crash.jsp
>> #
>>
>> --------------- T H R E A D ---------------
>>
>> Current thread (0xf5307c00): JavaThread "main" [_thread_in_vm,
>> id=15284, stack(0xf541a000,0xf546a000)]
>>
>> Stack: [0xf541a000,0xf546a000]
>>
>> --------------- P R O C E S S ---------------
>>
>> Java Threads: ( => current thread )
>> 0xf5365400 JavaThread "Finalizer" daemon [_thread_blocked, id=15287,
>> stack(0xe2914000,0xe2964000)]
>> 0xf5363800 JavaThread "Reference Handler" daemon [_thread_blocked,
>> id=15286, stack(0xf302c000,0xf307c000)]
>> =>0xf5307c00 JavaThread "main" [_thread_in_vm, id=15284,
>> stack(0xf541a000,0xf546a000)]
>>
>> Other Threads:
>> 0xf535e000 VMThread [stack: 0xe2965000,0xe29e5000] [id=15285]
>>
>> VM state:not at safepoint (normal execution)
>>
>> VM Mutex/Monitor currently owned by a thread: None
>>
>> Heap:
>> def new generation total 2432K, used 207K [0xe3000000, 0xe32a0000,
>> 0xe8550000)
>> eden space 2176K, 9% used [0xe3000000, 0xe3033cf8, 0xe3220000)
>> from space 256K, 0% used [0xe3220000, 0xe3220000, 0xe3260000)
>> to space 256K, 0% used [0xe3260000, 0xe3260000, 0xe32a0000)
>> tenured generation total 5504K, used 0K [0xe8550000, 0xe8ab0000, 0xf3000000)
>> the space 5504K, 0% used [0xe8550000, 0xe8550000, 0xe8550200, 0xe8ab0000)
>> Metaspace used 1140K, capacity 2200K, committed 2200K, reserved 4400K
>>
>> Card table byte_map: [0xf317b000,0xf31fc000] byte_map_base: 0xf2a63000
>>
>> Polling page: 0xf7065000
>>
>> CodeCache: size=32768Kb used=812Kb max_used=812Kb free=31955Kb
>> bounds [0xf327c000, 0xf334c000, 0xf527c000]
>> total_blobs=91 nmethods=0 adapters=61
>> compilation: enabled
>>
>> Compilation events (0 events):
>> No events
>>
>> GC Heap History (0 events):
>> No events
>>
>> Deoptimization events (0 events):
>> No events
>>
>> Classes redefined (0 events):
>> No events
>>
>> Internal exceptions (2 events):
>> Event: 0.044 Thread 0xf5307c00 Exception <a
>> 'java/lang/NoSuchMethodError': Method
>> sun.misc.Unsafe.defineClass(Ljava/lang/String;[BII)Ljava/lang/Class;
>> name or signature does not match> (0xe3006ea0) thrown at
>> [/<<PKGBUILDDIR>>/src/hotspot/src/share/vm/prims/jn
>> Event: 0.044 Thread 0xf5307c00 Exception <a
>> 'java/lang/NoSuchMethodError': Method
>> sun.misc.Unsafe.prefetchRead(Ljava/lang/Object;J)V name or signature
>> does not match> (0xe3007170) thrown at
>> [/<<PKGBUILDDIR>>/src/hotspot/src/share/vm/prims/jni.cpp, line 4013]
>>
>> Events (10 events):
>> Event: 0.077 loading class java/lang/System$2
>> Event: 0.078 loading class sun/misc/JavaLangAccess
>> Event: 0.078 loading class sun/misc/JavaLangAccess done
>> Event: 0.078 loading class java/lang/System$2 done
>> Event: 0.078 loading class java/lang/IllegalArgumentException
>> Event: 0.078 loading class java/lang/IllegalArgumentException done
>> Event: 0.078 loading class java/lang/Compiler
>> Event: 0.078 loading class java/lang/Compiler done
>> Event: 0.078 loading class java/lang/Compiler$1
>> Event: 0.078 loading class java/lang/Compiler$1 done
>>
>>
>> Dynamic libraries:
>> 00662000-00663000 r-xp 00000000 fd:11 2361414
>> /<<PKGBUILDDIR>>/build/images/j2sdk-image/bin/javac
>> 00672000-00673000 r--p 00000000 fd:11 2361414
>> /<<PKGBUILDDIR>>/build/images/j2sdk-image/bin/javac
>> 00673000-00674000 rw-p 00001000 fd:11 2361414
>> /<<PKGBUILDDIR>>/build/images/j2sdk-image/bin/javac
>> 00734000-00755000 rw-p 00000000 00:00 0 [heap]
>> e2600000-e2621000 rw-p 00000000 00:00 0
>> e2621000-e2700000 ---p 00000000 00:00 0
>> e2700000-e2721000 rw-p 00000000 00:00 0
>> e2721000-e2800000 ---p 00000000 00:00 0
>> e2800000-e2821000 rw-p 00000000 00:00 0
>> e2821000-e2900000 ---p 00000000 00:00 0
>> e2914000-e2917000 ---p 00000000 00:00 0
>> e2917000-e2964000 rw-p 00000000 00:00 0
>> e2964000-e2965000 ---p 00000000 00:00 0
>> e2965000-e29e5000 rw-p 00000000 00:00 0
>> e29e5000-e2bb4000 r--s 03c3c000 fd:11 2862075
>> /<<PKGBUILDDIR>>/build/images/j2sdk-image/jre/lib/rt.jar
>> e2bb4000-e2dda000 rw-p 00000000 00:00 0
>> e2dda000-e3000000 ---p 00000000 00:00 0
>> e3000000-e32a0000 rw-p 00000000 00:00 0
>> e32a0000-e8550000 ---p 00000000 00:00 0
>> e8550000-e8ab0000 rw-p 00000000 00:00 0
>> e8ab0000-f3000000 ---p 00000000 00:00 0
>> f302c000-f302f000 ---p 00000000 00:00 0
>> f302f000-f3128000 rw-p 00000000 00:00 0
>> f3128000-f317b000 ---p 00000000 00:00 0
>> f317b000-f317d000 rw-p 00000000 00:00 0
>> f317d000-f31a5000 ---p 00000000 00:00 0
>> f31a5000-f31a9000 rw-p 00000000 00:00 0
>> f31a9000-f31fb000 ---p 00000000 00:00 0
>> f31fb000-f3200000 rw-p 00000000 00:00 0
>> f3200000-f327c000 ---p 00000000 00:00 0
>> f327c000-f334c000 rwxp 00000000 00:00 0
>> f334c000-f527c000 ---p 00000000 00:00 0
>> f527c000-f5282000 r-xp 00000000 fd:11 2862028
>> /<<PKGBUILDDIR>>/build/images/j2sdk-image/jre/lib/arm/libzip.so
>> f5282000-f5291000 ---p 00006000 fd:11 2862028
>> /<<PKGBUILDDIR>>/build/images/j2sdk-image/jre/lib/arm/libzip.so
>> f5291000-f5292000 r--p 00005000 fd:11 2862028
>> /<<PKGBUILDDIR>>/build/images/j2sdk-image/jre/lib/arm/libzip.so
>> f5292000-f5293000 rw-p 00006000 fd:11 2862028
>> /<<PKGBUILDDIR>>/build/images/j2sdk-image/jre/lib/arm/libzip.so
>> f5293000-f529a000 r-xp 00000000 fd:11 524765
>> /lib/arm-linux-gnueabihf/libnss_files-2.29.so
>> f529a000-f52a9000 ---p 00007000 fd:11 524765
>> /lib/arm-linux-gnueabihf/libnss_files-2.29.so
>> f52a9000-f52aa000 r--p 00006000 fd:11 524765
>> /lib/arm-linux-gnueabihf/libnss_files-2.29.so
>> f52aa000-f52ab000 rw-p 00007000 fd:11 524765
>> /lib/arm-linux-gnueabihf/libnss_files-2.29.so
>> f52ab000-f52b1000 rw-p 00000000 00:00 0
>> f52bb000-f52d5000 r-xp 00000000 fd:11 2862008
>> /<<PKGBUILDDIR>>/build/images/j2sdk-image/jre/lib/arm/libjava.so
>> f52d5000-f52e4000 ---p 0001a000 fd:11 2862008
>> /<<PKGBUILDDIR>>/build/images/j2sdk-image/jre/lib/arm/libjava.so
>> f52e4000-f52e5000 r--p 00019000 fd:11 2862008
>> /<<PKGBUILDDIR>>/build/images/j2sdk-image/jre/lib/arm/libjava.so
>> f52e5000-f52e6000 rw-p 0001a000 fd:11 2862008
>> /<<PKGBUILDDIR>>/build/images/j2sdk-image/jre/lib/arm/libjava.so
>> f52e6000-f52ef000 r-xp 00000000 fd:11 2862004
>> /<<PKGBUILDDIR>>/build/images/j2sdk-image/jre/lib/arm/libverify.so
>> f52ef000-f52fe000 ---p 00009000 fd:11 2862004
>> /<<PKGBUILDDIR>>/build/images/j2sdk-image/jre/lib/arm/libverify.so
>> f52fe000-f52ff000 r--p 00008000 fd:11 2862004
>> /<<PKGBUILDDIR>>/build/images/j2sdk-image/jre/lib/arm/libverify.so
>> f52ff000-f5300000 rw-p 00009000 fd:11 2862004
>> /<<PKGBUILDDIR>>/build/images/j2sdk-image/jre/lib/arm/libverify.so
>> f5300000-f537e000 rw-p 00000000 00:00 0
>> f537e000-f5400000 ---p 00000000 00:00 0
>> f5403000-f5408000 r-xp 00000000 fd:11 524772
>> /lib/arm-linux-gnueabihf/librt-2.29.so
>> f5408000-f5417000 ---p 00005000 fd:11 524772
>> /lib/arm-linux-gnueabihf/librt-2.29.so
>> f5417000-f5418000 r--p 00004000 fd:11 524772
>> /lib/arm-linux-gnueabihf/librt-2.29.so
>> f5418000-f5419000 rw-p 00005000 fd:11 524772
>> /lib/arm-linux-gnueabihf/librt-2.29.so
>> f5419000-f541a000 ---p 00000000 00:00 0
>> f541a000-f541d000 ---p 00000000 00:00 0
>> f541d000-f546a000 rw-p 00000000 00:00 0
>> f546a000-f5483000 r-xp 00000000 fd:11 525102
>> /lib/arm-linux-gnueabihf/libgcc_s.so.1
>> f5483000-f5492000 ---p 00019000 fd:11 525102
>> /lib/arm-linux-gnueabihf/libgcc_s.so.1
>> f5492000-f5493000 r--p 00018000 fd:11 525102
>> /lib/arm-linux-gnueabihf/libgcc_s.so.1
>> f5493000-f5494000 rw-p 00019000 fd:11 525102
>> /lib/arm-linux-gnueabihf/libgcc_s.so.1
>> f5494000-f54eb000 r-xp 00000000 fd:11 524760
>> /lib/arm-linux-gnueabihf/libm-2.29.so
>> f54eb000-f54fa000 ---p 00057000 fd:11 524760
>> /lib/arm-linux-gnueabihf/libm-2.29.so
>> f54fa000-f54fb000 r--p 00056000 fd:11 524760
>> /lib/arm-linux-gnueabihf/libm-2.29.so
>> f54fb000-f54fc000 rw-p 00057000 fd:11 524760
>> /lib/arm-linux-gnueabihf/libm-2.29.so
>> f54fc000-f5631000 r-xp 00000000 fd:11 521499
>> /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.26
>> f5631000-f5641000 ---p 00135000 fd:11 521499
>> /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.26
>> f5641000-f5646000 r--p 00135000 fd:11 521499
>> /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.26
>> f5646000-f5648000 rw-p 0013a000 fd:11 521499
>> /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.26
>> f5648000-f564a000 rw-p 00000000 00:00 0
>> f564a000-f5a7d000 r-xp 00000000 fd:11 2862019
>> /<<PKGBUILDDIR>>/build/images/j2sdk-image/jre/lib/arm/client/libjvm.so
>> f5a7d000-f5a8d000 ---p 00433000 fd:11 2862019
>> /<<PKGBUILDDIR>>/build/images/j2sdk-image/jre/lib/arm/client/libjvm.so
>> f5a8d000-f5a9d000 r--p 00433000 fd:11 2862019
>> /<<PKGBUILDDIR>>/build/images/j2sdk-image/jre/lib/arm/client/libjvm.so
>> f5a9d000-f5ab5000 rw-p 00443000 fd:11 2862019
>> /<<PKGBUILDDIR>>/build/images/j2sdk-image/jre/lib/arm/client/libjvm.so
>> f5ab5000-f6ed0000 rw-p 00000000 00:00 0
>> f6ed0000-f6ee2000 r-xp 00000000 fd:11 524770
>> /lib/arm-linux-gnueabihf/libpthread-2.29.so
>> f6ee2000-f6ef1000 ---p 00012000 fd:11 524770
>> /lib/arm-linux-gnueabihf/libpthread-2.29.so
>> f6ef1000-f6ef2000 r--p 00011000 fd:11 524770
>> /lib/arm-linux-gnueabihf/libpthread-2.29.so
>> f6ef2000-f6ef3000 rw-p 00012000 fd:11 524770
>> /lib/arm-linux-gnueabihf/libpthread-2.29.so
>> f6ef3000-f6ef5000 rw-p 00000000 00:00 0
>> f6ef5000-f6ef7000 r-xp 00000000 fd:11 524759
>> /lib/arm-linux-gnueabihf/libdl-2.29.so
>> f6ef7000-f6f06000 ---p 00002000 fd:11 524759
>> /lib/arm-linux-gnueabihf/libdl-2.29.so
>> f6f06000-f6f07000 r--p 00001000 fd:11 524759
>> /lib/arm-linux-gnueabihf/libdl-2.29.so
>> f6f07000-f6f08000 rw-p 00002000 fd:11 524759
>> /lib/arm-linux-gnueabihf/libdl-2.29.so
>> f6f08000-f6f1a000 r-xp 00000000 fd:11 526962
>> /lib/arm-linux-gnueabihf/libz.so.1.2.11
>> f6f1a000-f6f29000 ---p 00012000 fd:11 526962
>> /lib/arm-linux-gnueabihf/libz.so.1.2.11
>> f6f29000-f6f2a000 r--p 00011000 fd:11 526962
>> /lib/arm-linux-gnueabihf/libz.so.1.2.11
>> f6f2a000-f6f2b000 rw-p 00012000 fd:11 526962
>> /lib/arm-linux-gnueabihf/libz.so.1.2.11
>> f6f2b000-f700f000 r-xp 00000000 fd:11 524757
>> /lib/arm-linux-gnueabihf/libc-2.29.so
>> f700f000-f701e000 ---p 000e4000 fd:11 524757
>> /lib/arm-linux-gnueabihf/libc-2.29.so
>> f701e000-f7020000 r--p 000e3000 fd:11 524757
>> /lib/arm-linux-gnueabihf/libc-2.29.so
>> f7020000-f7022000 rw-p 000e5000 fd:11 524757
>> /lib/arm-linux-gnueabihf/libc-2.29.so
>> f7022000-f7024000 rw-p 00000000 00:00 0
>> f7024000-f702f000 r-xp 00000000 fd:11 2861991
>> /<<PKGBUILDDIR>>/build/images/j2sdk-image/lib/arm/jli/libjli.so
>> f702f000-f703e000 ---p 0000b000 fd:11 2861991
>> /<<PKGBUILDDIR>>/build/images/j2sdk-image/lib/arm/jli/libjli.so
>> f703e000-f703f000 r--p 0000a000 fd:11 2861991
>> /<<PKGBUILDDIR>>/build/images/j2sdk-image/lib/arm/jli/libjli.so
>> f703f000-f7040000 rw-p 0000b000 fd:11 2861991
>> /<<PKGBUILDDIR>>/build/images/j2sdk-image/lib/arm/jli/libjli.so
>> f7040000-f7058000 r-xp 00000000 fd:11 524753
>> /lib/arm-linux-gnueabihf/ld-2.29.so
>> f705a000-f705c000 rw-p 00000000 00:00 0
>> f705d000-f7065000 rw-s 00000000 fd:11 538535
>> /tmp/hsperfdata_buildd/15283
>> f7065000-f7066000 r--p 00000000 00:00 0
>> f7066000-f7068000 rw-p 00000000 00:00 0
>> f7068000-f7069000 r--p 00018000 fd:11 524753
>> /lib/arm-linux-gnueabihf/ld-2.29.so
>> f7069000-f706a000 rw-p 00019000 fd:11 524753
>> /lib/arm-linux-gnueabihf/ld-2.29.so
>> ffd22000-ffd44000 rw-p 00000000 00:00 0 [stack]
>> ffff0000-ffff1000 r-xp 00000000 00:00 0
>> [vectors]
>>
>> VM Arguments:
>> jvm_args: -Dapplication.home=/<<PKGBUILDDIR>>/build/images/j2sdk-image -Xms8m
>> java_command: com.sun.tools.javac.Main -XDignore.symbol.file=true -g
>> -Xlint:all,-deprecation -Werror -Xprefer:source -implicit:none
>> -sourcepath /<<PKGBUILDDIR>>/src/langtools/make/tools:/<<PKGBUILDDIR>>/src/langtools/src/share/classes
>> -d /<<PKGBUILDDIR>>/build/bootcycle-build/langtools/btclasses
>> @/<<PKGBUILDDIR>>/build/bootcycle-build/langtools/btclasses/_the.BUILD_TOOLS_batch.tmp
>> java_class_path (initial):
>> /<<PKGBUILDDIR>>/build/images/j2sdk-image/lib/tools.jar:/<<PKGBUILDDIR>>/build/images/j2sdk-image/classes
>> Launcher Type: SUN_STANDARD
>>
>> Environment Variables:
>> PATH=/<<PKGBUILDDIR>>/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
>> SHELL=/bin/sh
>>
>> Signal Handlers:
>> SIGSEGV: [libjvm.so+0x3c89c1],
>> sa_mask[0]=11111111011111111101111111111110,
>> sa_flags=SA_RESTART|SA_SIGINFO
>> SIGBUS: [libjvm.so+0x3c89c1],
>> sa_mask[0]=11111111011111111101111111111110,
>> sa_flags=SA_RESTART|SA_SIGINFO
>> SIGFPE: [libjvm.so+0x2fe20d],
>> sa_mask[0]=11111111011111111101111111111110,
>> sa_flags=SA_RESTART|SA_SIGINFO
>> SIGPIPE: [libjvm.so+0x2fe20d],
>> sa_mask[0]=11111111011111111101111111111110,
>> sa_flags=SA_RESTART|SA_SIGINFO
>> SIGXFSZ: [libjvm.so+0x2fe20d],
>> sa_mask[0]=11111111011111111101111111111110,
>> sa_flags=SA_RESTART|SA_SIGINFO
>> SIGILL: [libjvm.so+0x2fe20d],
>> sa_mask[0]=11111111011111111101111111111110,
>> sa_flags=SA_RESTART|SA_SIGINFO
>> SIGUSR1: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
>> SIGUSR2: [libjvm.so+0x2fe0bd],
>> sa_mask[0]=00000000000000000000000000000000,
>> sa_flags=SA_RESTART|SA_SIGINFO
>> SIGHUP: [libjvm.so+0x2fe19d],
>> sa_mask[0]=11111111011111111101111111111110,
>> sa_flags=SA_RESTART|SA_SIGINFO
>> SIGINT: [libjvm.so+0x2fe19d],
>> sa_mask[0]=11111111011111111101111111111110,
>> sa_flags=SA_RESTART|SA_SIGINFO
>> SIGTERM: [libjvm.so+0x2fe19d],
>> sa_mask[0]=11111111011111111101111111111110,
>> sa_flags=SA_RESTART|SA_SIGINFO
>> SIGQUIT: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
>>
>>
>> --------------- S Y S T E M ---------------
>>
>> OS:DISTRIB_ID=Ubuntu
>> DISTRIB_RELEASE=19.10
>> DISTRIB_CODENAME=eoan
>> DISTRIB_DESCRIPTION="Ubuntu Eoan Ermine (development branch)"
>>
>> uname:Linux 4.4.0-148-generic #174-Ubuntu SMP Tue May 7 12:23:50 UTC 2019 armv7l
>> libc:glibc 2.29 NPTL 2.29
>> rlimit: STACK 8192k, CORE 0k, NPROC 31777, NOFILE 1048576, AS infinity
>> load average:4.13 3.01 2.26
>>
>> /proc/meminfo:
>> MemTotal: 8170572 kB
>> MemFree: 2691224 kB
>> MemAvailable: 7765740 kB
>> Buffers: 189640 kB
>> Cached: 4671492 kB
>> SwapCached: 0 kB
>> Active: 3479588 kB
>> Inactive: 1502052 kB
>> Active(anon): 122688 kB
>> Inactive(anon): 8368 kB
>> Active(file): 3356900 kB
>> Inactive(file): 1493684 kB
>> Unevictable: 2960 kB
>> Mlocked: 2960 kB
>> SwapTotal: 0 kB
>> SwapFree: 0 kB
>> Dirty: 449112 kB
>> Writeback: 0 kB
>> AnonPages: 123676 kB
>> Mapped: 42580 kB
>> Shmem: 8816 kB
>> Slab: 452424 kB
>> SReclaimable: 423936 kB
>> SUnreclaim: 28488 kB
>> KernelStack: 2624 kB
>> PageTables: 1628 kB
>> NFS_Unstable: 0 kB
>> Bounce: 0 kB
>> WritebackTmp: 0 kB
>> CommitLimit: 4085284 kB
>> Committed_AS: 323884 kB
>> VmallocTotal: 133142937536 kB
>> VmallocUsed: 0 kB
>> VmallocChunk: 0 kB
>> AnonHugePages: 0 kB
>> CmaTotal: 0 kB
>> CmaFree: 0 kB
>> HugePages_Total: 0
>> HugePages_Free: 0
>> HugePages_Rsvd: 0
>> HugePages_Surp: 0
>> Hugepagesize: 2048 kB
>>
>>
>> CPU:total 4 (initial active 4) 0x50:0x0:0x000:1
>>
>> /proc/cpuinfo:
>> processor : 0
>> model name : ARMv8 Processor rev 1 (v8l)
>> BogoMIPS : 100.00
>> Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva
>> idivt lpae evtstrm
>> CPU implementer : 0x50
>> CPU architecture: 8
>> CPU variant : 0x0
>> CPU part : 0x000
>> CPU revision : 1
>>
>> processor : 1
>> model name : ARMv8 Processor rev 1 (v8l)
>> BogoMIPS : 100.00
>> Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva
>> idivt lpae evtstrm
>> CPU implementer : 0x50
>> CPU architecture: 8
>> CPU variant : 0x0
>> CPU part : 0x000
>> CPU revision : 1
>>
>> processor : 2
>> model name : ARMv8 Processor rev 1 (v8l)
>> BogoMIPS : 100.00
>> Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva
>> idivt lpae evtstrm
>> CPU implementer : 0x50
>> CPU architecture: 8
>> CPU variant : 0x0
>> CPU part : 0x000
>> CPU revision : 1
>>
>> processor : 3
>> model name : ARMv8 Processor rev 1 (v8l)
>> BogoMIPS : 100.00
>> Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva
>> idivt lpae evtstrm
>> CPU implementer : 0x50
>> CPU architecture: 8
>> CPU variant : 0x0
>> CPU part : 0x000
>> CPU revision : 1
>>
>>
>>
>> Memory: 4k page, physical 8170572k(2691224k free), swap 0k(0k free)
>>
>> vm_info: OpenJDK Client VM (25.222-b04) for linux-aarch32 JRE
>> (1.8.0_222-ea-8u222-b04-3~ubuntu1-b04), built on Jun 7 2019 18:36:49
>> by "buildd" with gcc 8.3.0
>>
>> time: Fri Jun 7 19:08:01 2019
>> timezone: UTC
>> elapsed time: 0 seconds (0d 0h 0m 0s)
>>
>>
>> --
>> Tiago Stürmer Daitx
>> Software Engineer
>> tiago.daitx at canonical.com
>>
>> PGP Key: 4096R/F5B213BE (hkp://keyserver.ubuntu.com)
>> Fingerprint = 45D0 FE5A 8109 1E91 866E 8CA4 1931 8D5E F5B2 13BE
>
More information about the aarch32-port-dev
mailing list