Closed melix closed 5 years ago
Which version of GraalVM are you using? We have addressed several issues since RC14, so this might be fixed in master
. If you're using the agent from master
, please provide any output from the JVM process and the hs_err_pid
crash report file from the JVM.
I'm using rc14.
Hi, i have the same problem. My app is a minimal Spring Boot Web App (using annotations). Spring version is 2.1.3.RELEASE, GraalVM version is RC14. Just running it with GraalVm without the agent, it works. But running it with the agent, the JVM crashes.
my build script
/opt/graalvm-ce-1.0.0-rc14/bin/native-image \
-H:ReflectionConfigurationFiles=graal.json \
-H:IncludeResources='foo-service/src/main/resources/.*' \
-Dio.netty.noUnsafe=true \
-H:+ReportExceptionStackTraces \
-H:+ReportUnsupportedElementsAtRuntime \
--allow-incomplete-classpath \
--language:llvm \
-Dfile.encoding=UTF-8 \
-H:Name=foo \
-cp ".:$(echo foo-service/target/foo/BOOT-INF/lib/*.jar | tr ' ' ':')":foo-service/target/foo/BOOT-INF/classes \
com.bar.services.foo.service.FooApplication
graal.json
[
{
"name": "org.springframework.context.annotation.AnnotationConfigApplicationContext",
"methods": [
{ "name": "<init>", "parameterTypes": [] }
]
},
{
"name": "org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor",
"methods": [
{ "name": "<init>", "parameterTypes": [] }
]
},
{
"name": "org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext",
"methods": [
{ "name": "<init>", "parameterTypes": [] }
]
},
{
"name": "org.springframework.context.support.GenericApplicationContext",
"methods": [
{ "name": "<init>", "parameterTypes": [] }
]
},
{
"name": "org.springframework.context.annotation.ConfigurationClassPostProcessor",
"methods": [
{ "name": "<init>", "parameterTypes": [] }
]
},
{
"name": "org.springframework.http.codec.support.DefaultServerCodecConfigurer",
"methods": [
{ "name": "<init>", "parameterTypes": [] }
]
},
{
"name": "org.springframework.context.annotation.CommonAnnotationBeanPostProcessor",
"methods": [
{ "name": "<init>", "parameterTypes": [] }
]
},
{
"name": "org.springframework.context.event.EventListenerMethodProcessor",
"methods": [
{ "name": "<init>", "parameterTypes": [] }
]
},
{
"name": "org.springframework.context.event.DefaultEventListenerFactory",
"methods": [
{ "name": "<init>", "parameterTypes": [] }
]
},
{
"name": "org.slf4j.impl.StaticLoggerBinder",
"allDeclaredFields": true,
"allPublicFields": true,
"allDeclaredMethods": true,
"allPublicMethods": true
},
{
"name": "com.fasterxml.jackson.databind.ObjectMapper",
"allDeclaredFields": true,
"allPublicFields": true,
"allDeclaredMethods": true,
"allPublicMethods": true
}
]
JVM output:
simon@devpc:~/work/foo_graal$ /opt/graalvm-ce-1.0.0-rc14/bin/./java -agentlib:native-image-agent=output=./agent-result.txt -jar foo-service/target/foo.jar
2019-03-31 10:13:45,749 [INFO] main c.d.s.foo.service.FooApplication - Starting FooApplication v0.0.1-SNAPSHOT on devpc with PID 7889 (/home/simon/work/foo_graal/foo-service/target/foo.jar started by simon in /home/simon/work/foo_graal)
2019-03-31 10:13:45,753 [DEBUG] main c.d.s.foo.service.FooApplication - Running with Spring Boot v2.1.3.RELEASE, Spring v5.1.5.RELEASE
2019-03-31 10:13:45,754 [INFO] main c.d.s.foo.service.FooApplication - No active profile set, falling back to default profiles: default
2019-03-31 10:13:50,579 [INFO] main o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
2019-03-31 10:13:50,613 [INFO] main o.a.c.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"]
2019-03-31 10:13:50,684 [INFO] main o.a.c.core.StandardService - Starting service [Tomcat]
2019-03-31 10:13:50,685 [INFO] main o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.16]
2019-03-31 10:13:50,701 [INFO] main o.a.c.core.AprLifecycleListener - The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib]
2019-03-31 10:13:50,810 [INFO] main o.a.c.c.C.[.[localhost].[/foo] - Initializing Spring embedded WebApplicationContext
2019-03-31 10:13:50,810 [INFO] main o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 4865 ms
2019-03-31 10:13:51,786 [DEBUG] main c.d.s.o.service.RequestIdFilter - Filter 'requestIdFilter' configured for use
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007feac8a77cb2, pid=7889, tid=0x00007feaca05d700
#
# JRE version: OpenJDK Runtime Environment (8.0_202-b08) (build 1.8.0_202-20190206132807.buildslave.jdk8u-src-tar--b08)
# Java VM: OpenJDK GraalVM CE 1.0.0-rc14 (25.202-b08-jvmci-0.56 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# V [libjvm.so+0x6a1cb2] jni_FromReflectedMethod+0x62
#
# 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:
# /home/simon/work/rps-order-manager-reloaded_graal/hs_err_pid7889.log
Compiled method (c1) 8112 874 3 java.lang.Class::getEnclosingMethodInfo (21 bytes)
total in heap [0x00007feaaf051750,0x00007feaaf051c30] = 1248
relocation [0x00007feaaf051880,0x00007feaaf0518d8] = 88
main code [0x00007feaaf0518e0,0x00007feaaf051aa0] = 448
stub code [0x00007feaaf051aa0,0x00007feaaf051b58] = 184
metadata [0x00007feaaf051b58,0x00007feaaf051b60] = 8
scopes data [0x00007feaaf051b60,0x00007feaaf051ba8] = 72
scopes pcs [0x00007feaaf051ba8,0x00007feaaf051c18] = 112
dependencies [0x00007feaaf051c18,0x00007feaaf051c20] = 8
JVMCI data [0x00007feaaf051c20,0x00007feaaf051c30] = 16
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
Aborted (core dumped)
hs_err_pid:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007feac8a77cb2, pid=7889, tid=0x00007feaca05d700
#
# JRE version: OpenJDK Runtime Environment (8.0_202-b08) (build 1.8.0_202-20190206132807.buildslave.jdk8u-src-tar--b08)
# Java VM: OpenJDK GraalVM CE 1.0.0-rc14 (25.202-b08-jvmci-0.56 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# V [libjvm.so+0x6a1cb2] jni_FromReflectedMethod+0x62
#
# 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 (0x00007feac400e000): JavaThread "main" [_thread_in_vm, id=7890, stack(0x00007feac9f5e000,0x00007feaca05e000)]
siginfo: si_signo: 11 (SIGSEGV), si_code: 1 (SEGV_MAPERR), si_addr: 0x0000000000000000
Registers:
RAX=0x00007feac9401739, RBX=0x00007feac400e000, RCX=0x0000000000000048, RDX=0x00007feac94088b8
RSP=0x00007feaca05a2d0, RBP=0x00007feaca05a330, RSI=0x0000000000000000, RDI=0x00007feac400e000
R8 =0x00007feaace64330, R9 =0x000000000000000a, R10=0x00007feac941cb60, R11=0x00007feaaf051900
R12=0x0000000000000000, R13=0x00007feac39b9750, R14=0x00007feac39b99b0, R15=0x00007feac434f988
RIP=0x00007feac8a77cb2, EFLAGS=0x0000000000010246, CSGSFS=0x002b000000000033, ERR=0x0000000000000004
TRAPNO=0x000000000000000e
Top of Stack: (sp=0x00007feaca05a2d0)
0x00007feaca05a2d0: 00007fea00000000 0000000000000000
0x00007feaca05a2e0: 00007feaca05a300 0000000000000000
0x00007feaca05a2f0: 00007feac400e000 0000000000000000
0x00007feaca05a300: 00007feac4210670 00007feac4002ca0
0x00007feaca05a310: 00007feac4002ca0 00007feac400e1e0
0x00007feaca05a320: 00007feac39b9750 00007feac39b99b0
0x00007feaca05a330: 00007feac400e1e0 00007feac37b47e9
0x00007feaca05a340: 00007feac400e1e0 0000000000000000
0x00007feaca05a350: 00007feac400e1e0 00007feac4002ca0
0x00007feaca05a360: 00007feac4210670 0000000000000000
0x00007feaca05a370: 00007feac434f980 0000000000000310
0x00007feaca05a380: 00007feac434f980 00007feac400e1e0
0x00007feaca05a390: 00007feac4002ca0 00007feac4210670
0x00007feaca05a3a0: 0000000000000000 00007feac37b4ff0
0x00007feaca05a3b0: 00007feaace64330 0000000000000000
0x00007feaca05a3c0: 00007feaca05a3f0 00007feac400e000
0x00007feaca05a3d0: 00007feaca05a5b0 00007feaace64200
0x00007feaca05a3e0: 00007feaca05a490 00007feac42104e0
0x00007feaca05a3f0: 00007feaca05a510 00007feac8ba54d5
0x00007feaca05a400: 00007feaace64330 00007feaca05a4d0
0x00007feaca05a410: 00007feaca05a480 00007feac4210670
0x00007feaca05a420: 00000002ace64330 00007feac4002ca0
0x00007feaca05a430: 00007feaca05a450 00007feaca05a460
0x00007feaca05a440: 00007feaca05a470 00007feac400e000
0x00007feaca05a450: 00007feaace64330 00007feac400e000
0x00007feaca05a460: 00007feaace64330 00007feac400e000
0x00007feaca05a470: 00007feaace64330 00007feac400e000
0x00007feaca05a480: 00007feaace64330 00007feac400e000
0x00007feaca05a490: 00007feaace64330 00007feac400e000
0x00007feaca05a4a0: 00007feac400e000 00007feac400e1e0
0x00007feaca05a4b0: 00007feaca050000 00007feac434f980
0x00007feaca05a4c0: 00007feac4210670 0000000000000000
Instructions: (pc=0x00007feac8a77cb2)
0x00007feac8a77c92: 08 00 48 89 5d c0 48 c7 45 c8 00 00 00 00 74 09
0x00007feac8a77ca2: 48 8d 7d c0 e8 45 4c 32 00 48 8b 05 d6 25 95 00
0x00007feac8a77cb2: 4d 8b 24 24 80 38 00 0f 84 f9 00 00 00 48 8b 15
0x00007feac8a77cc2: f2 fe 94 00 41 8b 44 24 08 8b 4a 08 48 d3 e0 48
Register to memory mapping:
RAX=0x00007feac9401739: <offset 0x102b739> in /opt/graalvm-ce-1.0.0-rc14/jre/lib/amd64/server/libjvm.so at 0x00007feac83d6000
RBX=0x00007feac400e000 is a thread
RCX=0x0000000000000048 is an unknown value
RDX=0x00007feac94088b8: <offset 0x10328b8> in /opt/graalvm-ce-1.0.0-rc14/jre/lib/amd64/server/libjvm.so at 0x00007feac83d6000
RSP=0x00007feaca05a2d0 is pointing into the stack for thread: 0x00007feac400e000
RBP=0x00007feaca05a330 is pointing into the stack for thread: 0x00007feac400e000
RSI=0x0000000000000000 is an unknown value
RDI=0x00007feac400e000 is a thread
R8 ={method} {0x00007feaace64330} 'getEnclosingMethod' '()Ljava/lang/reflect/Method;' in 'java/lang/Class'
R9 =0x000000000000000a is an unknown value
R10=0x00007feac941cb60: <offset 0x1046b60> in /opt/graalvm-ce-1.0.0-rc14/jre/lib/amd64/server/libjvm.so at 0x00007feac83d6000
R11=0x00007feaaf051900 is at entry_point+32 in (nmethod*)0x00007feaaf051750
R12=0x0000000000000000 is an unknown value
R13=0x00007feac39b9750: <offset 0x207750> in /opt/graalvm-ce-1.0.0-rc14/jre/lib/amd64/libnative-image-agent.so at 0x00007feac37b2000
R14=0x00007feac39b99b0: jnifun+0 in /opt/graalvm-ce-1.0.0-rc14/jre/lib/amd64/libnative-image-agent.so at 0x00007feac37b2000
R15=0x00007feac434f988 is an unknown value
Stack: [0x00007feac9f5e000,0x00007feaca05e000], sp=0x00007feaca05a2d0, free space=1008k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0x6a1cb2] jni_FromReflectedMethod+0x62
C [libnative-image-agent.so+0x27e9] OnBreakpoint_getEnclosingMethod+0x49
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j java.lang.Class.getEnclosingMethod()Ljava/lang/reflect/Method;+0
j sun.reflect.generics.scope.ClassScope.computeEnclosingScope()Lsun/reflect/generics/scope/Scope;+9
j sun.reflect.generics.scope.AbstractScope.getEnclosingScope()Lsun/reflect/generics/scope/Scope;+10
j sun.reflect.generics.scope.AbstractScope.lookup(Ljava/lang/String;)Ljava/lang/reflect/TypeVariable;+56
j sun.reflect.generics.factory.CoreReflectionFactory.findTypeVariable(Ljava/lang/String;)Ljava/lang/reflect/TypeVariable;+5
j sun.reflect.generics.visitor.Reifier.visitTypeVariableSignature(Lsun/reflect/generics/tree/TypeVariableSignature;)V+9
j sun.reflect.generics.tree.TypeVariableSignature.accept(Lsun/reflect/generics/visitor/TypeTreeVisitor;)V+2
J 8759 C1 sun.reflect.generics.visitor.Reifier.reifyTypeArguments([Lsun/reflect/generics/tree/TypeArgument;)[Ljava/lang/reflect/Type; (38 bytes) @ 0x00007feaaf1e29ec [0x00007feaaf1e26e0+0x30c]
J 1238 C1 sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Lsun/reflect/generics/tree/ClassTypeSignature;)V (381 bytes) @ 0x00007feaaf114b2c [0x00007feaaf1135a0+0x158c]
J 9294 C1 sun.reflect.generics.repository.ClassRepository.getSuperclass()Ljava/lang/reflect/Type; (40 bytes) @ 0x00007feaaff08434 [0x00007feaaff07ba0+0x894]
J 9386 C1 java.lang.Class.getGenericSuperclass()Ljava/lang/reflect/Type; (28 bytes) @ 0x00007feaaf816994 [0x00007feaaf816840+0x154]
j org.springframework.core.ResolvableType.getSuperType()Lorg/springframework/core/ResolvableType;+10
J 6746 C1 org.springframework.core.ResolvableType.as(Ljava/lang/Class;)Lorg/springframework/core/ResolvableType; (86 bytes) @ 0x00007feaaf01a974 [0x00007feaaf019f60+0xa14]
j org.springframework.core.ResolvableType.asCollection()Lorg/springframework/core/ResolvableType;+3
j org.springframework.core.convert.TypeDescriptor.getElementTypeDescriptor()Lorg/springframework/core/convert/TypeDescriptor;+71
j org.springframework.core.convert.support.CollectionToCollectionConverter.matches(Lorg/springframework/core/convert/TypeDescriptor;Lorg/springframework/core/convert/TypeDescriptor;)Z+1
j org.springframework.core.convert.support.GenericConversionService$ConvertersForPair.getConverter(Lorg/springframework/core/convert/TypeDescriptor;Lorg/springframework/core/convert/TypeDescriptor;)Lorg/springframework/core/convert/converter/GenericConverter;+43
j org.springframework.core.convert.support.GenericConversionService$Converters.getRegisteredConverter(Lorg/springframework/core/convert/TypeDescriptor;Lorg/springframework/core/convert/TypeDescriptor;Lorg/springframework/core/convert/converter/GenericConverter$ConvertiblePair;)Lorg/springframework/core/convert/converter/GenericConverter;+24
j org.springframework.core.convert.support.GenericConversionService$Converters.find(Lorg/springframework/core/convert/TypeDescriptor;Lorg/springframework/core/convert/TypeDescriptor;)Lorg/springframework/core/convert/converter/GenericConverter;+98
j org.springframework.core.convert.support.GenericConversionService.getConverter(Lorg/springframework/core/convert/TypeDescriptor;Lorg/springframework/core/convert/TypeDescriptor;)Lorg/springframework/core/convert/converter/GenericConverter;+51
j org.springframework.core.convert.support.GenericConversionService.canConvert(Lorg/springframework/core/convert/TypeDescriptor;Lorg/springframework/core/convert/TypeDescriptor;)Z+15
j org.springframework.beans.TypeConverterDelegate.convertIfNecessary(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Class;Lorg/springframework/core/convert/TypeDescriptor;)Ljava/lang/Object;+55
j org.springframework.beans.TypeConverterSupport.convertIfNecessary(Ljava/lang/Object;Ljava/lang/Class;Lorg/springframework/core/convert/TypeDescriptor;)Ljava/lang/Object;+26
j org.springframework.beans.TypeConverterSupport.convertIfNecessary(Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;+7
j org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveMultipleBeans(Lorg/springframework/beans/factory/config/DependencyDescriptor;Ljava/lang/String;Ljava/util/Set;Lorg/springframework/beans/TypeConverter;)Ljava/lang/Object;+394
j org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(Lorg/springframework/beans/factory/config/DependencyDescriptor;Ljava/lang/String;Ljava/util/Set;Lorg/springframework/beans/TypeConverter;)Ljava/lang/Object;+207
j org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(Lorg/springframework/beans/factory/config/DependencyDescriptor;Ljava/lang/String;Ljava/util/Set;Lorg/springframework/beans/TypeConverter;)Ljava/lang/Object;+108
j org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(Ljava/lang/Object;Ljava/lang/String;Lorg/springframework/beans/PropertyValues;)V+173
j org.springframework.beans.factory.annotation.InjectionMetadata.inject(Ljava/lang/Object;Ljava/lang/String;Lorg/springframework/beans/PropertyValues;)V+116
j org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(Lorg/springframework/beans/PropertyValues;Ljava/lang/Object;Ljava/lang/String;)Lorg/springframework/beans/PropertyValues;+17
j org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(Ljava/lang/String;Lorg/springframework/beans/factory/support/RootBeanDefinition;Lorg/springframework/beans/BeanWrapper;)V+305
j org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(Ljava/lang/String;Lorg/springframework/beans/factory/support/RootBeanDefinition;[Ljava/lang/Object;)Ljava/lang/Object;+237
j org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(Ljava/lang/String;Lorg/springframework/beans/factory/support/RootBeanDefinition;[Ljava/lang/Object;)Ljava/lang/Object;+169
j org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(Ljava/lang/String;Lorg/springframework/beans/factory/support/RootBeanDefinition;[Ljava/lang/Object;)Ljava/lang/Object;+4
j org.springframework.beans.factory.support.AbstractBeanFactory$$Lambda$195.getObject()Ljava/lang/Object;+16
j org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(Ljava/lang/String;Lorg/springframework/beans/factory/ObjectFactory;)Ljava/lang/Object;+132
J 8984 C1 org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(Ljava/lang/String;Ljava/lang/Class;[Ljava/lang/Object;Z)Ljava/lang/Object; (833 bytes) @ 0x00007feaaff79f3c [0x00007feaaff76120+0x3e1c]
j org.springframework.beans.factory.support.AbstractBeanFactory.getBean(Ljava/lang/String;)Ljava/lang/Object;+5
j org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons()V+248
j org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;)V+124
j org.springframework.context.support.AbstractApplicationContext.refresh()V+54
j org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh()V+1
j org.springframework.boot.SpringApplication.refresh(Lorg/springframework/context/ApplicationContext;)V+10
j org.springframework.boot.SpringApplication.refreshContext(Lorg/springframework/context/ConfigurableApplicationContext;)V+2
j org.springframework.boot.SpringApplication.run([Ljava/lang/String;)Lorg/springframework/context/ConfigurableApplicationContext;+118
j com.bar.services.foo.service.FooApplication.main([Ljava/lang/String;)V+26
v ~StubRoutines::call_stub
j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+100
j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+56
j org.springframework.boot.loader.MainMethodRunner.run()V+43
j org.springframework.boot.loader.Launcher.launch([Ljava/lang/String;Ljava/lang/String;Ljava/lang/ClassLoader;)V+14
j org.springframework.boot.loader.Launcher.launch([Ljava/lang/String;)V+19
j org.springframework.boot.loader.JarLauncher.main([Ljava/lang/String;)V+8
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x00007feac4ad7800 JavaThread "container-0" [_thread_blocked, id=7917, stack(0x00007fea4bcff000,0x00007fea4be00000)]
0x00007fea44004000 JavaThread "Catalina-utility-2" [_thread_blocked, id=7916, stack(0x00007fea5c0fe000,0x00007fea5c1ff000)]
0x00007feac4a6c000 JavaThread "Catalina-utility-1" [_thread_blocked, id=7915, stack(0x00007fea84057000,0x00007fea84158000)]
0x00007fea64024800 JavaThread "SimplePauseDetectorThread_0" daemon [_thread_blocked, id=7914, stack(0x00007fea84158000,0x00007fea84259000)]
0x00007fea64021800 JavaThread "Thread-2" daemon [_thread_blocked, id=7913, stack(0x00007fea85263000,0x00007fea85364000)]
0x00007fea680fe800 JavaThread "HotSpotGraalManagement Bean Registration" daemon [_thread_blocked, id=7909, stack(0x00007fea85b64000,0x00007fea85c65000)]
0x00007feac421d800 JavaThread "Service Thread" daemon [_thread_blocked, id=7907, stack(0x00007fea861f5000,0x00007fea862f6000)]
0x00007feac4218000 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=7906, stack(0x00007fea862f7000,0x00007fea863f7000)]
0x00007feac4216000 JavaThread "JVMCI CompilerThread2" daemon [_thread_in_Java, id=7905, stack(0x00007fea863f8000,0x00007fea864f8000)]
0x00007feac4214000 JavaThread "JVMCI CompilerThread1" daemon [_thread_in_Java, id=7904, stack(0x00007fea864f9000,0x00007fea865f9000)]
0x00007feac4211800 JavaThread "JVMCI CompilerThread0" daemon [_thread_in_Java, id=7903, stack(0x00007fea865fa000,0x00007fea866fa000)]
0x00007feac420f000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=7902, stack(0x00007fea866fa000,0x00007fea867fb000)]
0x00007feac41db000 JavaThread "Finalizer" daemon [_thread_blocked, id=7901, stack(0x00007fea8723e000,0x00007fea8733f000)]
0x00007feac41d6800 JavaThread "Reference Handler" daemon [_thread_blocked, id=7900, stack(0x00007fea8733f000,0x00007fea87440000)]
=>0x00007feac400e000 JavaThread "main" [_thread_in_vm, id=7890, stack(0x00007feac9f5e000,0x00007feaca05e000)]
Other Threads:
0x00007feac41ce000 VMThread [stack: 0x00007fea87441000,0x00007fea87541000] [id=7899]
0x00007feac4222000 WatcherThread [stack: 0x00007fea860f5000,0x00007fea861f5000] [id=7908]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
heap address: 0x0000000088a00000, size: 1910 MB, Compressed Oops mode: 32-bit
Narrow klass base: 0x0000000000000000, Narrow klass shift: 3
Compressed class space size: 1073741824 Address: 0x0000000100000000
Heap:
PSYoungGen total 205312K, used 54122K [0x00000000d8380000, 0x00000000e7680000, 0x0000000100000000)
eden space 191488K, 21% used [0x00000000d8380000,0x00000000dac3c9d0,0x00000000e3e80000)
from space 13824K, 89% used [0x00000000e3e80000,0x00000000e4a9e060,0x00000000e4c00000)
to space 15360K, 0% used [0x00000000e6780000,0x00000000e6780000,0x00000000e7680000)
ParOldGen total 95744K, used 15230K [0x0000000088a00000, 0x000000008e780000, 0x00000000d8380000)
object space 95744K, 15% used [0x0000000088a00000,0x00000000898dfb90,0x000000008e780000)
Metaspace used 50498K, capacity 52736K, committed 52904K, reserved 1095680K
class space used 6348K, capacity 6802K, committed 6832K, reserved 1048576K
Card table byte_map: [0x00007feaae497000,0x00007feaae853000] byte_map_base: 0x00007feaae052000
Marking Bits: (ParMarkBitMap*) 0x00007feac940c600
Begin Bits: [0x00007fea88450000, 0x00007fea8a228000)
End Bits: [0x00007fea8a228000, 0x00007fea8c000000)
Polling page: 0x00007feaca07a000
CodeCache: size=327680Kb used=19451Kb max_used=19451Kb free=308228Kb
bounds [0x00007feaaed53000, 0x00007feab0073000, 0x00007feac2d53000]
total_blobs=9096 nmethods=8521 adapters=488
compilation: enabled
Compilation events (10 events):
Event: 8,099 Thread 0x00007feac4218000 nmethod 9384 0x00007feaaf712810 code [0x00007feaaf712980, 0x00007feaaf712b28]
Event: 8,101 Thread 0x00007feac4218000 9390 3 org.springframework.beans.factory.config.DependencyDescriptor::getDependencyType (123 bytes)
Event: 8,103 Thread 0x00007feac4218000 nmethod 9390 0x00007feab005f1d0 code [0x00007feab005f4a0, 0x00007feab00619f8]
Event: 8,103 Thread 0x00007feac4218000 9374 3 sun.reflect.misc.ReflectUtil::checkPackageAccess (77 bytes)
Event: 8,104 Thread 0x00007feac4218000 nmethod 9374 0x00007feaaffdd950 code [0x00007feaaffddb60, 0x00007feaaffde3a8]
Event: 8,104 Thread 0x00007feac4218000 9375 3 sun.reflect.misc.ReflectUtil::isNonPublicProxyClass (51 bytes)
Event: 8,106 Thread 0x00007feac4218000 nmethod 9375 0x00007feab0061f90 code [0x00007feab00621e0, 0x00007feab0062cf8]
Event: 8,107 Thread 0x00007feac4218000 9388 1 org.springframework.core.MethodParameter::getAnnotatedElement (5 bytes)
Event: 8,108 Thread 0x00007feac4218000 nmethod 9388 0x00007feaaf710190 code [0x00007feaaf710300, 0x00007feaaf710410]
Event: 8,108 Thread 0x00007feac4218000 9392 1 org.graalvm.compiler.nodes.virtual.CommitAllocationNode::virtualize (105 bytes)
GC Heap History (10 events):
Event: 5,779 GC heap before
{Heap before GC invocations=15 (full 2):
PSYoungGen total 141824K, used 140004K [0x00000000d8380000, 0x00000000e1a80000, 0x0000000100000000)
eden space 134144K, 100% used [0x00000000d8380000,0x00000000e0680000,0x00000000e0680000)
from space 7680K, 76% used [0x00000000e0e00000,0x00000000e13b9050,0x00000000e1580000)
to space 7680K, 0% used [0x00000000e0680000,0x00000000e0680000,0x00000000e0e00000)
ParOldGen total 95744K, used 11268K [0x0000000088a00000, 0x000000008e780000, 0x00000000d8380000)
object space 95744K, 11% used [0x0000000088a00000,0x0000000089501248,0x000000008e780000)
Metaspace used 40874K, capacity 42184K, committed 42280K, reserved 1085440K
class space used 5299K, capacity 5590K, committed 5680K, reserved 1048576K
Event: 5,795 GC heap after
Heap after GC invocations=15 (full 2):
PSYoungGen total 141824K, used 7576K [0x00000000d8380000, 0x00000000e3300000, 0x0000000100000000)
eden space 134144K, 0% used [0x00000000d8380000,0x00000000d8380000,0x00000000e0680000)
from space 7680K, 98% used [0x00000000e0680000,0x00000000e0de6060,0x00000000e0e00000)
to space 8704K, 0% used [0x00000000e2a80000,0x00000000e2a80000,0x00000000e3300000)
ParOldGen total 95744K, used 11276K [0x0000000088a00000, 0x000000008e780000, 0x00000000d8380000)
object space 95744K, 11% used [0x0000000088a00000,0x0000000089503248,0x000000008e780000)
Metaspace used 40874K, capacity 42184K, committed 42280K, reserved 1085440K
class space used 5299K, capacity 5590K, committed 5680K, reserved 1048576K
}
Event: 6,249 GC heap before
{Heap before GC invocations=16 (full 2):
PSYoungGen total 141824K, used 141720K [0x00000000d8380000, 0x00000000e3300000, 0x0000000100000000)
eden space 134144K, 100% used [0x00000000d8380000,0x00000000e0680000,0x00000000e0680000)
from space 7680K, 98% used [0x00000000e0680000,0x00000000e0de6060,0x00000000e0e00000)
to space 8704K, 0% used [0x00000000e2a80000,0x00000000e2a80000,0x00000000e3300000)
ParOldGen total 95744K, used 11276K [0x0000000088a00000, 0x000000008e780000, 0x00000000d8380000)
object space 95744K, 11% used [0x0000000088a00000,0x0000000089503248,0x000000008e780000)
Metaspace used 42867K, capacity 44298K, committed 44584K, reserved 1087488K
class space used 5484K, capacity 5813K, committed 5936K, reserved 1048576K
Event: 6,254 GC heap after
Heap after GC invocations=16 (full 2):
PSYoungGen total 169472K, used 8660K [0x00000000d8380000, 0x00000000e3380000, 0x0000000100000000)
eden space 160768K, 0% used [0x00000000d8380000,0x00000000d8380000,0x00000000e2080000)
from space 8704K, 99% used [0x00000000e2a80000,0x00000000e32f5040,0x00000000e3300000)
to space 9728K, 0% used [0x00000000e2080000,0x00000000e2080000,0x00000000e2a00000)
ParOldGen total 95744K, used 11284K [0x0000000088a00000, 0x000000008e780000, 0x00000000d8380000)
object space 95744K, 11% used [0x0000000088a00000,0x0000000089505248,0x000000008e780000)
Metaspace used 42867K, capacity 44298K, committed 44584K, reserved 1087488K
class space used 5484K, capacity 5813K, committed 5936K, reserved 1048576K
}
Event: 6,703 GC heap before
{Heap before GC invocations=17 (full 2):
PSYoungGen total 169472K, used 169428K [0x00000000d8380000, 0x00000000e3380000, 0x0000000100000000)
eden space 160768K, 100% used [0x00000000d8380000,0x00000000e2080000,0x00000000e2080000)
from space 8704K, 99% used [0x00000000e2a80000,0x00000000e32f5040,0x00000000e3300000)
to space 9728K, 0% used [0x00000000e2080000,0x00000000e2080000,0x00000000e2a00000)
ParOldGen total 95744K, used 11284K [0x0000000088a00000, 0x000000008e780000, 0x00000000d8380000)
object space 95744K, 11% used [0x0000000088a00000,0x0000000089505248,0x000000008e780000)
Metaspace used 45958K, capacity 47810K, committed 48040K, reserved 1091584K
class space used 5858K, capacity 6211K, committed 6320K, reserved 1048576K
Event: 6,711 GC heap after
Heap after GC invocations=17 (full 2):
PSYoungGen total 170496K, used 9696K [0x00000000d8380000, 0x00000000e5800000, 0x0000000100000000)
eden space 160768K, 0% used [0x00000000d8380000,0x00000000d8380000,0x00000000e2080000)
from space 9728K, 99% used [0x00000000e2080000,0x00000000e29f8030,0x00000000e2a00000)
to space 12288K, 0% used [0x00000000e4c00000,0x00000000e4c00000,0x00000000e5800000)
ParOldGen total 95744K, used 15214K [0x0000000088a00000, 0x000000008e780000, 0x00000000d8380000)
object space 95744K, 15% used [0x0000000088a00000,0x00000000898dbb90,0x000000008e780000)
Metaspace used 45958K, capacity 47810K, committed 48040K, reserved 1091584K
class space used 5858K, capacity 6211K, committed 6320K, reserved 1048576K
}
Event: 7,224 GC heap before
{Heap before GC invocations=18 (full 2):
PSYoungGen total 170496K, used 170464K [0x00000000d8380000, 0x00000000e5800000, 0x0000000100000000)
eden space 160768K, 100% used [0x00000000d8380000,0x00000000e2080000,0x00000000e2080000)
from space 9728K, 99% used [0x00000000e2080000,0x00000000e29f8030,0x00000000e2a00000)
to space 12288K, 0% used [0x00000000e4c00000,0x00000000e4c00000,0x00000000e5800000)
ParOldGen total 95744K, used 15214K [0x0000000088a00000, 0x000000008e780000, 0x00000000d8380000)
object space 95744K, 15% used [0x0000000088a00000,0x00000000898dbb90,0x000000008e780000)
Metaspace used 48529K, capacity 50602K, committed 50856K, reserved 1093632K
class space used 6094K, capacity 6525K, committed 6576K, reserved 1048576K
Event: 7,231 GC heap after
Heap after GC invocations=18 (full 2):
PSYoungGen total 203776K, used 11300K [0x00000000d8380000, 0x00000000e5a00000, 0x0000000100000000)
eden space 191488K, 0% used [0x00000000d8380000,0x00000000d8380000,0x00000000e3e80000)
from space 12288K, 91% used [0x00000000e4c00000,0x00000000e5709050,0x00000000e5800000)
to space 13824K, 0% used [0x00000000e3e80000,0x00000000e3e80000,0x00000000e4c00000)
ParOldGen total 95744K, used 15222K [0x0000000088a00000, 0x000000008e780000, 0x00000000d8380000)
object space 95744K, 15% used [0x0000000088a00000,0x00000000898ddb90,0x000000008e780000)
Metaspace used 48529K, capacity 50602K, committed 50856K, reserved 1093632K
class space used 6094K, capacity 6525K, committed 6576K, reserved 1048576K
}
Event: 7,947 GC heap before
{Heap before GC invocations=19 (full 2):
PSYoungGen total 203776K, used 202788K [0x00000000d8380000, 0x00000000e5a00000, 0x0000000100000000)
eden space 191488K, 100% used [0x00000000d8380000,0x00000000e3e80000,0x00000000e3e80000)
from space 12288K, 91% used [0x00000000e4c00000,0x00000000e5709050,0x00000000e5800000)
to space 13824K, 0% used [0x00000000e3e80000,0x00000000e3e80000,0x00000000e4c00000)
ParOldGen total 95744K, used 15222K [0x0000000088a00000, 0x000000008e780000, 0x00000000d8380000)
object space 95744K, 15% used [0x0000000088a00000,0x00000000898ddb90,0x000000008e780000)
Metaspace used 50266K, capacity 52478K, committed 52648K, reserved 1095680K
class space used 6324K, capacity 6765K, committed 6832K, reserved 1048576K
Event: 7,963 GC heap after
Heap after GC invocations=19 (full 2):
PSYoungGen total 205312K, used 12408K [0x00000000d8380000, 0x00000000e7680000, 0x0000000100000000)
eden space 191488K, 0% used [0x00000000d8380000,0x00000000d8380000,0x00000000e3e80000)
from space 13824K, 89% used [0x00000000e3e80000,0x00000000e4a9e060,0x00000000e4c00000)
to space 15360K, 0% used [0x00000000e6780000,0x00000000e6780000,0x00000000e7680000)
ParOldGen total 95744K, used 15230K [0x0000000088a00000, 0x000000008e780000, 0x00000000d8380000)
object space 95744K, 15% used [0x0000000088a00000,0x00000000898dfb90,0x000000008e780000)
Metaspace used 50266K, capacity 52478K, committed 52648K, reserved 1095680K
class space used 6324K, capacity 6765K, committed 6832K, reserved 1048576K
}
Class unloading (10 events):
Event: 2,782 Thread 0x00007feac41ce000 unloaded java.lang.invoke.LambdaForm$DMH/612516388 0x0000000100326028
Event: 2,782 Thread 0x00007feac41ce000 unloaded org.graalvm.compiler.lir.alloc.lsra.LinearScanLifetimeAnalysisPhase$$Lambda$98/843163545 0x000000010031d828
Event: 2,782 Thread 0x00007feac41ce000 unloaded java.lang.invoke.LambdaForm$DMH/1504366789 0x000000010031d428
Event: 2,782 Thread 0x00007feac41ce000 unloaded org.graalvm.compiler.lir.constopt.ConstantLoadOptimization$Optimization$$Lambda$97/2118526384 0x0000000100314828
Event: 2,782 Thread 0x00007feac41ce000 unloaded org.graalvm.compiler.lir.constopt.ConstantLoadOptimization$Optimization$$Lambda$95/855445907 0x0000000100314028
Event: 2,782 Thread 0x00007feac41ce000 unloaded org.graalvm.compiler.lir.constopt.ConstantLoadOptimization$Optimization$$Lambda$93/1102826367 0x0000000100313828
Event: 2,782 Thread 0x00007feac41ce000 unloaded org.graalvm.compiler.lir.constopt.ConstantLoadOptimization$Optimization$$Lambda$91/1855373074 0x0000000100313028
Event: 2,782 Thread 0x00007feac41ce000 unloaded org.graalvm.compiler.lir.constopt.ConstantLoadOptimization$Optimization$$Lambda$88/108744796 0x0000000100312428
Event: 2,782 Thread 0x00007feac41ce000 unloaded sun.reflect.GeneratedConstructorAccessor7 0x0000000100309828
Event: 2,782 Thread 0x00007feac41ce000 unloaded org.graalvm.compiler.core.amd64.AMD64NodeMatchRules$$Lambda$86/439633701 0x0000000100300c28
Deoptimization events (10 events):
Event: 7,108 Thread 0x00007feac400e000 Uncommon trap: reason=null_assert_or_unreached0 action=reinterpret pc=0x00007feaafa4da02 method=jdk.internal.org.objectweb.asm.Type.getArgumentsAndReturnSizes(Ljava/lang/String;)I @ 19
Event: 7,137 Thread 0x00007feac400e000 Uncommon trap: reason=null_assert_or_unreached0 action=reinterpret pc=0x00007feaafedacdd method=jdk.internal.org.objectweb.asm.Item.isEqualTo(Ljdk/internal/org/objectweb/asm/Item;)Z @ 0
Event: 7,138 Thread 0x00007feac400e000 Uncommon trap: reason=intrinsic_or_type_checked_inlining action=reinterpret pc=0x00007feaaee6db75 method=java.lang.Iterable.forEach(Ljava/util/function/Consumer;)V @ 0
Event: 7,145 Thread 0x00007feac400e000 Uncommon trap: reason=null_assert_or_unreached0 action=reinterpret pc=0x00007feaafedc1e9 method=sun.reflect.generics.parser.SignatureParser.parsePackageNameAndSimpleClassTypeSignature()Lsun/reflect/generics/tree/SimpleClassTypeSignature; @ 64
Event: 7,214 Thread 0x00007feac400e000 Uncommon trap: reason=null_assert_or_unreached0 action=reinterpret pc=0x00007feaafebc443 method=org.springframework.beans.factory.support.AbstractBeanFactory.isTypeMatch(Ljava/lang/String;Lorg/springframework/core/ResolvableType;)Z @ 504
Event: 7,298 Thread 0x00007feac421d800 Uncommon trap: reason=intrinsic_or_type_checked_inlining action=reinterpret pc=0x00007feaaf7ea3b5 method=java.util.HashMap.putVal(ILjava/lang/Object;Ljava/lang/Object;ZZ)Ljava/lang/Object; @ 145
Event: 7,617 Thread 0x00007feac400e000 Uncommon trap: reason=null_check action=reinterpret pc=0x00007feaafd96731 method=java.util.Properties$LineReader.readLine()I @ 0
Event: 7,790 Thread 0x00007feac400e000 Uncommon trap: reason=intrinsic_or_type_checked_inlining action=reinterpret pc=0x00007feaafd96e4b method=java.util.Arrays.asList([Ljava/lang/Object;)Ljava/util/List; @ 0
Event: 7,964 Thread 0x00007feac41db000 Uncommon trap: reason=intrinsic_or_type_checked_inlining action=reinterpret pc=0x00007feaafe3f320 method=java.lang.ref.Finalizer.runFinalizer(Lsun/misc/JavaLangAccess;)V @ 20
Event: 8,108 Thread 0x00007feac400e000 Uncommon trap: reason=null_assert_or_unreached0 action=reinterpret pc=0x00007feab00409c2 method=sun.reflect.generics.parser.SignatureParser.parseFieldTypeSignature(Z)Lsun/reflect/generics/tree/FieldTypeSignature; @ 4
Classes redefined (0 events):
No events
Internal exceptions (10 events):
Event: 8,086 Thread 0x00007feac400e000 Exception <a 'java/lang/ClassNotFoundException': org/springframework/context/ApplicationContextAwareCustomizer> (0x00000000da5c8200) thrown at [/b/b/e/main/graal-jvmci-8/src/share/vm/classfile/systemDictionary.cpp, line 233]
Event: 8,087 Thread 0x00007feac400e000 Exception <a 'java/lang/ClassNotFoundException': org/springframework/beans/factory/AwareCustomizer> (0x00000000da652f48) thrown at [/b/b/e/main/graal-jvmci-8/src/share/vm/classfile/systemDictionary.cpp, line 233]
Event: 8,087 Thread 0x00007feac400e000 Exception <a 'java/lang/ClassNotFoundException': org/springframework/beans/factory/AwareCustomizer> (0x00000000da6533d0) thrown at [/b/b/e/main/graal-jvmci-8/src/share/vm/classfile/systemDictionary.cpp, line 233]
Event: 8,088 Thread 0x00007feac400e000 Exception <a 'java/lang/ClassNotFoundException': org/springframework/web/context/ServletContextAwareCustomizer> (0x00000000da6e5a48) thrown at [/b/b/e/main/graal-jvmci-8/src/share/vm/classfile/systemDictionary.cpp, line 233]
Event: 8,088 Thread 0x00007feac400e000 Exception <a 'java/lang/ClassNotFoundException': org/springframework/web/context/ServletContextAwareCustomizer> (0x00000000da6e5ee8) thrown at [/b/b/e/main/graal-jvmci-8/src/share/vm/classfile/systemDictionary.cpp, line 233]
Event: 8,089 Thread 0x00007feac400e000 Exception <a 'java/lang/ClassNotFoundException': org/springframework/beans/factory/AwareCustomizer> (0x00000000da770648) thrown at [/b/b/e/main/graal-jvmci-8/src/share/vm/classfile/systemDictionary.cpp, line 233]
Event: 8,089 Thread 0x00007feac400e000 Exception <a 'java/lang/ClassNotFoundException': org/springframework/beans/factory/AwareCustomizer> (0x00000000da770ad0) thrown at [/b/b/e/main/graal-jvmci-8/src/share/vm/classfile/systemDictionary.cpp, line 233]
Event: 8,090 Thread 0x00007feac400e000 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0x00000000da7a7518) thrown at [/b/b/e/main/graal-jvmci-8/src/share/vm/runtime/sharedRuntime.cpp, line 612]
Event: 8,093 Thread 0x00007feac400e000 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0x00000000da817408) thrown at [/b/b/e/main/graal-jvmci-8/src/share/vm/runtime/sharedRuntime.cpp, line 612]
Event: 8,108 Thread 0x00007feac400e000 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0x00000000da841960) thrown at [/b/b/e/main/graal-jvmci-8/src/share/vm/runtime/sharedRuntime.cpp, line 612]
Events (10 events):
Event: 8,108 Thread 0x00007feac400e000 DEOPT PACKING pc=0x00007feab00409c2 sp=0x00007feaca05a650
Event: 8,108 Thread 0x00007feac400e000 DEOPT UNPACKING pc=0x00007feaaed9c599 sp=0x00007feaca05a368 mode 3
Event: 8,108 Executing VM operation: GetOrSetLocal
Event: 8,109 Executing VM operation: GetOrSetLocal done
Event: 8,109 Executing VM operation: GetOrSetLocal
Event: 8,109 Executing VM operation: GetOrSetLocal done
Event: 8,109 Executing VM operation: GetOrSetLocal
Event: 8,109 Executing VM operation: GetOrSetLocal done
Event: 8,109 Executing VM operation: GetOrSetLocal
Event: 8,109 Executing VM operation: GetOrSetLocal done
Dynamic libraries:
00400000-00401000 r-xp 00000000 08:01 1060635 /opt/graalvm-ce-1.0.0-rc14/bin/java
00600000-00601000 r--p 00000000 08:01 1060635 /opt/graalvm-ce-1.0.0-rc14/bin/java
00601000-00602000 rw-p 00001000 08:01 1060635 /opt/graalvm-ce-1.0.0-rc14/bin/java
0206f000-02090000 rw-p 00000000 00:00 0 [heap]
88a00000-8e780000 rw-p 00000000 00:00 0
8e780000-d8380000 ---p 00000000 00:00 0
d8380000-e7680000 rw-p 00000000 00:00 0
e7680000-100000000 ---p 00000000 00:00 0
100000000-1006ac000 rw-p 00000000 00:00 0
1006ac000-140000000 ---p 00000000 00:00 0
7fea3c000000-7fea3c021000 rw-p 00000000 00:00 0
7fea3c021000-7fea40000000 ---p 00000000 00:00 0
7fea40000000-7fea40021000 rw-p 00000000 00:00 0
7fea40021000-7fea44000000 ---p 00000000 00:00 0
7fea44000000-7fea44021000 rw-p 00000000 00:00 0
7fea44021000-7fea48000000 ---p 00000000 00:00 0
7fea4bcff000-7fea4bd02000 ---p 00000000 00:00 0
7fea4bd02000-7fea4bf00000 rw-p 00000000 00:00 0
7fea4bf00000-7fea4c000000 ---p 00000000 00:00 0
7fea4c000000-7fea4c3bb000 rw-p 00000000 00:00 0
7fea4c3bb000-7fea50000000 ---p 00000000 00:00 0
7fea50000000-7fea50049000 rw-p 00000000 00:00 0
7fea50049000-7fea54000000 ---p 00000000 00:00 0
7fea54000000-7fea54022000 rw-p 00000000 00:00 0
7fea54022000-7fea58000000 ---p 00000000 00:00 0
7fea58000000-7fea58021000 rw-p 00000000 00:00 0
7fea58021000-7fea5c000000 ---p 00000000 00:00 0
7fea5c0fe000-7fea5c101000 ---p 00000000 00:00 0
7fea5c101000-7fea5c3ff000 rw-p 00000000 00:00 0
7fea5c3ff000-7fea5c5ff000 rw-p 00000000 00:00 0
7fea5c5ff000-7fea5c7ff000 rw-p 00000000 00:00 0
7fea5c7ff000-7fea5c9ff000 rw-p 00000000 00:00 0
7fea5c9ff000-7fea5cbff000 rw-p 00000000 00:00 0
7fea5cbff000-7fea5cdff000 rw-p 00000000 00:00 0
7fea5cdff000-7fea5cfff000 rw-p 00000000 00:00 0
7fea5cfff000-7fea60000000 rw-p 00000000 00:00 0
7fea60000000-7fea60905000 rw-p 00000000 00:00 0
7fea60905000-7fea64000000 ---p 00000000 00:00 0
7fea64000000-7fea64050000 rw-p 00000000 00:00 0
7fea64050000-7fea68000000 ---p 00000000 00:00 0
7fea68000000-7fea6839d000 rw-p 00000000 00:00 0
7fea6839d000-7fea6c000000 ---p 00000000 00:00 0
7fea6c000000-7fea6c146000 rw-p 00000000 00:00 0
7fea6c146000-7fea70000000 ---p 00000000 00:00 0
7fea70000000-7fea70021000 rw-p 00000000 00:00 0
7fea70021000-7fea74000000 ---p 00000000 00:00 0
7fea74000000-7fea74485000 rw-p 00000000 00:00 0
7fea74485000-7fea78000000 ---p 00000000 00:00 0
7fea78000000-7fea78021000 rw-p 00000000 00:00 0
7fea78021000-7fea7c000000 ---p 00000000 00:00 0
7fea7c000000-7fea7c021000 rw-p 00000000 00:00 0
7fea7c021000-7fea80000000 ---p 00000000 00:00 0
7fea80000000-7fea80021000 rw-p 00000000 00:00 0
7fea80021000-7fea84000000 ---p 00000000 00:00 0
7fea84057000-7fea8405a000 ---p 00000000 00:00 0
7fea8405a000-7fea84158000 rw-p 00000000 00:00 0
7fea84158000-7fea8415b000 ---p 00000000 00:00 0
7fea8415b000-7fea84457000 rw-p 00000000 00:00 0
7fea84457000-7fea84459000 ---p 00000000 00:00 0
7fea84459000-7fea84659000 rw-p 00000000 00:00 0
7fea84659000-7fea84859000 rw-p 00000000 00:00 0
7fea84859000-7fea84862000 r-xp 00000000 08:01 1055054 /opt/graalvm-ce-1.0.0-rc14/jre/lib/amd64/libmanagement.so
7fea84862000-7fea84a61000 ---p 00009000 08:01 1055054 /opt/graalvm-ce-1.0.0-rc14/jre/lib/amd64/libmanagement.so
7fea84a61000-7fea84a62000 r--p 00008000 08:01 1055054 /opt/graalvm-ce-1.0.0-rc14/jre/lib/amd64/libmanagement.so
7fea84a62000-7fea84a63000 rw-p 00009000 08:01 1055054 /opt/graalvm-ce-1.0.0-rc14/jre/lib/amd64/libmanagement.so
7fea84a63000-7fea84c63000 rw-p 00000000 00:00 0
7fea84c63000-7fea84e63000 rw-p 00000000 00:00 0
7fea84e63000-7fea85063000 rw-p 00000000 00:00 0
7fea85063000-7fea85263000 rw-p 00000000 00:00 0
7fea85263000-7fea85266000 ---p 00000000 00:00 0
7fea85266000-7fea85564000 rw-p 00000000 00:00 0
7fea85564000-7fea85764000 rw-p 00000000 00:00 0
7fea85764000-7fea85964000 rw-p 00000000 00:00 0
7fea85964000-7fea85b64000 rw-p 00000000 00:00 0
7fea85b64000-7fea85b67000 ---p 00000000 00:00 0
7fea85b67000-7fea85c65000 rw-p 00000000 00:00 0
7fea85c65000-7fea85cca000 r--s 00ed2000 08:01 1053178 /opt/graalvm-ce-1.0.0-rc14/jre/lib/jvmci/graal.jar
7fea85cca000-7fea85ce1000 r-xp 00000000 08:01 1055069 /opt/graalvm-ce-1.0.0-rc14/jre/lib/amd64/libnet.so
7fea85ce1000-7fea85ee0000 ---p 00017000 08:01 1055069 /opt/graalvm-ce-1.0.0-rc14/jre/lib/amd64/libnet.so
7fea85ee0000-7fea85ee1000 r--p 00016000 08:01 1055069 /opt/graalvm-ce-1.0.0-rc14/jre/lib/amd64/libnet.so
7fea85ee1000-7fea85ee2000 rw-p 00017000 08:01 1055069 /opt/graalvm-ce-1.0.0-rc14/jre/lib/amd64/libnet.so
7fea85ee2000-7fea85ef3000 r-xp 00000000 08:01 1055063 /opt/graalvm-ce-1.0.0-rc14/jre/lib/amd64/libnio.so
7fea85ef3000-7fea860f2000 ---p 00011000 08:01 1055063 /opt/graalvm-ce-1.0.0-rc14/jre/lib/amd64/libnio.so
7fea860f2000-7fea860f3000 r--p 00010000 08:01 1055063 /opt/graalvm-ce-1.0.0-rc14/jre/lib/amd64/libnio.so
7fea860f3000-7fea860f4000 rw-p 00011000 08:01 1055063 /opt/graalvm-ce-1.0.0-rc14/jre/lib/amd64/libnio.so
7fea860f4000-7fea860f5000 ---p 00000000 00:00 0
7fea860f5000-7fea861f5000 rw-p 00000000 00:00 0
7fea861f5000-7fea861f8000 ---p 00000000 00:00 0
7fea861f8000-7fea862f6000 rw-p 00000000 00:00 0
7fea862f6000-7fea862f7000 ---p 00000000 00:00 0
7fea862f7000-7fea862fa000 ---p 00000000 00:00 0
7fea862fa000-7fea863f7000 rw-p 00000000 00:00 0
7fea863f7000-7fea863f8000 ---p 00000000 00:00 0
7fea863f8000-7fea863fb000 ---p 00000000 00:00 0
7fea863fb000-7fea864f8000 rw-p 00000000 00:00 0
7fea864f8000-7fea864f9000 ---p 00000000 00:00 0
7fea864f9000-7fea864fc000 ---p 00000000 00:00 0
7fea864fc000-7fea865f9000 rw-p 00000000 00:00 0
7fea865f9000-7fea865fa000 ---p 00000000 00:00 0
7fea865fa000-7fea865fd000 ---p 00000000 00:00 0
7fea865fd000-7fea866fa000 rw-p 00000000 00:00 0
7fea866fa000-7fea866fd000 ---p 00000000 00:00 0
7fea866fd000-7fea867fb000 rw-p 00000000 00:00 0
7fea867fb000-7fea8723e000 r--p 00000000 08:01 530929 /usr/lib/locale/locale-archive
7fea8723e000-7fea87241000 ---p 00000000 00:00 0
7fea87241000-7fea8733f000 rw-p 00000000 00:00 0
7fea8733f000-7fea87342000 ---p 00000000 00:00 0
7fea87342000-7fea87440000 rw-p 00000000 00:00 0
7fea87440000-7fea87441000 ---p 00000000 00:00 0
7fea87441000-7fea8c000000 rw-p 00000000 00:00 0
7fea8c000000-7fea8c021000 rw-p 00000000 00:00 0
7fea8c021000-7fea90000000 ---p 00000000 00:00 0
7fea90000000-7fea90021000 rw-p 00000000 00:00 0
7fea90021000-7fea94000000 ---p 00000000 00:00 0
7fea94000000-7fea94021000 rw-p 00000000 00:00 0
7fea94021000-7fea98000000 ---p 00000000 00:00 0
7fea98000000-7fea98021000 rw-p 00000000 00:00 0
7fea98021000-7fea9c000000 ---p 00000000 00:00 0
7fea9c000000-7fea9c021000 rw-p 00000000 00:00 0
7fea9c021000-7feaa0000000 ---p 00000000 00:00 0
7feaa0000000-7feaa0021000 rw-p 00000000 00:00 0
7feaa0021000-7feaa4000000 ---p 00000000 00:00 0
7feaa4000000-7feaa4021000 rw-p 00000000 00:00 0
7feaa4021000-7feaa8000000 ---p 00000000 00:00 0
7feaa8000000-7feaa8021000 rw-p 00000000 00:00 0
7feaa8021000-7feaac000000 ---p 00000000 00:00 0
7feaac001000-7feaac006000 r--s 002f9000 08:01 1053144 /opt/graalvm-ce-1.0.0-rc14/jre/lib/charsets.jar
7feaac006000-7feaacc12000 rw-p 00000000 00:00 0
7feaacc12000-7feaacde1000 r--s 03c37000 08:01 1053147 /opt/graalvm-ce-1.0.0-rc14/jre/lib/rt.jar
7feaacde1000-7feaada12000 rw-p 00000000 00:00 0
7feaada12000-7feaada13000 ---p 00000000 00:00 0
7feaada13000-7feaadb13000 rw-p 00000000 00:00 0
7feaadb13000-7feaadb14000 ---p 00000000 00:00 0
7feaadb14000-7feaadc14000 rw-p 00000000 00:00 0
7feaadc14000-7feaadc15000 ---p 00000000 00:00 0
7feaadc15000-7feaadd15000 rw-p 00000000 00:00 0
7feaadd15000-7feaadd16000 ---p 00000000 00:00 0
7feaadd16000-7feaade16000 rw-p 00000000 00:00 0
7feaade16000-7feaade17000 ---p 00000000 00:00 0
7feaade17000-7feaadf17000 rw-p 00000000 00:00 0
7feaadf17000-7feaadf18000 ---p 00000000 00:00 0
7feaadf18000-7feaae018000 rw-p 00000000 00:00 0
7feaae018000-7feaae019000 ---p 00000000 00:00 0
7feaae019000-7feaae119000 rw-p 00000000 00:00 0
7feaae119000-7feaae11a000 ---p 00000000 00:00 0
7feaae11a000-7feaae249000 rw-p 00000000 00:00 0
7feaae249000-7feaae497000 ---p 00000000 00:00 0
7feaae497000-7feaae4c6000 rw-p 00000000 00:00 0
7feaae4c6000-7feaae713000 ---p 00000000 00:00 0
7feaae713000-7feaae78e000 rw-p 00000000 00:00 0
7feaae78e000-7feaae852000 ---p 00000000 00:00 0
7feaae852000-7feaae8a0000 rw-p 00000000 00:00 0
7feaae8a0000-7feaaed53000 ---p 00000000 00:00 0
7feaaed53000-7feab0073000 rwxp 00000000 00:00 0
7feab0073000-7feac2d53000 ---p 00000000 00:00 0
7feac2d53000-7feac2d6e000 r-xp 00000000 08:01 1055043 /opt/graalvm-ce-1.0.0-rc14/jre/lib/amd64/libzip.so
7feac2d6e000-7feac2f6e000 ---p 0001b000 08:01 1055043 /opt/graalvm-ce-1.0.0-rc14/jre/lib/amd64/libzip.so
7feac2f6e000-7feac2f6f000 r--p 0001b000 08:01 1055043 /opt/graalvm-ce-1.0.0-rc14/jre/lib/amd64/libzip.so
7feac2f6f000-7feac2f70000 rw-p 0001c000 08:01 1055043 /opt/graalvm-ce-1.0.0-rc14/jre/lib/amd64/libzip.so
7feac2f70000-7feac2f7b000 r-xp 00000000 08:01 9179923 /lib/x86_64-linux-gnu/libnss_files-2.27.so
7feac2f7b000-7feac317a000 ---p 0000b000 08:01 9179923 /lib/x86_64-linux-gnu/libnss_files-2.27.so
7feac317a000-7feac317b000 r--p 0000a000 08:01 9179923 /lib/x86_64-linux-gnu/libnss_files-2.27.so
7feac317b000-7feac317c000 rw-p 0000b000 08:01 9179923 /lib/x86_64-linux-gnu/libnss_files-2.27.so
7feac317c000-7feac3182000 rw-p 00000000 00:00 0
7feac3182000-7feac3199000 r-xp 00000000 08:01 9179917 /lib/x86_64-linux-gnu/libnsl-2.27.so
7feac3199000-7feac3398000 ---p 00017000 08:01 9179917 /lib/x86_64-linux-gnu/libnsl-2.27.so
7feac3398000-7feac3399000 r--p 00016000 08:01 9179917 /lib/x86_64-linux-gnu/libnsl-2.27.so
7feac3399000-7feac339a000 rw-p 00017000 08:01 9179917 /lib/x86_64-linux-gnu/libnsl-2.27.so
7feac339a000-7feac339c000 rw-p 00000000 00:00 0
7feac339c000-7feac33a7000 r-xp 00000000 08:01 9179933 /lib/x86_64-linux-gnu/libnss_nis-2.27.so
7feac33a7000-7feac35a6000 ---p 0000b000 08:01 9179933 /lib/x86_64-linux-gnu/libnss_nis-2.27.so
7feac35a6000-7feac35a7000 r--p 0000a000 08:01 9179933 /lib/x86_64-linux-gnu/libnss_nis-2.27.so
7feac35a7000-7feac35a8000 rw-p 0000b000 08:01 9179933 /lib/x86_64-linux-gnu/libnss_nis-2.27.so
7feac35a8000-7feac35b0000 r-xp 00000000 08:01 9179919 /lib/x86_64-linux-gnu/libnss_compat-2.27.so
7feac35b0000-7feac37b0000 ---p 00008000 08:01 9179919 /lib/x86_64-linux-gnu/libnss_compat-2.27.so
7feac37b0000-7feac37b1000 r--p 00008000 08:01 9179919 /lib/x86_64-linux-gnu/libnss_compat-2.27.so
7feac37b1000-7feac37b2000 rw-p 00009000 08:01 9179919 /lib/x86_64-linux-gnu/libnss_compat-2.27.so
7feac37b2000-7feac37b9000 r-xp 00000000 08:01 1055079 /opt/graalvm-ce-1.0.0-rc14/jre/lib/amd64/libnative-image-agent.so
7feac37b9000-7feac39b9000 ---p 00007000 08:01 1055079 /opt/graalvm-ce-1.0.0-rc14/jre/lib/amd64/libnative-image-agent.so
7feac39b9000-7feac39ba000 rw-p 00007000 08:01 1055079 /opt/graalvm-ce-1.0.0-rc14/jre/lib/amd64/libnative-image-agent.so
7feac39ba000-7feac39e4000 r-xp 00000000 08:01 1055078 /opt/graalvm-ce-1.0.0-rc14/jre/lib/amd64/libjava.so
7feac39e4000-7feac3be4000 ---p 0002a000 08:01 1055078 /opt/graalvm-ce-1.0.0-rc14/jre/lib/amd64/libjava.so
7feac3be4000-7feac3be5000 r--p 0002a000 08:01 1055078 /opt/graalvm-ce-1.0.0-rc14/jre/lib/amd64/libjava.so
7feac3be5000-7feac3be7000 rw-p 0002b000 08:01 1055078 /opt/graalvm-ce-1.0.0-rc14/jre/lib/amd64/libjava.so
7feac3be7000-7feac3bf6000 r-xp 00000000 08:01 1055059 /opt/graalvm-ce-1.0.0-rc14/jre/lib/amd64/libverify.so
7feac3bf6000-7feac3df5000 ---p 0000f000 08:01 1055059 /opt/graalvm-ce-1.0.0-rc14/jre/lib/amd64/libverify.so
7feac3df5000-7feac3df7000 r--p 0000e000 08:01 1055059 /opt/graalvm-ce-1.0.0-rc14/jre/lib/amd64/libverify.so
7feac3df7000-7feac3df8000 rw-p 00010000 08:01 1055059 /opt/graalvm-ce-1.0.0-rc14/jre/lib/amd64/libverify.so
7feac3df8000-7feac3dff000 r-xp 00000000 08:01 9179973 /lib/x86_64-linux-gnu/librt-2.27.so
7feac3dff000-7feac3ffe000 ---p 00007000 08:01 9179973 /lib/x86_64-linux-gnu/librt-2.27.so
7feac3ffe000-7feac3fff000 r--p 00006000 08:01 9179973 /lib/x86_64-linux-gnu/librt-2.27.so
7feac3fff000-7feac4000000 rw-p 00007000 08:01 9179973 /lib/x86_64-linux-gnu/librt-2.27.so
7feac4000000-7feac4dde000 rw-p 00000000 00:00 0
7feac4dde000-7feac8000000 ---p 00000000 00:00 0
7feac8003000-7feac8016000 r--s 00346000 08:01 1053148 /opt/graalvm-ce-1.0.0-rc14/jre/lib/resources.jar
7feac8016000-7feac8038000 r--s 003b2000 08:01 1055090 /opt/graalvm-ce-1.0.0-rc14/jre/lib/truffle/truffle-api.jar
7feac8038000-7feac81d5000 r-xp 00000000 08:01 9179896 /lib/x86_64-linux-gnu/libm-2.27.so
7feac81d5000-7feac83d4000 ---p 0019d000 08:01 9179896 /lib/x86_64-linux-gnu/libm-2.27.so
7feac83d4000-7feac83d5000 r--p 0019c000 08:01 9179896 /lib/x86_64-linux-gnu/libm-2.27.so
7feac83d5000-7feac83d6000 rw-p 0019d000 08:01 9179896 /lib/x86_64-linux-gnu/libm-2.27.so
7feac83d6000-7feac9130000 r-xp 00000000 08:01 1055083 /opt/graalvm-ce-1.0.0-rc14/jre/lib/amd64/server/libjvm.so
7feac9130000-7feac932f000 ---p 00d5a000 08:01 1055083 /opt/graalvm-ce-1.0.0-rc14/jre/lib/amd64/server/libjvm.so
7feac932f000-7feac93f7000 rw-p 00d59000 08:01 1055083 /opt/graalvm-ce-1.0.0-rc14/jre/lib/amd64/server/libjvm.so
7feac93f7000-7feac9429000 rw-p 00000000 00:00 0
7feac9429000-7feac9610000 r-xp 00000000 08:01 9179833 /lib/x86_64-linux-gnu/libc-2.27.so
7feac9610000-7feac9810000 ---p 001e7000 08:01 9179833 /lib/x86_64-linux-gnu/libc-2.27.so
7feac9810000-7feac9814000 r--p 001e7000 08:01 9179833 /lib/x86_64-linux-gnu/libc-2.27.so
7feac9814000-7feac9816000 rw-p 001eb000 08:01 9179833 /lib/x86_64-linux-gnu/libc-2.27.so
7feac9816000-7feac981a000 rw-p 00000000 00:00 0
7feac981a000-7feac981d000 r-xp 00000000 08:01 9179856 /lib/x86_64-linux-gnu/libdl-2.27.so
7feac981d000-7feac9a1c000 ---p 00003000 08:01 9179856 /lib/x86_64-linux-gnu/libdl-2.27.so
7feac9a1c000-7feac9a1d000 r--p 00002000 08:01 9179856 /lib/x86_64-linux-gnu/libdl-2.27.so
7feac9a1d000-7feac9a1e000 rw-p 00003000 08:01 9179856 /lib/x86_64-linux-gnu/libdl-2.27.so
7feac9a1e000-7feac9a34000 r-xp 00000000 08:01 2369972 /opt/graalvm-ce-1.0.0-rc14/lib/amd64/jli/libjli.so
7feac9a34000-7feac9c33000 ---p 00016000 08:01 2369972 /opt/graalvm-ce-1.0.0-rc14/lib/amd64/jli/libjli.so
7feac9c33000-7feac9c34000 r--p 00015000 08:01 2369972 /opt/graalvm-ce-1.0.0-rc14/lib/amd64/jli/libjli.so
7feac9c34000-7feac9c35000 rw-p 00016000 08:01 2369972 /opt/graalvm-ce-1.0.0-rc14/lib/amd64/jli/libjli.so
7feac9c35000-7feac9c4f000 r-xp 00000000 08:01 9179965 /lib/x86_64-linux-gnu/libpthread-2.27.so
7feac9c4f000-7feac9e4e000 ---p 0001a000 08:01 9179965 /lib/x86_64-linux-gnu/libpthread-2.27.so
7feac9e4e000-7feac9e4f000 r--p 00019000 08:01 9179965 /lib/x86_64-linux-gnu/libpthread-2.27.so
7feac9e4f000-7feac9e50000 rw-p 0001a000 08:01 9179965 /lib/x86_64-linux-gnu/libpthread-2.27.so
7feac9e50000-7feac9e54000 rw-p 00000000 00:00 0
7feac9e54000-7feac9e7b000 r-xp 00000000 08:01 9179805 /lib/x86_64-linux-gnu/ld-2.27.so
7feac9e7d000-7feac9e81000 r--s 000a1000 08:01 1053159 /opt/graalvm-ce-1.0.0-rc14/jre/lib/jsse.jar
7feac9e81000-7feac9e85000 r--s 00088000 08:01 1053175 /opt/graalvm-ce-1.0.0-rc14/jre/lib/jvmci/jvmci-hotspot.jar
7feac9e85000-7feac9e89000 r--s 0004c000 08:01 1053176 /opt/graalvm-ce-1.0.0-rc14/jre/lib/jvmci/jvmci-api.jar
7feac9e89000-7feac9e8e000 r--s 011c2000 08:11 8787192 /home/simon/work/foo_graal/foo-service/target/foo.jar
7feac9e8e000-7feac9f5d000 rw-p 00000000 00:00 0
7feac9f5d000-7feac9f5e000 ---p 00000000 00:00 0
7feac9f5e000-7feac9f61000 ---p 00000000 00:00 0
7feac9f61000-7feaca062000 rw-p 00000000 00:00 0
7feaca062000-7feaca063000 r--s 00005000 08:01 1053179 /opt/graalvm-ce-1.0.0-rc14/jre/lib/jvmci/graal-management.jar
7feaca063000-7feaca064000 r--s 00006000 08:01 1055096 /opt/graalvm-ce-1.0.0-rc14/jre/lib/truffle/locator.jar
7feaca064000-7feaca06a000 r--s 0005c000 08:01 1055144 /opt/graalvm-ce-1.0.0-rc14/jre/lib/boot/graal-sdk.jar
7feaca06a000-7feaca06c000 r--s 00007000 08:01 1055146 /opt/graalvm-ce-1.0.0-rc14/jre/lib/boot/graaljs-scriptengine.jar
7feaca06c000-7feaca070000 r--s 000db000 08:01 1055145 /opt/graalvm-ce-1.0.0-rc14/jre/lib/boot/graal-sdk.src.zip
7feaca070000-7feaca071000 r--s 00004000 08:01 1053151 /opt/graalvm-ce-1.0.0-rc14/jre/lib/jvmci-services.jar
7feaca071000-7feaca079000 rw-s 00000000 08:01 8396992 /tmp/hsperfdata_simon/7889
7feaca079000-7feaca07a000 rw-p 00000000 00:00 0
7feaca07a000-7feaca07b000 r--p 00000000 00:00 0
7feaca07b000-7feaca07c000 r--p 00027000 08:01 9179805 /lib/x86_64-linux-gnu/ld-2.27.so
7feaca07c000-7feaca07d000 rw-p 00028000 08:01 9179805 /lib/x86_64-linux-gnu/ld-2.27.so
7feaca07d000-7feaca07e000 rw-p 00000000 00:00 0
7ffd338ad000-7ffd338ce000 rw-p 00000000 00:00 0 [stack]
7ffd33988000-7ffd3398b000 r--p 00000000 00:00 0 [vvar]
7ffd3398b000-7ffd3398d000 r-xp 00000000 00:00 0 [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]
VM Arguments:
jvm_args: -agentlib:native-image-agent=output=./agent-result.txt
java_command: foo-service/target/foo.jar
java_class_path (initial): foo-service/target/foo.jar
Launcher Type: SUN_STANDARD
Environment Variables:
PATH=/home/simon/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/opt/android_sdk/tools:/opt/android_sdk/platform-tools:/snap/bin
SHELL=/bin/bash
DISPLAY=:0.0
Signal Handlers:
SIGSEGV: [libjvm.so+0xb2c500], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGBUS: [libjvm.so+0xb2c500], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGFPE: [libjvm.so+0x967de0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGPIPE: [libjvm.so+0x967de0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGXFSZ: [libjvm.so+0x967de0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGILL: [libjvm.so+0x967de0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGUSR1: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
SIGUSR2: [libjvm.so+0x967cb0], sa_mask[0]=00100000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO
SIGHUP: [libjvm.so+0x9682d0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGINT: [libjvm.so+0x9682d0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGTERM: [libjvm.so+0x9682d0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGQUIT: [libjvm.so+0x9682d0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
--------------- S Y S T E M ---------------
OS:DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.2 LTS"
uname:Linux 4.15.0-46-generic #49-Ubuntu SMP Wed Feb 6 09:33:07 UTC 2019 x86_64
libc:glibc 2.27 NPTL 2.27
rlimit: STACK 8192k, CORE 0k, NPROC 30366, NOFILE 1048576, AS infinity
load average:1,61 1,22 1,63
/proc/meminfo:
MemTotal: 7816996 kB
MemFree: 126696 kB
MemAvailable: 548040 kB
Buffers: 88888 kB
Cached: 681336 kB
SwapCached: 2548 kB
Active: 6168632 kB
Inactive: 1206632 kB
Active(anon): 5831744 kB
Inactive(anon): 944748 kB
Active(file): 336888 kB
Inactive(file): 261884 kB
Unevictable: 32 kB
Mlocked: 32 kB
SwapTotal: 7812092 kB
SwapFree: 7709692 kB
Dirty: 1860 kB
Writeback: 0 kB
AnonPages: 6601008 kB
Mapped: 309516 kB
Shmem: 171480 kB
Slab: 187152 kB
SReclaimable: 83624 kB
SUnreclaim: 103528 kB
KernelStack: 12816 kB
PageTables: 46996 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 11720588 kB
Committed_AS: 10154792 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 0 kB
VmallocChunk: 0 kB
HardwareCorrupted: 0 kB
AnonHugePages: 0 kB
ShmemHugePages: 0 kB
ShmemPmdMapped: 0 kB
CmaTotal: 0 kB
CmaFree: 0 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
DirectMap4k: 222652 kB
DirectMap2M: 6762496 kB
DirectMap1G: 2097152 kB
container (cgroup) information:
container_type: cgroupv1
cpu_cpuset_cpus: 0-7
cpu_memory_nodes: 0
active_processor_count: 8
cpu_quota: -1
cpu_period: 100000
cpu_shares: -1
memory_limit_in_bytes: -1
memory_and_swap_limit_in_bytes: -2
memory_soft_limit_in_bytes: -1
memory_usage_in_bytes: 7279411200
memory_max_usage_in_bytes: 7290048512
CPU:total 8 (initial active 8) (4 cores per cpu, 2 threads per core) family 6 model 60 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2
/proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 60
model name : Intel(R) Core(TM) i7-4770T CPU @ 2.50GHz
stepping : 3
microcode : 0x25
cpu MHz : 3172.072
cache size : 8192 KB
physical id : 0
siblings : 8
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm cpuid_fault invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts flush_l1d
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf
bogomips : 4998.82
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 60
model name : Intel(R) Core(TM) i7-4770T CPU @ 2.50GHz
stepping : 3
microcode : 0x25
cpu MHz : 3555.980
cache size : 8192 KB
physical id : 0
siblings : 8
core id : 1
cpu cores : 4
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm cpuid_fault invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts flush_l1d
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf
bogomips : 4998.82
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 60
model name : Intel(R) Core(TM) i7-4770T CPU @ 2.50GHz
stepping : 3
microcode : 0x25
cpu MHz : 3557.334
cache size : 8192 KB
physical id : 0
siblings : 8
core id : 2
cpu cores : 4
apicid : 4
initial apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm cpuid_fault invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts flush_l1d
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf
bogomips : 4998.82
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 60
model name : Intel(R) Core(TM) i7-4770T CPU @ 2.50GHz
stepping : 3
microcode : 0x25
cpu MHz : 3401.882
cache size : 8192 KB
physical id : 0
siblings : 8
core id : 3
cpu cores : 4
apicid : 6
initial apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm cpuid_fault invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts flush_l1d
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf
bogomips : 4998.82
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 4
vendor_id : GenuineIntel
cpu family : 6
model : 60
model name : Intel(R) Core(TM) i7-4770T CPU @ 2.50GHz
stepping : 3
microcode : 0x25
cpu MHz : 3329.731
cache size : 8192 KB
physical id : 0
siblings : 8
core id : 0
cpu cores : 4
apicid : 1
initial apicid : 1
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm cpuid_fault invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts flush_l1d
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf
bogomips : 4998.82
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 5
vendor_id : GenuineIntel
cpu family : 6
model : 60
model name : Intel(R) Core(TM) i7-4770T CPU @ 2.50GHz
stepping : 3
microcode : 0x25
cpu MHz : 3182.546
cache size : 8192 KB
physical id : 0
siblings : 8
core id : 1
cpu cores : 4
apicid : 3
initial apicid : 3
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm cpuid_fault invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts flush_l1d
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf
bogomips : 4998.82
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 6
vendor_id : GenuineIntel
cpu family : 6
model : 60
model name : Intel(R) Core(TM) i7-4770T CPU @ 2.50GHz
stepping : 3
microcode : 0x25
cpu MHz : 3133.383
cache size : 8192 KB
physical id : 0
siblings : 8
core id : 2
cpu cores : 4
apicid : 5
initial apicid : 5
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm cpuid_fault invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts flush_l1d
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf
bogomips : 4998.82
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 60
model name : Intel(R) Core(TM) i7-4770T CPU @ 2.50GHz
stepping : 3
microcode : 0x25
cpu MHz : 3323.621
cache size : 8192 KB
physical id : 0
siblings : 8
core id : 3
cpu cores : 4
apicid : 7
initial apicid : 7
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm cpuid_fault invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts flush_l1d
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf
bogomips : 4998.82
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
Memory: 4k page, physical 7816996k(126008k free), swap 7812092k(7709692k free)
vm_info: OpenJDK GraalVM CE 1.0.0-rc14 (25.202-b08-jvmci-0.56) for linux-amd64 JRE (1.8.0), built on Mar 11 2019 21:17:23 by "buildslave" with gcc 7.3.0
time: Sun Mar 31 10:13:52 2019
timezone: CEST
elapsed time: 8 seconds (0d 0h 0m 8s)
thx for having a look!
Thanks for your report @simonDeHero. This seems to be the same as https://github.com/oracle/graal/issues/1081 which has already been fixed on master.
Works with the instructions from the original post in RC16. @melix, if you still encounter problems, please provide error output.
If I try to use the trace agent on a Gradle build, the JVM will crash. Example:
then create a
gradle.properties
file:and run the build:
it will start dumping into
/tmp/trace-xxx.json
then suddenly fail with: