- Fedora21
- libvirt
- virt-manager
- qemu-system-arm
- libguestfs-tools-c
- Raspbian
- Pidora20
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/home/ysuenaga/OpenJDK/hs/hotspot/src/share/vm/classfile/altHashing.cpp:227:43: error: narrowing conversion of '2206368128u' from 'unsigned int' to 'jint {aka int}' inside { } [-Wnarrowing] | |
static const jint ONE_INT[] = { 0x83828180}; | |
^ | |
/home/ysuenaga/OpenJDK/hs/hotspot/src/share/vm/classfile/altHashing.cpp:238:55: error: narrowing conversion of '2206368128u' from 'unsigned int' to 'jint {aka int}' inside { } [-Wnarrowing] | |
static const jint TWO_INT[] = { 0x83828180, 0x87868584}; | |
^ | |
/home/ysuenaga/OpenJDK/hs/hotspot/src/share/vm/classfile/altHashing.cpp:238:55: error: narrowing conversion of '2273740164u' from 'unsigned int' to 'jint {aka int}' inside { } [-Wnarrowing] | |
lib/CompileJvm.gmk:193: recipe for target '/home/ysuenaga/OpenJDK/hs/build/linux-x86_64-normal-server-fastdebug/hotspot/variant-server/libjvm/objs/altHashing.o' failed | |
gmake[4]: *** [/home/ysuenaga/OpenJDK/hs/build/linux-x86_64-normal-server-fastde |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.io.*; | |
import java.util.*; | |
import java.util.stream.*; | |
import java.lang.reflect.*; | |
import javax.management.*; | |
import sun.tools.jconsole.*; | |
public class JMXClient implements AutoCloseable{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.PHONY: clean | |
CFLAGS = -fPIC -g | |
LDFLAGS = -lpthread | |
CPPFLAGS = -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux | |
TARGETS = libdltest.so libdltest-jmm.so | |
all: $(TARGETS) | |
libdltest.so: deadlockDetector.o |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
#include <cstring> | |
#ifndef O_RDONLY | |
#define O_RDONLY 0 // for debug | |
#endif | |
// Function pointer for stub functions | |
int (*open)(const char *pathname, int flags); | |
ssize_t(*read)(int fd, void *buf, size_t count); |
- Windows 11 で、最新の WSL 2(ストア版)がインストールされていること
- Ubuntu 22.04 が WSL 2 でインストールされていること
- WSL 2 の systemd が設定済みであること https://devblogs.microsoft.com/commandline/systemd-support-is-now-available-in-wsl/
- systemd-container と qemu-user-static がインストール済みであること
- Raspberry Pi 4 と USB OTG でシリアル接続可能であること