Skip to content

Instantly share code, notes, and snippets.

@mike-bourgeous
Created September 13, 2019 00:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mike-bourgeous/c24c225d86eb26db629e8fb09f57d6a2 to your computer and use it in GitHub Desktop.
Save mike-bourgeous/c24c225d86eb26db629e8fb09f57d6a2 to your computer and use it in GitHub Desktop.
SIGSEGV from JRuby and jnr-ffi / jnr-posix / jnr-enxio on Java 11
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fc0cba990b8, pid=21, tid=22
#
# JRE version: OpenJDK Runtime Environment (11.0.4+11) (build 11.0.4+11-LTS)
# Java VM: OpenJDK 64-Bit Server VM (11.0.4+11-LTS, mixed mode, sharing, tiered, compressed oops, serial gc, linux-amd64)
# Problematic frame:
# C 0x00007fc0cba990b8
#
# Core dump will be written. Default location: Core dumps may be processed with "/usr/lib/systemd/systemd-coredump %P %u %g %s %t %c %h %e" (or dumping to //core.21)
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
--------------- S U M M A R Y ------------
Command Line: -Xmx400m --add-opens=java.base/java.io=org.jruby.dist --add-opens=java.base/sun.nio.ch=org.jruby.dist [runnable_application_jar].jar -S rails s
Host: Intel(R) Xeon(R) CPU E5-2686 v4 @ 2.30GHz, 8 cores, 1G, CentOS Linux release 7.6.1810 (Core)
Time: Thu Sep 12 22:09:43 2019 UTC elapsed time: 10 seconds (0d 0h 0m 10s)
--------------- T H R E A D ---------------
Current thread (0x00007fc0c4010000): JavaThread "main" [_thread_in_native, id=22, stack(0x00007fc0cb993000,0x00007fc0cba94000)]
Stack: [0x00007fc0cb993000,0x00007fc0cba94000], sp=0x00007fc0cba8a088, free space=988k
Native frames: (J=compiled Java code, A=aot compiled Java code, j=interpreted, Vv=VM code, C=native code)
C 0x00007fc0cba990b8
j jnr.enxio.channels.Native.close(I)I+4
j jnr.enxio.channels.NativeDeviceChannel.implCloseSelectableChannel()V+4
j java.nio.channels.spi.AbstractSelectableChannel.implCloseChannel()V+1 java.base@11.0.4
j java.nio.channels.spi.AbstractInterruptibleChannel.close()V+23 java.base@11.0.4
j org.jruby.util.io.ChannelFD.finish()V+61
j org.jruby.util.io.ChannelFD.close()V+1
j org.jruby.util.io.PosixShim.close(Ljava/io/Closeable;)I+5
j org.jruby.util.io.PosixShim.close(Lorg/jruby/util/io/ChannelFD;)I+2
j org.jruby.util.io.OpenFile.finalizeFlush(Lorg/jruby/runtime/ThreadContext;Z)V+282
j org.jruby.RubyIO.rbIoClose(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;+141
j org.jruby.RubyFile.rbIoClose(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;+38
j org.jruby.RubyIO.close(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;+14
j org.jruby.RubyIO$INVOKER$i$0$0$close.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;+5
J 3284 c1 org.jruby.RubyClass.checkFuncallDefault(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/JavaSites$CheckedSites;)Lorg/jruby/runtime/builtin/IRubyObject; (89 bytes) @ 0x00007fc0ad566f4c [0x00007fc0ad566bc0+0x000000000000038c]
J 3253 c1 org.jruby.RubyBasicObject.checkCallMethod(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/JavaSites$CheckedSites;)Lorg/jruby/runtime/builtin/IRubyObject; (7 bytes) @ 0x00007fc0ad54a84c [0x00007fc0ad54a7c0+0x000000000000008c]
j org.jruby.RubyIO.ioClose(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+57
j org.jruby.RubyIO.ensureYieldClose(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+16
j org.jruby.RubyIO.open(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+18
j org.jruby.RubyKernel.open(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+149
j org.jruby.RubyKernel$INVOKER$s$0$3$open.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+39
J 3365 c1 org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (57 bytes) @ 0x00007fc0ad586ffc [0x00007fc0ad586ee0+0x000000000000011c]
j org.jruby.runtime.callsite.CachingCallSite.callIter(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+8
J 3369 c1 org.jruby.ir.instructions.CallBase.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/runtime/builtin/IRubyObject;[Ljava/lang/Object;)Ljava/lang/Object; (86 bytes) @ 0x00007fc0ad58bdb4 [0x00007fc0ad58ba40+0x0000000000000374]
J 2801 c1 org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V (663 bytes) @ 0x00007fc0ad466e94 [0x00007fc0ad466da0+0x00000000000000f4]
J 3245 c1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (671 bytes) @ 0x00007fc0ad545684 [0x00007fc0ad542ec0+0x00000000000027c4]
J 3693 c1 org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (112 bytes) @ 0x00007fc0ad6291dc [0x00007fc0ad628fc0+0x000000000000021c]
J 3436 c1 org.jruby.internal.runtime.methods.MixedModeIRMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (74 bytes) @ 0x00007fc0ad5a456c [0x00007fc0ad5a4400+0x000000000000016c]
J 3412 c1 org.jruby.internal.runtime.methods.DynamicMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject; (13 bytes) @ 0x00007fc0ad59becc [0x00007fc0ad59be40+0x000000000000008c]
J 2857 c1 org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (49 bytes) @ 0x00007fc0ad4a32ec [0x00007fc0ad4a31e0+0x000000000000010c]
J 2801 c1 org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V (663 bytes) @ 0x00007fc0ad46770c [0x00007fc0ad466da0+0x000000000000096c]
J 3245 c1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (671 bytes) @ 0x00007fc0ad545684 [0x00007fc0ad542ec0+0x00000000000027c4]
j org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+78
j org.jruby.internal.runtime.methods.MixedModeIRMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+74
J 3365 c1 org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (57 bytes) @ 0x00007fc0ad586ffc [0x00007fc0ad586ee0+0x000000000000011c]
j org.jruby.RubySymbol$SymbolProcBody.yieldInner(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyArray;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+38
j org.jruby.RubySymbol$SymbolProcBody.doYield(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+14
J 3151 c1 org.jruby.runtime.Block.yield(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (11 bytes) @ 0x00007fc0ad520154 [0x00007fc0ad51ff00+0x0000000000000254]
j org.jruby.RubyArray.selectCommon(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+194
j org.jruby.RubyArray.select(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+10
j org.jruby.RubyArray$INVOKER$i$0$0$select.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+7
j org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+27
J 3365 c1 org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (57 bytes) @ 0x00007fc0ad586ffc [0x00007fc0ad586ee0+0x000000000000011c]
J 3369 c1 org.jruby.ir.instructions.CallBase.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/runtime/builtin/IRubyObject;[Ljava/lang/Object;)Ljava/lang/Object; (86 bytes) @ 0x00007fc0ad58be04 [0x00007fc0ad58ba40+0x00000000000003c4]
J 2801 c1 org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V (663 bytes) @ 0x00007fc0ad466e94 [0x00007fc0ad466da0+0x00000000000000f4]
J 3245 c1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (671 bytes) @ 0x00007fc0ad545684 [0x00007fc0ad542ec0+0x00000000000027c4]
j org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+78
j org.jruby.internal.runtime.methods.MixedModeIRMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+74
j org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+61
J 3365 c1 org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (57 bytes) @ 0x00007fc0ad587024 [0x00007fc0ad586ee0+0x0000000000000144]
j org.jruby.runtime.callsite.CachingCallSite.callIter(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+8
J 3369 c1 org.jruby.ir.instructions.CallBase.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/runtime/builtin/IRubyObject;[Ljava/lang/Object;)Ljava/lang/Object; (86 bytes) @ 0x00007fc0ad58bdb4 [0x00007fc0ad58ba40+0x0000000000000374]
J 2801 c1 org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V (663 bytes) @ 0x00007fc0ad466e94 [0x00007fc0ad466da0+0x00000000000000f4]
J 3245 c1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (671 bytes) @ 0x00007fc0ad545684 [0x00007fc0ad542ec0+0x00000000000027c4]
J 3296 c1 org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;[Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (50 bytes) @ 0x00007fc0ad57261c [0x00007fc0ad572500+0x000000000000011c]
j org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/Block$Type;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+107
J 3153 c1 org.jruby.runtime.IRBlockBody.doYield(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (98 bytes) @ 0x00007fc0ad520fc4 [0x00007fc0ad520d00+0x00000000000002c4]
J 3151 c1 org.jruby.runtime.Block.yield(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (11 bytes) @ 0x00007fc0ad520154 [0x00007fc0ad51ff00+0x0000000000000254]
j org.jruby.RubyEnumerable$24.call(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+14
j org.jruby.runtime.CallBlock.doYield(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+16
J 3151 c1 org.jruby.runtime.Block.yield(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (11 bytes) @ 0x00007fc0ad520154 [0x00007fc0ad51ff00+0x0000000000000254]
j org.jruby.RubyArray.each(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+38
j org.jruby.RubyArray$INVOKER$i$0$0$each.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+7
j org.jruby.RubyClass.finvoke(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+41
j org.jruby.runtime.Helpers.invoke(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+10
j org.jruby.RubyEnumerable.callEach(Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Signature;Lorg/jruby/runtime/BlockCallback;)Lorg/jruby/runtime/builtin/IRubyObject;+16
j org.jruby.RubyEnumerable.flatMapCommon(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;+38
j org.jruby.RubyEnumerable.flat_map(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+6
j org.jruby.RubyEnumerable$INVOKER$s$0$0$flat_map.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+4
j org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+27
j org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+61
J 3365 c1 org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (57 bytes) @ 0x00007fc0ad587024 [0x00007fc0ad586ee0+0x0000000000000144]
j org.jruby.runtime.callsite.CachingCallSite.callIter(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+8
J 3369 c1 org.jruby.ir.instructions.CallBase.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/runtime/builtin/IRubyObject;[Ljava/lang/Object;)Ljava/lang/Object; (86 bytes) @ 0x00007fc0ad58bdb4 [0x00007fc0ad58ba40+0x0000000000000374]
J 2801 c1 org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V (663 bytes) @ 0x00007fc0ad466e94 [0x00007fc0ad466da0+0x00000000000000f4]
J 3245 c1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (671 bytes) @ 0x00007fc0ad545684 [0x00007fc0ad542ec0+0x00000000000027c4]
j org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+78
j org.jruby.internal.runtime.methods.MixedModeIRMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+74
j org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+61
J 3365 c1 org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (57 bytes) @ 0x00007fc0ad587024 [0x00007fc0ad586ee0+0x0000000000000144]
j org.jruby.runtime.callsite.CachingCallSite.callIter(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+8
J 3369 c1 org.jruby.ir.instructions.CallBase.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/runtime/builtin/IRubyObject;[Ljava/lang/Object;)Ljava/lang/Object; (86 bytes) @ 0x00007fc0ad58bdb4 [0x00007fc0ad58ba40+0x0000000000000374]
J 2801 c1 org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V (663 bytes) @ 0x00007fc0ad466e94 [0x00007fc0ad466da0+0x00000000000000f4]
J 3245 c1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (671 bytes) @ 0x00007fc0ad545684 [0x00007fc0ad542ec0+0x00000000000027c4]
j org.jruby.ir.interpreter.InterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+26
j org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+82
j org.jruby.internal.runtime.methods.MixedModeIRMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+78
j org.jruby.internal.runtime.methods.DynamicMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+13
j org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+61
J 3401 c1 org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (57 bytes) @ 0x00007fc0ad597db4 [0x00007fc0ad597c60+0x0000000000000154]
J 2801 c1 org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V (663 bytes) @ 0x00007fc0ad4679e4 [0x00007fc0ad466da0+0x0000000000000c44]
J 3245 c1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (671 bytes) @ 0x00007fc0ad545684 [0x00007fc0ad542ec0+0x00000000000027c4]
J 3590 c1 org.jruby.ir.interpreter.InterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (19 bytes) @ 0x00007fc0ad604ce4 [0x00007fc0ad604c40+0x00000000000000a4]
j org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+74
J 3436 c1 org.jruby.internal.runtime.methods.MixedModeIRMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (74 bytes) @ 0x00007fc0ad5a456c [0x00007fc0ad5a4400+0x000000000000016c]
J 3412 c1 org.jruby.internal.runtime.methods.DynamicMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject; (13 bytes) @ 0x00007fc0ad59becc [0x00007fc0ad59be40+0x000000000000008c]
J 3566 c1 org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (57 bytes) @ 0x00007fc0ad5f163c [0x00007fc0ad5f1480+0x00000000000001bc]
J 2857 c1 org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (49 bytes) @ 0x00007fc0ad4a3314 [0x00007fc0ad4a31e0+0x0000000000000134]
J 2801 c1 org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V (663 bytes) @ 0x00007fc0ad46770c [0x00007fc0ad466da0+0x000000000000096c]
J 3245 c1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (671 bytes) @ 0x00007fc0ad545684 [0x00007fc0ad542ec0+0x00000000000027c4]
...<more frames>...
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j jnr.enxio.channels.Native$LibC$jnr$ffi$2.close(I)I+0
j jnr.enxio.channels.Native.close(I)I+4
j jnr.enxio.channels.NativeDeviceChannel.implCloseSelectableChannel()V+4
j java.nio.channels.spi.AbstractSelectableChannel.implCloseChannel()V+1 java.base@11.0.4
j java.nio.channels.spi.AbstractInterruptibleChannel.close()V+23 java.base@11.0.4
j org.jruby.util.io.ChannelFD.finish()V+61
j org.jruby.util.io.ChannelFD.close()V+1
j org.jruby.util.io.PosixShim.close(Ljava/io/Closeable;)I+5
j org.jruby.util.io.PosixShim.close(Lorg/jruby/util/io/ChannelFD;)I+2
j org.jruby.util.io.OpenFile.finalizeFlush(Lorg/jruby/runtime/ThreadContext;Z)V+282
j org.jruby.RubyIO.rbIoClose(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;+141
j org.jruby.RubyFile.rbIoClose(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;+38
j org.jruby.RubyIO.close(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;+14
j org.jruby.RubyIO$INVOKER$i$0$0$close.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;+5
J 3284 c1 org.jruby.RubyClass.checkFuncallDefault(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/JavaSites$CheckedSites;)Lorg/jruby/runtime/builtin/IRubyObject; (89 bytes) @ 0x00007fc0ad566f4c [0x00007fc0ad566bc0+0x000000000000038c]
J 3253 c1 org.jruby.RubyBasicObject.checkCallMethod(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/JavaSites$CheckedSites;)Lorg/jruby/runtime/builtin/IRubyObject; (7 bytes) @ 0x00007fc0ad54a84c [0x00007fc0ad54a7c0+0x000000000000008c]
j org.jruby.RubyIO.ioClose(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+57
j org.jruby.RubyIO.ensureYieldClose(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+16
j org.jruby.RubyIO.open(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+18
j org.jruby.RubyKernel.open(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+149
j org.jruby.RubyKernel$INVOKER$s$0$3$open.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+39
J 3365 c1 org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (57 bytes) @ 0x00007fc0ad586ffc [0x00007fc0ad586ee0+0x000000000000011c]
j org.jruby.runtime.callsite.CachingCallSite.callIter(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+8
J 3369 c1 org.jruby.ir.instructions.CallBase.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/runtime/builtin/IRubyObject;[Ljava/lang/Object;)Ljava/lang/Object; (86 bytes) @ 0x00007fc0ad58bdb4 [0x00007fc0ad58ba40+0x0000000000000374]
J 2801 c1 org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V (663 bytes) @ 0x00007fc0ad466e94 [0x00007fc0ad466da0+0x00000000000000f4]
J 3245 c1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (671 bytes) @ 0x00007fc0ad545684 [0x00007fc0ad542ec0+0x00000000000027c4]
J 3693 c1 org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (112 bytes) @ 0x00007fc0ad6291dc [0x00007fc0ad628fc0+0x000000000000021c]
J 3436 c1 org.jruby.internal.runtime.methods.MixedModeIRMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (74 bytes) @ 0x00007fc0ad5a456c [0x00007fc0ad5a4400+0x000000000000016c]
J 3412 c1 org.jruby.internal.runtime.methods.DynamicMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject; (13 bytes) @ 0x00007fc0ad59becc [0x00007fc0ad59be40+0x000000000000008c]
J 2857 c1 org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (49 bytes) @ 0x00007fc0ad4a32ec [0x00007fc0ad4a31e0+0x000000000000010c]
J 2801 c1 org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V (663 bytes) @ 0x00007fc0ad46770c [0x00007fc0ad466da0+0x000000000000096c]
J 3245 c1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (671 bytes) @ 0x00007fc0ad545684 [0x00007fc0ad542ec0+0x00000000000027c4]
j org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+78
j org.jruby.internal.runtime.methods.MixedModeIRMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+74
J 3365 c1 org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (57 bytes) @ 0x00007fc0ad586ffc [0x00007fc0ad586ee0+0x000000000000011c]
j org.jruby.RubySymbol$SymbolProcBody.yieldInner(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyArray;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+38
j org.jruby.RubySymbol$SymbolProcBody.doYield(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+14
J 3151 c1 org.jruby.runtime.Block.yield(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (11 bytes) @ 0x00007fc0ad520154 [0x00007fc0ad51ff00+0x0000000000000254]
j org.jruby.RubyArray.selectCommon(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+194
j org.jruby.RubyArray.select(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+10
j org.jruby.RubyArray$INVOKER$i$0$0$select.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+7
j org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+27
J 3365 c1 org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (57 bytes) @ 0x00007fc0ad586ffc [0x00007fc0ad586ee0+0x000000000000011c]
J 3369 c1 org.jruby.ir.instructions.CallBase.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/runtime/builtin/IRubyObject;[Ljava/lang/Object;)Ljava/lang/Object; (86 bytes) @ 0x00007fc0ad58be04 [0x00007fc0ad58ba40+0x00000000000003c4]
J 2801 c1 org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V (663 bytes) @ 0x00007fc0ad466e94 [0x00007fc0ad466da0+0x00000000000000f4]
J 3245 c1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (671 bytes) @ 0x00007fc0ad545684 [0x00007fc0ad542ec0+0x00000000000027c4]
j org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+78
j org.jruby.internal.runtime.methods.MixedModeIRMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+74
j org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+61
J 3365 c1 org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (57 bytes) @ 0x00007fc0ad587024 [0x00007fc0ad586ee0+0x0000000000000144]
j org.jruby.runtime.callsite.CachingCallSite.callIter(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+8
J 3369 c1 org.jruby.ir.instructions.CallBase.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/runtime/builtin/IRubyObject;[Ljava/lang/Object;)Ljava/lang/Object; (86 bytes) @ 0x00007fc0ad58bdb4 [0x00007fc0ad58ba40+0x0000000000000374]
J 2801 c1 org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V (663 bytes) @ 0x00007fc0ad466e94 [0x00007fc0ad466da0+0x00000000000000f4]
J 3245 c1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (671 bytes) @ 0x00007fc0ad545684 [0x00007fc0ad542ec0+0x00000000000027c4]
J 3296 c1 org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;[Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (50 bytes) @ 0x00007fc0ad57261c [0x00007fc0ad572500+0x000000000000011c]
j org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/Block$Type;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+107
J 3153 c1 org.jruby.runtime.IRBlockBody.doYield(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (98 bytes) @ 0x00007fc0ad520fc4 [0x00007fc0ad520d00+0x00000000000002c4]
J 3151 c1 org.jruby.runtime.Block.yield(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (11 bytes) @ 0x00007fc0ad520154 [0x00007fc0ad51ff00+0x0000000000000254]
j org.jruby.RubyEnumerable$24.call(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+14
j org.jruby.runtime.CallBlock.doYield(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+16
J 3151 c1 org.jruby.runtime.Block.yield(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (11 bytes) @ 0x00007fc0ad520154 [0x00007fc0ad51ff00+0x0000000000000254]
j org.jruby.RubyArray.each(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+38
j org.jruby.RubyArray$INVOKER$i$0$0$each.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+7
j org.jruby.RubyClass.finvoke(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+41
j org.jruby.runtime.Helpers.invoke(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+10
j org.jruby.RubyEnumerable.callEach(Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Signature;Lorg/jruby/runtime/BlockCallback;)Lorg/jruby/runtime/builtin/IRubyObject;+16
j org.jruby.RubyEnumerable.flatMapCommon(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;+38
j org.jruby.RubyEnumerable.flat_map(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+6
j org.jruby.RubyEnumerable$INVOKER$s$0$0$flat_map.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+4
j org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+27
j org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+61
J 3365 c1 org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (57 bytes) @ 0x00007fc0ad587024 [0x00007fc0ad586ee0+0x0000000000000144]
j org.jruby.runtime.callsite.CachingCallSite.callIter(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+8
J 3369 c1 org.jruby.ir.instructions.CallBase.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/runtime/builtin/IRubyObject;[Ljava/lang/Object;)Ljava/lang/Object; (86 bytes) @ 0x00007fc0ad58bdb4 [0x00007fc0ad58ba40+0x0000000000000374]
J 2801 c1 org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V (663 bytes) @ 0x00007fc0ad466e94 [0x00007fc0ad466da0+0x00000000000000f4]
J 3245 c1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (671 bytes) @ 0x00007fc0ad545684 [0x00007fc0ad542ec0+0x00000000000027c4]
j org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+78
j org.jruby.internal.runtime.methods.MixedModeIRMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+74
j org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+61
J 3365 c1 org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (57 bytes) @ 0x00007fc0ad587024 [0x00007fc0ad586ee0+0x0000000000000144]
j org.jruby.runtime.callsite.CachingCallSite.callIter(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+8
J 3369 c1 org.jruby.ir.instructions.CallBase.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/runtime/builtin/IRubyObject;[Ljava/lang/Object;)Ljava/lang/Object; (86 bytes) @ 0x00007fc0ad58bdb4 [0x00007fc0ad58ba40+0x0000000000000374]
J 2801 c1 org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V (663 bytes) @ 0x00007fc0ad466e94 [0x00007fc0ad466da0+0x00000000000000f4]
J 3245 c1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (671 bytes) @ 0x00007fc0ad545684 [0x00007fc0ad542ec0+0x00000000000027c4]
j org.jruby.ir.interpreter.InterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+26
j org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+82
j org.jruby.internal.runtime.methods.MixedModeIRMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+78
j org.jruby.internal.runtime.methods.DynamicMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+13
j org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+61
J 3401 c1 org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (57 bytes) @ 0x00007fc0ad597db4 [0x00007fc0ad597c60+0x0000000000000154]
J 2801 c1 org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V (663 bytes) @ 0x00007fc0ad4679e4 [0x00007fc0ad466da0+0x0000000000000c44]
J 3245 c1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (671 bytes) @ 0x00007fc0ad545684 [0x00007fc0ad542ec0+0x00000000000027c4]
J 3590 c1 org.jruby.ir.interpreter.InterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (19 bytes) @ 0x00007fc0ad604ce4 [0x00007fc0ad604c40+0x00000000000000a4]
j org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+74
J 3436 c1 org.jruby.internal.runtime.methods.MixedModeIRMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (74 bytes) @ 0x00007fc0ad5a456c [0x00007fc0ad5a4400+0x000000000000016c]
J 3412 c1 org.jruby.internal.runtime.methods.DynamicMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject; (13 bytes) @ 0x00007fc0ad59becc [0x00007fc0ad59be40+0x000000000000008c]
J 3566 c1 org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (57 bytes) @ 0x00007fc0ad5f163c [0x00007fc0ad5f1480+0x00000000000001bc]
J 2857 c1 org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (49 bytes) @ 0x00007fc0ad4a3314 [0x00007fc0ad4a31e0+0x0000000000000134]
J 2801 c1 org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V (663 bytes) @ 0x00007fc0ad46770c [0x00007fc0ad466da0+0x000000000000096c]
J 3245 c1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (671 bytes) @ 0x00007fc0ad545684 [0x00007fc0ad542ec0+0x00000000000027c4]
J 3549 c1 org.jruby.ir.interpreter.InterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (25 bytes) @ 0x00007fc0ad5efb5c [0x00007fc0ad5ef960+0x00000000000001fc]
j org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+78
J 3547 c1 org.jruby.internal.runtime.methods.MixedModeIRMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (78 bytes) @ 0x00007fc0ad5ea38c [0x00007fc0ad5ea200+0x000000000000018c]
J 3372 c1 org.jruby.internal.runtime.methods.DynamicMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (15 bytes) @ 0x00007fc0ad58f04c [0x00007fc0ad58efc0+0x000000000000008c]
J 3442 c1 org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (61 bytes) @ 0x00007fc0ad5a4c64 [0x00007fc0ad5a4a80+0x00000000000001e4]
J 2817 c1 org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (53 bytes) @ 0x00007fc0ad472ea4 [0x00007fc0ad472d60+0x0000000000000144]
J 2801 c1 org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V (663 bytes) @ 0x00007fc0ad467bfc [0x00007fc0ad466da0+0x0000000000000e5c]
J 3245 c1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (671 bytes) @ 0x00007fc0ad545684 [0x00007fc0ad542ec0+0x00000000000027c4]
J 3549 c1 org.jruby.ir.interpreter.InterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (25 bytes) @ 0x00007fc0ad5efb5c [0x00007fc0ad5ef960+0x00000000000001fc]
j org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+78
J 3547 c1 org.jruby.internal.runtime.methods.MixedModeIRMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (78 bytes) @ 0x00007fc0ad5ea38c [0x00007fc0ad5ea200+0x000000000000018c]
J 3372 c1 org.jruby.internal.runtime.methods.DynamicMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (15 bytes) @ 0x00007fc0ad58f04c [0x00007fc0ad58efc0+0x000000000000008c]
J 3442 c1 org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (61 bytes) @ 0x00007fc0ad5a4c64 [0x00007fc0ad5a4a80+0x00000000000001e4]
J 2817 c1 org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (53 bytes) @ 0x00007fc0ad472ea4 [0x00007fc0ad472d60+0x0000000000000144]
J 2801 c1 org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V (663 bytes) @ 0x00007fc0ad467bfc [0x00007fc0ad466da0+0x0000000000000e5c]
J 3245 c1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (671 bytes) @ 0x00007fc0ad545684 [0x00007fc0ad542ec0+0x00000000000027c4]
J 3549 c1 org.jruby.ir.interpreter.InterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (25 bytes) @ 0x00007fc0ad5efb5c [0x00007fc0ad5ef960+0x00000000000001fc]
j org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+78
J 3547 c1 org.jruby.internal.runtime.methods.MixedModeIRMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (78 bytes) @ 0x00007fc0ad5ea38c [0x00007fc0ad5ea200+0x000000000000018c]
J 3372 c1 org.jruby.internal.runtime.methods.DynamicMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (15 bytes) @ 0x00007fc0ad58f04c [0x00007fc0ad58efc0+0x000000000000008c]
J 3442 c1 org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (61 bytes) @ 0x00007fc0ad5a4c64 [0x00007fc0ad5a4a80+0x00000000000001e4]
J 2817 c1 org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (53 bytes) @ 0x00007fc0ad472ea4 [0x00007fc0ad472d60+0x0000000000000144]
J 2801 c1 org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V (663 bytes) @ 0x00007fc0ad467bfc [0x00007fc0ad466da0+0x0000000000000e5c]
J 3245 c1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (671 bytes) @ 0x00007fc0ad545684 [0x00007fc0ad542ec0+0x00000000000027c4]
j org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;+31
j org.jruby.ir.interpreter.Interpreter.execute(Lorg/jruby/Ruby;Lorg/jruby/ir/IRScriptBody;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+187
j org.jruby.ir.interpreter.Interpreter.execute(Lorg/jruby/Ruby;Lorg/jruby/ir/IRScriptBody;Ljava/lang/Object;)Ljava/lang/Object;+7
j org.jruby.ir.IRTranslator.execute(Lorg/jruby/Ruby;Lorg/jruby/ParseResult;Ljava/lang/Object;)Ljava/lang/Object;+104
j org.jruby.Ruby.runInterpreter(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ParseResult;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+7
j org.jruby.Ruby.loadFile(Ljava/lang/String;Ljava/io/InputStream;Z)V+83
j org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(Lorg/jruby/Ruby;Z)V+52
j org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(Lorg/jruby/Ruby;Z)V+6
j org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(Lorg/jruby/Ruby;Lorg/jruby/runtime/load/LoadService$SearchState;)Z+6
j org.jruby.runtime.load.LoadService.smartLoadInternal(Ljava/lang/String;Z)Lorg/jruby/runtime/load/LoadService$RequireState;+270
j org.jruby.runtime.load.LoadService.require(Ljava/lang/String;)Z+3
j org.jruby.RubyKernel.requireCommon(Lorg/jruby/Ruby;Lorg/jruby/RubyString;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+15
j org.jruby.RubyKernel.require(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+27
j org.jruby.RubyKernel$INVOKER$s$1$0$require.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+6
j org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+11
j org.jruby.internal.runtime.methods.AliasMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+13
J 2817 c1 org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (53 bytes) @ 0x00007fc0ad472e74 [0x00007fc0ad472d60+0x0000000000000114]
J 2801 c1 org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V (663 bytes) @ 0x00007fc0ad467bfc [0x00007fc0ad466da0+0x0000000000000e5c]
J 3245 c1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (671 bytes) @ 0x00007fc0ad545684 [0x00007fc0ad542ec0+0x00000000000027c4]
J 3549 c1 org.jruby.ir.interpreter.InterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (25 bytes) @ 0x00007fc0ad5efb5c [0x00007fc0ad5ef960+0x00000000000001fc]
j org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+78
J 3547 c1 org.jruby.internal.runtime.methods.MixedModeIRMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (78 bytes) @ 0x00007fc0ad5ea38c [0x00007fc0ad5ea200+0x000000000000018c]
J 3372 c1 org.jruby.internal.runtime.methods.DynamicMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (15 bytes) @ 0x00007fc0ad58f04c [0x00007fc0ad58efc0+0x000000000000008c]
J 3442 c1 org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (61 bytes) @ 0x00007fc0ad5a4c64 [0x00007fc0ad5a4a80+0x00000000000001e4]
J 2817 c1 org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (53 bytes) @ 0x00007fc0ad472ea4 [0x00007fc0ad472d60+0x0000000000000144]
j tmp.jruby10656764198980244644extract.$_dot_.META_minus_INF.rails.invokeOther10:require(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+21
j tmp.jruby10656764198980244644extract.$_dot_.META_minus_INF.rails.RUBY$script(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;+209
j java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+22 java.base@11.0.4
j java.lang.invoke.LambdaForm$MH.invoke(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+153 java.base@11.0.4
j java.lang.invoke.LambdaForm$MH.invoke(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+89 java.base@11.0.4
J 2940 c1 java.lang.invoke.Invokers$Holder.invokeExact_MT(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; java.base@11.0.4 (24 bytes) @ 0x00007fc0ad4bd0f4 [0x00007fc0ad4bd000+0x00000000000000f4]
j java.lang.invoke.MethodHandle.invokeWithArguments([Ljava/lang/Object;)Ljava/lang/Object;+28 java.base@11.0.4
j org.jruby.ir.Compiler$1.load(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Z)Lorg/jruby/runtime/builtin/IRubyObject;+71
j org.jruby.Ruby.runScript(Lorg/jruby/ast/executable/Script;Z)Lorg/jruby/runtime/builtin/IRubyObject;+10
j org.jruby.Ruby.runNormally(Lorg/jruby/ast/Node;Z)Lorg/jruby/runtime/builtin/IRubyObject;+103
j org.jruby.Ruby.runNormally(Lorg/jruby/ast/Node;)Lorg/jruby/runtime/builtin/IRubyObject;+3
j org.jruby.Ruby.runFromMain(Ljava/io/InputStream;Ljava/lang/String;)V+340
v ~StubRoutines::call_stub
j jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0 java.base@11.0.4
j jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+100 java.base@11.0.4
j jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6 java.base@11.0.4
j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+59 java.base@11.0.4
j JarMain.invokeMethod(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Class;[Ljava/lang/Object;)Ljava/lang/Object;+15
j WarMain.launchJRuby([Ljava/net/URL;)I+339
j JarMain.start()I+7
j WarMain.start()I+60
j JarMain.doStart(LJarMain;)V+1
j WarMain.main([Ljava/lang/String;)V+8
v ~StubRoutines::call_stub
siginfo: si_signo: 11 (SIGSEGV), si_code: 2 (SEGV_ACCERR), si_addr: 0x00007fc0cba990b8
Register to memory mapping:
RAX=0x00007fc0cba990b8 points into unknown readable memory: 48 63 fa 48 83 ec 08 48
RBX={method} {0x00007fc0a9821320} 'close' '(I)I' in 'jnr/enxio/channels/Native$LibC$jnr$ffi$2'
RCX=0x0000000000000003 is an unknown value
RDX=0x000000000000003c is an unknown value
RSP=0x00007fc0cba8a088 is pointing into the stack for thread: 0x00007fc0c4010000
RBP=0x00007fc0cba8a0e8 is pointing into the stack for thread: 0x00007fc0c4010000
RSI=0x00007fc0cba8a110 is pointing into the stack for thread: 0x00007fc0c4010000
RDI=0x00007fc0c4010340 points into unknown readable memory: 00 b7 bd ca c0 7f 00 00
R8 ={method} {0x00007fc0a9821320} 'close' '(I)I' in 'jnr/enxio/channels/Native$LibC$jnr$ffi$2'
R9 =0x0000000000000018 is an unknown value
R10=0x00007fc0ac9698e1 is at code_begin+897 in an Interpreter codelet
method entry point (kind = native) [0x00007fc0ac969560, 0x00007fc0ac969f40] 2528 bytes
R11=0x0000000000000111 is an unknown value
R12=0x0 is NULL
R13={method} {0x00007fc0a9821320} 'close' '(I)I' in 'jnr/enxio/channels/Native$LibC$jnr$ffi$2'
R14=0x00007fc0cba8a110 is pointing into the stack for thread: 0x00007fc0c4010000
R15=0x00007fc0c4010000 is a thread
Registers:
RAX=0x00007fc0cba990b8, RBX=0x00007fc0a9821320, RCX=0x0000000000000003, RDX=0x000000000000003c
RSP=0x00007fc0cba8a088, RBP=0x00007fc0cba8a0e8, RSI=0x00007fc0cba8a110, RDI=0x00007fc0c4010340
R8 =0x00007fc0a9821320, R9 =0x0000000000000018, R10=0x00007fc0ac9698e1, R11=0x0000000000000111
R12=0x0000000000000000, R13=0x00007fc0a9821320, R14=0x00007fc0cba8a110, R15=0x00007fc0c4010000
RIP=0x00007fc0cba990b8, EFLAGS=0x0000000000010206, CSGSFS=0x002b000000000033, ERR=0x0000000000000015
TRAPNO=0x000000000000000e
Top of Stack: (sp=0x00007fc0cba8a088)
0x00007fc0cba8a088: 00007fc0ac969910 00007fc0cba8a1d0
0x00007fc0cba8a098: 00007fc0ac969616 00007fc0cba8a0a0
0x00007fc0cba8a0a8: 00007fc0a9821320 00007fc0cba8a110
0x00007fc0cba8a0b8: 00007fc0a9821850 0000000000000000
Instructions: (pc=0x00007fc0cba990b8)
0x00007fc0cba98fb8: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00007fc0cba98fc8: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00007fc0cba98fd8: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00007fc0cba98fe8: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00007fc0cba98ff8: 00 00 00 00 00 00 00 00 48 63 fa 48 83 ec 08 48
0x00007fc0cba99008: c7 c0 00 00 00 00 e8 bd c2 25 ff 48 83 c4 08 c3
0x00007fc0cba99018: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00007fc0cba99028: 48 63 fa 48 63 f1 48 83 ec 08 48 c7 c0 00 00 00
0x00007fc0cba99038: 00 e8 32 f1 2c ff 48 89 04 24 e8 49 d7 7c de 48
0x00007fc0cba99048: 63 04 24 48 83 c4 08 c3 00 00 00 00 00 00 00 00
0x00007fc0cba99058: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00007fc0cba99068: 00 00 00 00 00 00 00 00 48 8b fa 48 63 f1 49 63
0x00007fc0cba99078: d0 48 83 ec 08 48 c7 c0 00 00 00 00 e8 d7 32 2c
0x00007fc0cba99088: ff 48 89 04 24 e8 fe d6 7c de 48 63 04 24 48 83
0x00007fc0cba99098: c4 08 c3 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00007fc0cba990a8: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00007fc0cba990b8: 48 63 fa 48 83 ec 08 48 c7 c0 00 00 00 00 e8 c5
0x00007fc0cba990c8: f6 2b ff 48 89 04 24 e8 bc d6 7c de 48 63 04 24
0x00007fc0cba990d8: 48 83 c4 08 c3 00 00 00 00 00 00 00 00 00 00 00
0x00007fc0cba990e8: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00007fc0cba990f8: 00 00 00 00 00 00 00 00 48 63 fa 48 63 f1 49 63
0x00007fc0cba99108: d0 48 83 ec 08 48 c7 c0 00 00 00 00 e8 17 f4 2b
0x00007fc0cba99118: ff 48 89 04 24 e8 6e d6 7c de 48 63 04 24 48 83
0x00007fc0cba99128: c4 08 c3 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00007fc0cba99138: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00007fc0cba99148: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00007fc0cba99158: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00007fc0cba99168: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00007fc0cba99178: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00007fc0cba99188: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00007fc0cba99198: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00007fc0cba991a8: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Stack slot to memory mapping:
stack at sp + 0 slots: 0x00007fc0ac969910 is at code_begin+944 in an Interpreter codelet
method entry point (kind = native) [0x00007fc0ac969560, 0x00007fc0ac969f40] 2528 bytes
stack at sp + 1 slots: 0x00007fc0cba8a1d0 is pointing into the stack for thread: 0x00007fc0c4010000
stack at sp + 2 slots: 0x00007fc0ac969616 is at code_begin+182 in an Interpreter codelet
method entry point (kind = native) [0x00007fc0ac969560, 0x00007fc0ac969f40] 2528 bytes
stack at sp + 3 slots: 0x00007fc0cba8a0a0 is pointing into the stack for thread: 0x00007fc0c4010000
stack at sp + 4 slots: {method} {0x00007fc0a9821320} 'close' '(I)I' in 'jnr/enxio/channels/Native$LibC$jnr$ffi$2'
stack at sp + 5 slots: 0x00007fc0cba8a110 is pointing into the stack for thread: 0x00007fc0c4010000
stack at sp + 6 slots: 0x00007fc0a9821850 is pointing into metadata
stack at sp + 7 slots: 0x0 is NULL
--------------- P R O C E S S ---------------
Threads class SMR info:
_java_thread_list=0x00007fc0c4d50be0, length=10, elements={
0x00007fc0c4010000, 0x00007fc0c40af000, 0x00007fc0c40b1000, 0x00007fc0c40b7000,
0x00007fc0c40b9000, 0x00007fc0c40bb800, 0x00007fc0c40bd800, 0x00007fc0c4108800,
0x00007fc0c410d800, 0x00007fc0c5265800
}
Java Threads: ( => current thread )
=>0x00007fc0c4010000 JavaThread "main" [_thread_in_native, id=22, stack(0x00007fc0cb993000,0x00007fc0cba94000)]
0x00007fc0c40af000 JavaThread "Reference Handler" daemon [_thread_blocked, id=24, stack(0x00007fc0abdf5000,0x00007fc0abef6000)]
0x00007fc0c40b1000 JavaThread "Finalizer" daemon [_thread_blocked, id=25, stack(0x00007fc0abcf4000,0x00007fc0abdf5000)]
0x00007fc0c40b7000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=26, stack(0x00007fc0ab8a0000,0x00007fc0ab9a1000)]
0x00007fc0c40b9000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=27, stack(0x00007fc0ab79f000,0x00007fc0ab8a0000)]
0x00007fc0c40bb800 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=28, stack(0x00007fc0ab69e000,0x00007fc0ab79f000)]
0x00007fc0c40bd800 JavaThread "Sweeper thread" daemon [_thread_blocked, id=29, stack(0x00007fc0ab59d000,0x00007fc0ab69e000)]
0x00007fc0c4108800 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=30, stack(0x00007fc0ab49c000,0x00007fc0ab59d000)]
0x00007fc0c410d800 JavaThread "Service Thread" daemon [_thread_blocked, id=31, stack(0x00007fc0ab39b000,0x00007fc0ab49c000)]
0x00007fc0c5265800 JavaThread "Ruby-0-JIT-1" daemon [_thread_blocked, id=33, stack(0x00007fc0a9320000,0x00007fc0a9421000)]
Other Threads:
0x00007fc0c40ac000 VMThread "VM Thread" [stack: 0x00007fc0abef8000,0x00007fc0abff8000] [id=23]
0x00007fc0c4110000 WatcherThread [stack: 0x00007fc0ab29b000,0x00007fc0ab39b000] [id=32]
Threads with active compile tasks:
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap address: 0x00000000e7000000, size: 400 MB, Compressed Oops mode: 32-bit
Narrow klass base: 0x0000000800000000, Narrow klass shift: 3
Compressed class space size: 1073741824 Address: 0x0000000840000000
Heap:
def new generation total 13632K, used 2523K [0x00000000e7000000, 0x00000000e7ec0000, 0x00000000ef550000)
eden space 12160K, 15% used [0x00000000e7000000, 0x00000000e71c9910, 0x00000000e7be0000)
from space 1472K, 47% used [0x00000000e7be0000, 0x00000000e7c8d5c0, 0x00000000e7d50000)
to space 1472K, 0% used [0x00000000e7d50000, 0x00000000e7d50000, 0x00000000e7ec0000)
tenured generation total 30076K, used 19513K [0x00000000ef550000, 0x00000000f12af000, 0x0000000100000000)
the space 30076K, 64% used [0x00000000ef550000, 0x00000000f085e620, 0x00000000f085e800, 0x00000000f12af000)
Metaspace used 30556K, capacity 31318K, committed 31664K, reserved 1075200K
class space used 5111K, capacity 5333K, committed 5376K, reserved 1048576K
Card table byte_map: [0x00007fc0cb8b6000,0x00007fc0cb97f000] _byte_map_base: 0x00007fc0cb17e000
Polling page: 0x00007fc0cba9b000
Metaspace:
Usage:
Non-class: 25.38 MB capacity, 24.85 MB ( 98%) used, 489.68 KB ( 2%) free+waste, 50.38 KB ( <1%) overhead.
Class: 5.21 MB capacity, 4.99 MB ( 96%) used, 194.32 KB ( 4%) free+waste, 26.94 KB ( <1%) overhead.
Both: 30.58 MB capacity, 29.84 MB ( 98%) used, 684.00 KB ( 2%) free+waste, 77.31 KB ( <1%) overhead.
Virtual space:
Non-class space: 26.00 MB reserved, 25.67 MB ( 99%) committed
Class space: 1.00 GB reserved, 5.25 MB ( <1%) committed
Both: 1.03 GB reserved, 30.92 MB ( 3%) committed
Chunk freelists:
Non-Class: 107.00 KB
Class: 11.00 KB
Both: 118.00 KB
CodeHeap 'non-profiled nmethods': size=120036Kb used=1652Kb max_used=1652Kb free=118383Kb
bounds [0x00007fc0b4421000, 0x00007fc0b4691000, 0x00007fc0bb95a000]
CodeHeap 'profiled nmethods': size=120032Kb used=7632Kb max_used=7632Kb free=112399Kb
bounds [0x00007fc0acee9000, 0x00007fc0ad669000, 0x00007fc0b4421000]
CodeHeap 'non-nmethods': size=5692Kb used=1245Kb max_used=1271Kb free=4446Kb
bounds [0x00007fc0ac95a000, 0x00007fc0acbca000, 0x00007fc0acee9000]
total_blobs=5081 nmethods=3767 adapters=532
compilation: enabled
stopped_count=0, restarted_count=0
full_count=0
Compilation events (10 events):
Event: 10.380 Thread 0x00007fc0c40bb800 nmethod 3825 0x00007fc0ad654e10 code [0x00007fc0ad654fe0, 0x00007fc0ad655468]
Event: 10.380 Thread 0x00007fc0c40b9000 nmethod 3322 0x00007fc0b45bbe90 code [0x00007fc0b45bc040, 0x00007fc0b45bc338]
Event: 10.380 Thread 0x00007fc0c40bb800 3829 3 jnr.ffi.mapper.SignatureTypeMapperAdapter::getToNativeType (19 bytes)
Event: 10.380 Thread 0x00007fc0c40b9000 3741 4 java.util.HashMap$KeyIterator::next (8 bytes)
Event: 10.381 Thread 0x00007fc0c40bb800 nmethod 3829 0x00007fc0ad655590 code [0x00007fc0ad655780, 0x00007fc0ad655ae8]
Event: 10.381 Thread 0x00007fc0c40bb800 3828 3 org.jruby.ir.IRScope::getCFG (34 bytes)
Event: 10.381 Thread 0x00007fc0c40bb800 nmethod 3828 0x00007fc0ad655c10 code [0x00007fc0ad655e00, 0x00007fc0ad6563f8]
Event: 10.381 Thread 0x00007fc0c40bb800 3833 3 org.jruby.org.objectweb.asm.SymbolTable::addConstantClass (8 bytes)
Event: 10.381 Thread 0x00007fc0c40bb800 nmethod 3833 0x00007fc0ad656590 code [0x00007fc0ad656740, 0x00007fc0ad6568e8]
Event: 10.382 Thread 0x00007fc0c40bb800 3834 3 org.jruby.runtime.callsite.CachingCallSite::call (49 bytes)
GC Heap History (10 events):
Event: 9.176 GC heap before
{Heap before GC invocations=89 (full 1):
def new generation total 8064K, used 8064K [0x00000000e7000000, 0x00000000e78b0000, 0x00000000ef550000)
eden space 7232K, 100% used [0x00000000e7000000, 0x00000000e7710000, 0x00000000e7710000)
from space 832K, 100% used [0x00000000e7710000, 0x00000000e77e0000, 0x00000000e77e0000)
to space 832K, 0% used [0x00000000e77e0000, 0x00000000e77e0000, 0x00000000e78b0000)
tenured generation total 17748K, used 17284K [0x00000000ef550000, 0x00000000f06a5000, 0x0000000100000000)
the space 17748K, 97% used [0x00000000ef550000, 0x00000000f0631048, 0x00000000f0631200, 0x00000000f06a5000)
Metaspace used 28674K, capacity 29658K, committed 30000K, reserved 1075200K
class space used 4962K, capacity 5141K, committed 5248K, reserved 1048576K
}
Event: 9.215 GC heap after
{Heap after GC invocations=90 (full 2):
def new generation total 13632K, used 0K [0x00000000e7000000, 0x00000000e7ec0000, 0x00000000ef550000)
eden space 12160K, 0% used [0x00000000e7000000, 0x00000000e7000000, 0x00000000e7be0000)
from space 1472K, 0% used [0x00000000e7be0000, 0x00000000e7be0000, 0x00000000e7d50000)
to space 1472K, 0% used [0x00000000e7d50000, 0x00000000e7d50000, 0x00000000e7ec0000)
tenured generation total 30076K, used 18045K [0x00000000ef550000, 0x00000000f12af000, 0x0000000100000000)
the space 30076K, 59% used [0x00000000ef550000, 0x00000000f06ef5d0, 0x00000000f06ef600, 0x00000000f12af000)
Metaspace used 28674K, capacity 29658K, committed 30000K, reserved 1075200K
class space used 4962K, capacity 5141K, committed 5248K, reserved 1048576K
}
Event: 9.401 GC heap before
{Heap before GC invocations=90 (full 2):
def new generation total 13632K, used 12160K [0x00000000e7000000, 0x00000000e7ec0000, 0x00000000ef550000)
eden space 12160K, 100% used [0x00000000e7000000, 0x00000000e7be0000, 0x00000000e7be0000)
from space 1472K, 0% used [0x00000000e7be0000, 0x00000000e7be0000, 0x00000000e7d50000)
to space 1472K, 0% used [0x00000000e7d50000, 0x00000000e7d50000, 0x00000000e7ec0000)
tenured generation total 30076K, used 18045K [0x00000000ef550000, 0x00000000f12af000, 0x0000000100000000)
the space 30076K, 59% used [0x00000000ef550000, 0x00000000f06ef5d0, 0x00000000f06ef600, 0x00000000f12af000)
Metaspace used 28796K, capacity 29791K, committed 30256K, reserved 1075200K
class space used 4962K, capacity 5141K, committed 5248K, reserved 1048576K
}
Event: 9.403 GC heap after
{Heap after GC invocations=91 (full 2):
def new generation total 13632K, used 272K [0x00000000e7000000, 0x00000000e7ec0000, 0x00000000ef550000)
eden space 12160K, 0% used [0x00000000e7000000, 0x00000000e7000000, 0x00000000e7be0000)
from space 1472K, 18% used [0x00000000e7d50000, 0x00000000e7d942f8, 0x00000000e7ec0000)
to space 1472K, 0% used [0x00000000e7be0000, 0x00000000e7be0000, 0x00000000e7d50000)
tenured generation total 30076K, used 18045K [0x00000000ef550000, 0x00000000f12af000, 0x0000000100000000)
the space 30076K, 59% used [0x00000000ef550000, 0x00000000f06ef5d0, 0x00000000f06ef600, 0x00000000f12af000)
Metaspace used 28796K, capacity 29791K, committed 30256K, reserved 1075200K
class space used 4962K, capacity 5141K, committed 5248K, reserved 1048576K
}
Event: 9.695 GC heap before
{Heap before GC invocations=91 (full 2):
def new generation total 13632K, used 12432K [0x00000000e7000000, 0x00000000e7ec0000, 0x00000000ef550000)
eden space 12160K, 100% used [0x00000000e7000000, 0x00000000e7be0000, 0x00000000e7be0000)
from space 1472K, 18% used [0x00000000e7d50000, 0x00000000e7d942f8, 0x00000000e7ec0000)
to space 1472K, 0% used [0x00000000e7be0000, 0x00000000e7be0000, 0x00000000e7d50000)
tenured generation total 30076K, used 18045K [0x00000000ef550000, 0x00000000f12af000, 0x0000000100000000)
the space 30076K, 59% used [0x00000000ef550000, 0x00000000f06ef5d0, 0x00000000f06ef600, 0x00000000f12af000)
Metaspace used 28985K, capacity 29890K, committed 30256K, reserved 1075200K
class space used 4969K, capacity 5173K, committed 5248K, reserved 1048576K
}
Event: 9.698 GC heap after
{Heap after GC invocations=92 (full 2):
def new generation total 13632K, used 679K [0x00000000e7000000, 0x00000000e7ec0000, 0x00000000ef550000)
eden space 12160K, 0% used [0x00000000e7000000, 0x00000000e7000000, 0x00000000e7be0000)
from space 1472K, 46% used [0x00000000e7be0000, 0x00000000e7c89c88, 0x00000000e7d50000)
to space 1472K, 0% used [0x00000000e7d50000, 0x00000000e7d50000, 0x00000000e7ec0000)
tenured generation total 30076K, used 18045K [0x00000000ef550000, 0x00000000f12af000, 0x0000000100000000)
the space 30076K, 59% used [0x00000000ef550000, 0x00000000f06ef5d0, 0x00000000f06ef600, 0x00000000f12af000)
Metaspace used 28985K, capacity 29890K, committed 30256K, reserved 1075200K
class space used 4969K, capacity 5173K, committed 5248K, reserved 1048576K
}
Event: 10.089 GC heap before
{Heap before GC invocations=92 (full 2):
def new generation total 13632K, used 12839K [0x00000000e7000000, 0x00000000e7ec0000, 0x00000000ef550000)
eden space 12160K, 100% used [0x00000000e7000000, 0x00000000e7be0000, 0x00000000e7be0000)
from space 1472K, 46% used [0x00000000e7be0000, 0x00000000e7c89c88, 0x00000000e7d50000)
to space 1472K, 0% used [0x00000000e7d50000, 0x00000000e7d50000, 0x00000000e7ec0000)
tenured generation total 30076K, used 18045K [0x00000000ef550000, 0x00000000f12af000, 0x0000000100000000)
the space 30076K, 59% used [0x00000000ef550000, 0x00000000f06ef5d0, 0x00000000f06ef600, 0x00000000f12af000)
Metaspace used 30267K, capacity 31085K, committed 31408K, reserved 1075200K
class space used 5081K, capacity 5277K, committed 5376K, reserved 1048576K
}
Event: 10.095 GC heap after
{Heap after GC invocations=93 (full 2):
def new generation total 13632K, used 1471K [0x00000000e7000000, 0x00000000e7ec0000, 0x00000000ef550000)
eden space 12160K, 0% used [0x00000000e7000000, 0x00000000e7000000, 0x00000000e7be0000)
from space 1472K, 99% used [0x00000000e7d50000, 0x00000000e7ebff48, 0x00000000e7ec0000)
to space 1472K, 0% used [0x00000000e7be0000, 0x00000000e7be0000, 0x00000000e7d50000)
tenured generation total 30076K, used 18085K [0x00000000ef550000, 0x00000000f12af000, 0x0000000100000000)
the space 30076K, 60% used [0x00000000ef550000, 0x00000000f06f9620, 0x00000000f06f9800, 0x00000000f12af000)
Metaspace used 30267K, capacity 31085K, committed 31408K, reserved 1075200K
class space used 5081K, capacity 5277K, committed 5376K, reserved 1048576K
}
Event: 10.279 GC heap before
{Heap before GC invocations=93 (full 2):
def new generation total 13632K, used 13631K [0x00000000e7000000, 0x00000000e7ec0000, 0x00000000ef550000)
eden space 12160K, 100% used [0x00000000e7000000, 0x00000000e7be0000, 0x00000000e7be0000)
from space 1472K, 99% used [0x00000000e7d50000, 0x00000000e7ebff48, 0x00000000e7ec0000)
to space 1472K, 0% used [0x00000000e7be0000, 0x00000000e7be0000, 0x00000000e7d50000)
tenured generation total 30076K, used 18085K [0x00000000ef550000, 0x00000000f12af000, 0x0000000100000000)
the space 30076K, 60% used [0x00000000ef550000, 0x00000000f06f9620, 0x00000000f06f9800, 0x00000000f12af000)
Metaspace used 30412K, capacity 31157K, committed 31408K, reserved 1075200K
class space used 5094K, capacity 5280K, committed 5376K, reserved 1048576K
}
Event: 10.287 GC heap after
{Heap after GC invocations=94 (full 2):
def new generation total 13632K, used 693K [0x00000000e7000000, 0x00000000e7ec0000, 0x00000000ef550000)
eden space 12160K, 0% used [0x00000000e7000000, 0x00000000e7000000, 0x00000000e7be0000)
from space 1472K, 47% used [0x00000000e7be0000, 0x00000000e7c8d5c0, 0x00000000e7d50000)
to space 1472K, 0% used [0x00000000e7d50000, 0x00000000e7d50000, 0x00000000e7ec0000)
tenured generation total 30076K, used 19513K [0x00000000ef550000, 0x00000000f12af000, 0x0000000100000000)
the space 30076K, 64% used [0x00000000ef550000, 0x00000000f085e620, 0x00000000f085e800, 0x00000000f12af000)
Metaspace used 30412K, capacity 31157K, committed 31408K, reserved 1075200K
class space used 5094K, capacity 5280K, committed 5376K, reserved 1048576K
}
Deoptimization events (10 events):
Event: 9.976 Thread 0x00007fc0c4010000 DEOPT PACKING pc=0x00007fc0b452783c sp=0x00007fc0cba8ee60
Event: 9.976 Thread 0x00007fc0c4010000 DEOPT UNPACKING pc=0x00007fc0ac9823a5 sp=0x00007fc0cba8ee60 mode 2
Event: 10.085 Thread 0x00007fc0c4010000 Uncommon trap: trap_request=0xffffff4d fr.pc=0x00007fc0b458d5e8 relative=0x0000000000000508
Event: 10.085 Thread 0x00007fc0c4010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007fc0b458d5e8 method=java.util.WeakHashMap.put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; @ 148 c2
Event: 10.085 Thread 0x00007fc0c4010000 DEOPT PACKING pc=0x00007fc0b458d5e8 sp=0x00007fc0cba8bc70
Event: 10.085 Thread 0x00007fc0c4010000 DEOPT UNPACKING pc=0x00007fc0ac9823a5 sp=0x00007fc0cba8bc38 mode 2
Event: 10.095 Thread 0x00007fc0c40b1000 Uncommon trap: trap_request=0xffffff4d fr.pc=0x00007fc0b4532844 relative=0x0000000000000104
Event: 10.095 Thread 0x00007fc0c40b1000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007fc0b4532844 method=java.lang.ThreadLocal.get()Ljava/lang/Object; @ 11 c2
Event: 10.095 Thread 0x00007fc0c40b1000 DEOPT PACKING pc=0x00007fc0b4532844 sp=0x00007fc0abdf3680
Event: 10.095 Thread 0x00007fc0c40b1000 DEOPT UNPACKING pc=0x00007fc0ac9823a5 sp=0x00007fc0abdf3628 mode 2
Classes redefined (0 events):
No events
Internal exceptions (10 events):
Event: 9.990 Thread 0x00007fc0c4010000 Exception <a 'java/lang/NoSuchMethodError'{0x00000000e75c4990}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000e75c4990) thrown at [/builddir/
Event: 9.994 Thread 0x00007fc0c4010000 Exception <a 'java/lang/NoSuchMethodError'{0x00000000e75f68d0}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object, java.lang.Object)'> (0x00000000e75f68d0) thrown at [/builddir/build/BUILD/java-11-openjdk-11.0.4.11-0.el7_6.
Event: 9.994 Thread 0x00007fc0c4010000 Exception <a 'java/lang/NoSuchMethodError'{0x00000000e75f9b68}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000e75f9b68) thrown at [/buildd
Event: 9.995 Thread 0x00007fc0c4010000 Exception <a 'java/lang/NoSuchMethodError'{0x00000000e7601760}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000e7601760) thrown at [/builddir/build/BUILD/j
Event: 9.995 Thread 0x00007fc0c4010000 Exception <a 'java/lang/NoSuchMethodError'{0x00000000e7605668}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, int, java.lang.Object, java.lang.Object)'> (0x00000000e7605668) thrown at [/builddir/build/BUILD/ja
Event: 10.095 Thread 0x00007fc0c40b1000 Implicit null exception at 0x00007fc0b4532798 to 0x00007fc0b453282e
Event: 10.288 Thread 0x00007fc0c5265800 Exception <a 'java/lang/NoSuchMethodError'{0x00000000e7040188}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000e7040188) thrown at [/
Event: 10.379 Thread 0x00007fc0c4010000 Exception <a 'java/lang/UnsatisfiedLinkError'{0x00000000e7101a98}: /lib64/libc.so.6: undefined symbol: kqueue> (0x00000000e7101a98) thrown at [/builddir/build/BUILD/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/openjdk/src/hotspot/share/prims/jni.cpp, line 636
Event: 10.379 Thread 0x00007fc0c4010000 Exception <a 'java/lang/UnsatisfiedLinkError'{0x00000000e71049a8}: /lib64/libc.so.6: undefined symbol: kevent> (0x00000000e71049a8) thrown at [/builddir/build/BUILD/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/openjdk/src/hotspot/share/prims/jni.cpp, line 636
Event: 10.379 Thread 0x00007fc0c4010000 Exception <a 'java/lang/UnsatisfiedLinkError'{0x00000000e7108068}: /lib64/libc.so.6: undefined symbol: kevent> (0x00000000e7108068) thrown at [/builddir/build/BUILD/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/openjdk/src/hotspot/share/prims/jni.cpp, line 636
Events (10 events):
Event: 10.305 Executing VM operation: RevokeBias done
Event: 10.376 Executing VM operation: RevokeBias
Event: 10.376 Executing VM operation: RevokeBias done
Event: 10.377 Executing VM operation: RevokeBias
Event: 10.377 Executing VM operation: RevokeBias done
Event: 10.379 Executing VM operation: RevokeBias
Event: 10.380 Executing VM operation: RevokeBias done
Event: 10.380 Executing VM operation: RevokeBias
Event: 10.380 Executing VM operation: RevokeBias done
Event: 10.382 Executing VM operation: RevokeBias
Dynamic libraries:
00400000-00401000 r-xp 00000000 fe:03 2630170 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/bin/java
00601000-00602000 r--p 00001000 fe:03 2630170 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/bin/java
00602000-00603000 rw-p 00002000 fe:03 2630170 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/bin/java
01302000-01323000 rw-p 00000000 00:00 0 [heap]
e7000000-e7ec0000 rw-p 00000000 00:00 0
e7ec0000-ef550000 ---p 00000000 00:00 0
ef550000-f12af000 rw-p 00000000 00:00 0
f12af000-100000000 ---p 00000000 00:00 0
800000000-800002000 rwxp 00001000 fe:03 2752909 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/server/classes.jsa
800002000-8003bc000 rw-p 00003000 fe:03 2752909 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/server/classes.jsa
8003bc000-800a96000 r--p 003bd000 fe:03 2752909 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/server/classes.jsa
800a96000-800a97000 rw-p 00a97000 fe:03 2752909 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/server/classes.jsa
800a97000-8010a8000 r--p 00a98000 fe:03 2752909 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/server/classes.jsa
840000000-840540000 rw-p 00000000 00:00 0
840540000-880000000 ---p 00000000 00:00 0
7fc07c000000-7fc07c021000 rw-p 00000000 00:00 0
7fc07c021000-7fc080000000 ---p 00000000 00:00 0
7fc080000000-7fc080021000 rw-p 00000000 00:00 0
7fc080021000-7fc084000000 ---p 00000000 00:00 0
7fc084000000-7fc084021000 rw-p 00000000 00:00 0
7fc084021000-7fc088000000 ---p 00000000 00:00 0
7fc088000000-7fc088021000 rw-p 00000000 00:00 0
7fc088021000-7fc08c000000 ---p 00000000 00:00 0
7fc08c000000-7fc08d1fa000 rw-p 00000000 00:00 0
7fc08d1fa000-7fc090000000 ---p 00000000 00:00 0
7fc090000000-7fc090021000 rw-p 00000000 00:00 0
7fc090021000-7fc094000000 ---p 00000000 00:00 0
7fc094000000-7fc094021000 rw-p 00000000 00:00 0
7fc094021000-7fc098000000 ---p 00000000 00:00 0
7fc098000000-7fc099267000 rw-p 00000000 00:00 0
7fc099267000-7fc09c000000 ---p 00000000 00:00 0
7fc09c000000-7fc09c021000 rw-p 00000000 00:00 0
7fc09c021000-7fc0a0000000 ---p 00000000 00:00 0
7fc0a0000000-7fc0a0021000 rw-p 00000000 00:00 0
7fc0a0021000-7fc0a4000000 ---p 00000000 00:00 0
7fc0a4000000-7fc0a41b3000 rw-p 00000000 00:00 0
7fc0a41b3000-7fc0a8000000 ---p 00000000 00:00 0
7fc0a9320000-7fc0a9324000 ---p 00000000 00:00 0
7fc0a9324000-7fc0a95e1000 rw-p 00000000 00:00 0
7fc0a95e1000-7fc0a9621000 ---p 00000000 00:00 0
7fc0a9621000-7fc0a9821000 rw-p 00000000 00:00 0
7fc0a9821000-7fc0a9a21000 rw-p 00000000 00:00 0
7fc0a9a21000-7fc0a9c21000 rw-p 00000000 00:00 0
7fc0a9c21000-7fc0a9c23000 r-xp 00000000 fe:03 2501160 /usr/lib64/libfreebl3.so
7fc0a9c23000-7fc0a9e22000 ---p 00002000 fe:03 2501160 /usr/lib64/libfreebl3.so
7fc0a9e22000-7fc0a9e23000 r--p 00001000 fe:03 2501160 /usr/lib64/libfreebl3.so
7fc0a9e23000-7fc0a9e24000 rw-p 00002000 fe:03 2501160 /usr/lib64/libfreebl3.so
7fc0a9e24000-7fc0a9e2c000 r-xp 00000000 fe:03 2501128 /usr/lib64/libcrypt-2.17.so
7fc0a9e2c000-7fc0aa02b000 ---p 00008000 fe:03 2501128 /usr/lib64/libcrypt-2.17.so
7fc0aa02b000-7fc0aa02c000 r--p 00007000 fe:03 2501128 /usr/lib64/libcrypt-2.17.so
7fc0aa02c000-7fc0aa02d000 rw-p 00008000 fe:03 2501128 /usr/lib64/libcrypt-2.17.so
7fc0aa02d000-7fc0aa247000 rw-p 00000000 00:00 0
7fc0aa247000-7fc0aa25b000 ---p 00000000 00:00 0
7fc0aa25b000-7fc0aa26d000 r-xp 00000000 fe:03 2761009 /tmp/jffi15125566858641727870.so (deleted)
7fc0aa26d000-7fc0aa46c000 ---p 00012000 fe:03 2761009 /tmp/jffi15125566858641727870.so (deleted)
7fc0aa46c000-7fc0aa46d000 rw-p 00011000 fe:03 2761009 /tmp/jffi15125566858641727870.so (deleted)
7fc0aa46d000-7fc0aa66d000 rw-p 00000000 00:00 0
7fc0aa66d000-7fc0aa86d000 rw-p 00000000 00:00 0
7fc0aa86d000-7fc0aaa6d000 rw-p 00000000 00:00 0
7fc0aaa6d000-7fc0aac6d000 rw-p 00000000 00:00 0
7fc0aac6d000-7fc0aac6e000 r-xp 00000000 fe:03 2752877 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libjaas.so
7fc0aac6e000-7fc0aae6d000 ---p 00001000 fe:03 2752877 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libjaas.so
7fc0aae6d000-7fc0aae6e000 r--p 00000000 fe:03 2752877 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libjaas.so
7fc0aae6e000-7fc0aae6f000 rw-p 00001000 fe:03 2752877 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libjaas.so
7fc0aae6f000-7fc0aae86000 r-xp 00000000 fe:03 2752889 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libnet.so
7fc0aae86000-7fc0ab085000 ---p 00017000 fe:03 2752889 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libnet.so
7fc0ab085000-7fc0ab086000 r--p 00016000 fe:03 2752889 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libnet.so
7fc0ab086000-7fc0ab087000 rw-p 00017000 fe:03 2752889 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libnet.so
7fc0ab087000-7fc0ab097000 r-xp 00000000 fe:03 2752890 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libnio.so
7fc0ab097000-7fc0ab297000 ---p 00010000 fe:03 2752890 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libnio.so
7fc0ab297000-7fc0ab298000 r--p 00010000 fe:03 2752890 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libnio.so
7fc0ab298000-7fc0ab299000 rw-p 00011000 fe:03 2752890 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libnio.so
7fc0ab299000-7fc0ab29a000 ---p 00000000 00:00 0
7fc0ab29a000-7fc0ab39b000 rw-p 00000000 00:00 0
7fc0ab39b000-7fc0ab39f000 ---p 00000000 00:00 0
7fc0ab39f000-7fc0ab49c000 rw-p 00000000 00:00 0
7fc0ab49c000-7fc0ab4a0000 ---p 00000000 00:00 0
7fc0ab4a0000-7fc0ab59d000 rw-p 00000000 00:00 0
7fc0ab59d000-7fc0ab5a1000 ---p 00000000 00:00 0
7fc0ab5a1000-7fc0ab69e000 rw-p 00000000 00:00 0
7fc0ab69e000-7fc0ab6a2000 ---p 00000000 00:00 0
7fc0ab6a2000-7fc0ab79f000 rw-p 00000000 00:00 0
7fc0ab79f000-7fc0ab7a3000 ---p 00000000 00:00 0
7fc0ab7a3000-7fc0ab8a0000 rw-p 00000000 00:00 0
7fc0ab8a0000-7fc0ab8a4000 ---p 00000000 00:00 0
7fc0ab8a4000-7fc0ab9a1000 rw-p 00000000 00:00 0
7fc0ab9a1000-7fc0abcf4000 r--p 00000000 fe:03 2500734 /usr/lib/locale/locale-archive
7fc0abcf4000-7fc0abcf8000 ---p 00000000 00:00 0
7fc0abcf8000-7fc0abdf5000 rw-p 00000000 00:00 0
7fc0abdf5000-7fc0abdf9000 ---p 00000000 00:00 0
7fc0abdf9000-7fc0abef6000 rw-p 00000000 00:00 0
7fc0abef6000-7fc0abef7000 ---p 00000000 00:00 0
7fc0abef7000-7fc0ac8d4000 rw-p 00000000 00:00 0
7fc0ac8d4000-7fc0ac8e3000 rw-p 00000000 00:00 0
7fc0ac8e3000-7fc0ac95a000 ---p 00000000 00:00 0
7fc0ac95a000-7fc0acbca000 rwxp 00000000 00:00 0
7fc0acbca000-7fc0acee9000 ---p 00000000 00:00 0
7fc0acee9000-7fc0ad669000 rwxp 00000000 00:00 0
7fc0ad669000-7fc0b4421000 ---p 00000000 00:00 0
7fc0b4421000-7fc0b4691000 rwxp 00000000 00:00 0
7fc0b4691000-7fc0bb95a000 ---p 00000000 00:00 0
7fc0bb95a000-7fc0c4000000 r--s 00000000 fe:03 2752899 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/modules
7fc0c4000000-7fc0c52b5000 rw-p 00000000 00:00 0
7fc0c52b5000-7fc0c8000000 ---p 00000000 00:00 0
7fc0c8050000-7fc0c8055000 rw-p 00000000 00:00 0
7fc0c8055000-7fc0c813b000 ---p 00000000 00:00 0
7fc0c813b000-7fc0c814a000 rw-p 00000000 00:00 0
7fc0c814a000-7fc0c8226000 ---p 00000000 00:00 0
7fc0c8226000-7fc0c822b000 r-xp 00000000 fe:03 2752881 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libjimage.so
7fc0c822b000-7fc0c842b000 ---p 00005000 fe:03 2752881 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libjimage.so
7fc0c842b000-7fc0c842c000 r--p 00005000 fe:03 2752881 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libjimage.so
7fc0c842c000-7fc0c842d000 rw-p 00006000 fe:03 2752881 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libjimage.so
7fc0c842d000-7fc0c8434000 r-xp 00000000 fe:03 2752898 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libzip.so
7fc0c8434000-7fc0c8633000 ---p 00007000 fe:03 2752898 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libzip.so
7fc0c8633000-7fc0c8634000 r--p 00006000 fe:03 2752898 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libzip.so
7fc0c8634000-7fc0c8635000 rw-p 00007000 fe:03 2752898 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libzip.so
7fc0c8635000-7fc0c8641000 r-xp 00000000 fe:03 2501259 /usr/lib64/libnss_files-2.17.so
7fc0c8641000-7fc0c8840000 ---p 0000c000 fe:03 2501259 /usr/lib64/libnss_files-2.17.so
7fc0c8840000-7fc0c8841000 r--p 0000b000 fe:03 2501259 /usr/lib64/libnss_files-2.17.so
7fc0c8841000-7fc0c8842000 rw-p 0000c000 fe:03 2501259 /usr/lib64/libnss_files-2.17.so
7fc0c8842000-7fc0c8848000 rw-p 00000000 00:00 0
7fc0c8848000-7fc0c8871000 r-xp 00000000 fe:03 2752878 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libjava.so
7fc0c8871000-7fc0c8a71000 ---p 00029000 fe:03 2752878 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libjava.so
7fc0c8a71000-7fc0c8a72000 r--p 00029000 fe:03 2752878 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libjava.so
7fc0c8a72000-7fc0c8a74000 rw-p 0002a000 fe:03 2752878 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libjava.so
7fc0c8a74000-7fc0c8a81000 r-xp 00000000 fe:03 2752897 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libverify.so
7fc0c8a81000-7fc0c8c80000 ---p 0000d000 fe:03 2752897 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libverify.so
7fc0c8c80000-7fc0c8c82000 r--p 0000c000 fe:03 2752897 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libverify.so
7fc0c8c82000-7fc0c8c83000 rw-p 0000e000 fe:03 2752897 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libverify.so
7fc0c8c83000-7fc0c8c8a000 r-xp 00000000 fe:03 2501326 /usr/lib64/librt-2.17.so
7fc0c8c8a000-7fc0c8e89000 ---p 00007000 fe:03 2501326 /usr/lib64/librt-2.17.so
7fc0c8e89000-7fc0c8e8a000 r--p 00006000 fe:03 2501326 /usr/lib64/librt-2.17.so
7fc0c8e8a000-7fc0c8e8b000 rw-p 00007000 fe:03 2501326 /usr/lib64/librt-2.17.so
7fc0c8e8b000-7fc0c8ea0000 r-xp 00000000 fe:03 2501163 /usr/lib64/libgcc_s-4.8.5-20150702.so.1
7fc0c8ea0000-7fc0c909f000 ---p 00015000 fe:03 2501163 /usr/lib64/libgcc_s-4.8.5-20150702.so.1
7fc0c909f000-7fc0c90a0000 r--p 00014000 fe:03 2501163 /usr/lib64/libgcc_s-4.8.5-20150702.so.1
7fc0c90a0000-7fc0c90a1000 rw-p 00015000 fe:03 2501163 /usr/lib64/libgcc_s-4.8.5-20150702.so.1
7fc0c90a1000-7fc0c91a2000 r-xp 00000000 fe:03 2501230 /usr/lib64/libm-2.17.so
7fc0c91a2000-7fc0c93a1000 ---p 00101000 fe:03 2501230 /usr/lib64/libm-2.17.so
7fc0c93a1000-7fc0c93a2000 r--p 00100000 fe:03 2501230 /usr/lib64/libm-2.17.so
7fc0c93a2000-7fc0c93a3000 rw-p 00101000 fe:03 2501230 /usr/lib64/libm-2.17.so
7fc0c93a3000-7fc0c948c000 r-xp 00000000 fe:03 2501348 /usr/lib64/libstdc++.so.6.0.19
7fc0c948c000-7fc0c968b000 ---p 000e9000 fe:03 2501348 /usr/lib64/libstdc++.so.6.0.19
7fc0c968b000-7fc0c9693000 r--p 000e8000 fe:03 2501348 /usr/lib64/libstdc++.so.6.0.19
7fc0c9693000-7fc0c9695000 rw-p 000f0000 fe:03 2501348 /usr/lib64/libstdc++.so.6.0.19
7fc0c9695000-7fc0c96aa000 rw-p 00000000 00:00 0
7fc0c96aa000-7fc0ca902000 r-xp 00000000 fe:03 2752911 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/server/libjvm.so
7fc0ca902000-7fc0cab01000 ---p 01258000 fe:03 2752911 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/server/libjvm.so
7fc0cab01000-7fc0cabd4000 r--p 01257000 fe:03 2752911 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/server/libjvm.so
7fc0cabd4000-7fc0cac10000 rw-p 0132a000 fe:03 2752911 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/server/libjvm.so
7fc0cac10000-7fc0cac69000 rw-p 00000000 00:00 0
7fc0cac69000-7fc0cae2b000 r-xp 00000000 fe:03 2501116 /usr/lib64/libc-2.17.so
7fc0cae2b000-7fc0cb02b000 ---p 001c2000 fe:03 2501116 /usr/lib64/libc-2.17.so
7fc0cb02b000-7fc0cb02f000 r--p 001c2000 fe:03 2501116 /usr/lib64/libc-2.17.so
7fc0cb02f000-7fc0cb031000 rw-p 001c6000 fe:03 2501116 /usr/lib64/libc-2.17.so
7fc0cb031000-7fc0cb036000 rw-p 00000000 00:00 0
7fc0cb036000-7fc0cb038000 r-xp 00000000 fe:03 2501145 /usr/lib64/libdl-2.17.so
7fc0cb038000-7fc0cb238000 ---p 00002000 fe:03 2501145 /usr/lib64/libdl-2.17.so
7fc0cb238000-7fc0cb239000 r--p 00002000 fe:03 2501145 /usr/lib64/libdl-2.17.so
7fc0cb239000-7fc0cb23a000 rw-p 00003000 fe:03 2501145 /usr/lib64/libdl-2.17.so
7fc0cb23a000-7fc0cb249000 r-xp 00000000 fe:03 2752863 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/jli/libjli.so
7fc0cb249000-7fc0cb449000 ---p 0000f000 fe:03 2752863 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/jli/libjli.so
7fc0cb449000-7fc0cb44a000 r--p 0000f000 fe:03 2752863 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/jli/libjli.so
7fc0cb44a000-7fc0cb44b000 rw-p 00010000 fe:03 2752863 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/jli/libjli.so
7fc0cb44b000-7fc0cb462000 r-xp 00000000 fe:03 2501307 /usr/lib64/libpthread-2.17.so
7fc0cb462000-7fc0cb661000 ---p 00017000 fe:03 2501307 /usr/lib64/libpthread-2.17.so
7fc0cb661000-7fc0cb662000 r--p 00016000 fe:03 2501307 /usr/lib64/libpthread-2.17.so
7fc0cb662000-7fc0cb663000 rw-p 00017000 fe:03 2501307 /usr/lib64/libpthread-2.17.so
7fc0cb663000-7fc0cb667000 rw-p 00000000 00:00 0
7fc0cb667000-7fc0cb67c000 r-xp 00000000 fe:03 2501384 /usr/lib64/libz.so.1.2.7
7fc0cb67c000-7fc0cb87b000 ---p 00015000 fe:03 2501384 /usr/lib64/libz.so.1.2.7
7fc0cb87b000-7fc0cb87c000 r--p 00014000 fe:03 2501384 /usr/lib64/libz.so.1.2.7
7fc0cb87c000-7fc0cb87d000 rw-p 00015000 fe:03 2501384 /usr/lib64/libz.so.1.2.7
7fc0cb87d000-7fc0cb89f000 r-xp 00000000 fe:03 2501092 /usr/lib64/ld-2.17.so
7fc0cb8ad000-7fc0cb8af000 r-xp 00000000 00:00 0
7fc0cb8af000-7fc0cb8b6000 r--s 00000000 fe:03 2622641 /usr/lib64/gconv/gconv-modules.cache
7fc0cb8b6000-7fc0cb8be000 rw-p 00000000 00:00 0
7fc0cb8be000-7fc0cb8f8000 ---p 00000000 00:00 0
7fc0cb8f8000-7fc0cb908000 rw-p 00000000 00:00 0
7fc0cb908000-7fc0cb97e000 ---p 00000000 00:00 0
7fc0cb97e000-7fc0cb984000 rw-p 00000000 00:00 0
7fc0cb984000-7fc0cb98b000 ---p 00000000 00:00 0
7fc0cb98b000-7fc0cb993000 rw-s 00000000 fe:03 2759842 /tmp/hsperfdata_root/21
7fc0cb993000-7fc0cb997000 ---p 00000000 00:00 0
7fc0cb997000-7fc0cba9a000 rw-p 00000000 00:00 0
7fc0cba9a000-7fc0cba9b000 r--p 00000000 00:00 0
7fc0cba9b000-7fc0cba9c000 ---p 00000000 00:00 0
7fc0cba9c000-7fc0cba9d000 r--p 00000000 00:00 0
7fc0cba9d000-7fc0cba9e000 rw-p 00000000 00:00 0
7fc0cba9e000-7fc0cba9f000 r--p 00021000 fe:03 2501092 /usr/lib64/ld-2.17.so
7fc0cba9f000-7fc0cbaa0000 rw-p 00022000 fe:03 2501092 /usr/lib64/ld-2.17.so
7fc0cbaa0000-7fc0cbaa1000 rw-p 00000000 00:00 0
7ffcd1d6a000-7ffcd1d8e000 rw-p 00000000 00:00 0 [stack]
7ffcd1ddb000-7ffcd1dde000 r--p 00000000 00:00 0 [vvar]
7ffcd1dde000-7ffcd1de0000 r-xp 00000000 00:00 0 [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]
VM Arguments:
jvm_args: -Xmx400m --add-opens=java.base/java.io=org.jruby.dist --add-opens=java.base/sun.nio.ch=org.jruby.dist
java_command: [runnable_application_jar].jar -S rails s
java_class_path (initial): [runnable_application_jar].jar
Launcher Type: SUN_STANDARD
[Global flags]
intx CICompilerCount = 2 {product} {ergonomic}
size_t InitialHeapSize = 23068672 {product} {ergonomic}
size_t MaxHeapSize = 419430400 {product} {command line}
size_t MaxNewSize = 139788288 {product} {ergonomic}
size_t MinHeapDeltaBytes = 196608 {product} {ergonomic}
size_t NewSize = 7667712 {product} {ergonomic}
uintx NonNMethodCodeHeapSize = 5824844 {pd product} {ergonomic}
uintx NonProfiledCodeHeapSize = 122916698 {pd product} {ergonomic}
size_t OldSize = 15400960 {product} {ergonomic}
uintx ProfiledCodeHeapSize = 122916698 {pd product} {ergonomic}
uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic}
bool SegmentedCodeCache = true {product} {ergonomic}
bool UseCompressedClassPointers = true {lp64_product} {ergonomic}
bool UseCompressedOops = true {lp64_product} {ergonomic}
bool UseSerialGC = true {product} {ergonomic}
Logging:
Log output configuration:
#0: stdout all=warning uptime,level,tags
#1: stderr all=off uptime,level,tags
Environment Variables:
JAVA_HOME=/usr/lib/jvm/jre
PATH=/usr/lib/jvm/jre/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Signal Handlers:
SIGSEGV: [libjvm.so+0xf13b80], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGBUS: [libjvm.so+0xf13b80], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGFPE: [libjvm.so+0xf13b80], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGPIPE: [libjvm.so+0xc23200], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGXFSZ: [libjvm.so+0xc23200], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGILL: [libjvm.so+0xf13b80], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGUSR2: [libjvm.so+0xc23080], sa_mask[0]=00000000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO
SIGHUP: [libjvm.so+0xc23250], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGINT: [libjvm.so+0xc23250], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGTERM: [libjvm.so+0xc23250], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGQUIT: [libjvm.so+0xc23250], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
--------------- S Y S T E M ---------------
OS:CentOS Linux release 7.6.1810 (Core)
uname:Linux 4.19.56-coreos-r1 #1 SMP Tue Jul 30 06:40:10 -00 2019 x86_64
libc:glibc 2.17 NPTL 2.17
rlimit: STACK 8192k, CORE infinity, NPROC infinity, NOFILE 1048576, AS infinity, DATA infinity, FSIZE infinity
load average:0.90 0.63 0.81
/proc/meminfo:
MemTotal: 32938840 kB
MemFree: 14611204 kB
MemAvailable: 23491492 kB
Buffers: 782052 kB
Cached: 7920712 kB
SwapCached: 0 kB
Active: 10982680 kB
Inactive: 6040812 kB
Active(anon): 8426184 kB
Inactive(anon): 90140 kB
Active(file): 2556496 kB
Inactive(file): 5950672 kB
Unevictable: 0 kB
Mlocked: 0 kB
SwapTotal: 0 kB
SwapFree: 0 kB
Dirty: 107808 kB
Writeback: 12 kB
AnonPages: 8204488 kB
Mapped: 636832 kB
Shmem: 205852 kB
Slab: 1123124 kB
SReclaimable: 802316 kB
SUnreclaim: 320808 kB
KernelStack: 29072 kB
PageTables: 32956 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 16469420 kB
Committed_AS: 15601128 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 0 kB
VmallocChunk: 0 kB
Percpu: 24768 kB
HardwareCorrupted: 0 kB
AnonHugePages: 6662144 kB
ShmemHugePages: 0 kB
ShmemPmdMapped: 0 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
Hugetlb: 0 kB
DirectMap4k: 548864 kB
DirectMap2M: 24616960 kB
DirectMap1G: 9437184 kB
/proc/sys/kernel/threads-max (system-wide limit on the number of threads):
256994
/proc/sys/vm/max_map_count (maximum number of memory map areas a process may have):
65530
/proc/sys/kernel/pid_max (system-wide limit on number of process identifiers):
32768
container (cgroup) information:
container_type: cgroupv1
cpu_cpuset_cpus: 0-7
cpu_memory_nodes: 0
active_processor_count: 1
cpu_quota: 100000
cpu_period: 100000
cpu_shares: 614
memory_limit_in_bytes: 1395863552
memory_and_swap_limit_in_bytes: 1395863552
memory_soft_limit_in_bytes: -1
memory_usage_in_bytes: 265433088
memory_max_usage_in_bytes: 265555968
Steal ticks since vm start: 22
Steal ticks percentage since vm start: 0.003
CPU:total 8 (initial active 1) (4 cores per cpu, 2 threads per core) family 6 model 79 stepping 1, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, lzcnt, ht, tsc, bmi1, bmi2, fma
CPU Model and flags from /proc/cpuinfo:
model name : Intel(R) Xeon(R) CPU E5-2686 v4 @ 2.30GHz
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm cpuid_fault invpcid_single pti fsgsbase bmi1 avx2 smep bmi2 erms invpcid xsaveopt
Memory: 4k page, physical 1363148k(1103960k free), swap 0k(0k free)
vm_info: OpenJDK 64-Bit Server VM (11.0.4+11-LTS) for linux-amd64 JRE (11.0.4+11-LTS), built on Jul 23 2019 16:45:16 by "mockbuild" with gcc 4.8.5 20150623 (Red Hat 4.8.5-36)
END.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f887098e9b8, pid=8753, tid=8759
#
# JRE version: OpenJDK Runtime Environment (11.0.4+11) (build 11.0.4+11-LTS)
# Java VM: OpenJDK 64-Bit Server VM (11.0.4+11-LTS, mixed mode, sharing, tiered, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# C 0x00007f887098e9b8
#
# Core dump will be written. Default location: Core dumps may be processed with "/usr/lib/systemd/systemd-coredump %P %u %g %s %t %c %h %e" (or dumping to /builds/.../core.8753)
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
--------------- S U M M A R Y ------------
Command Line: -Dmaven.repo.local=/builds/.../project-name/.m2/repository -Dclassworlds.conf=/builds/.../project-name/.rvm/gems/jruby-9.2.8.0@project-name/gems/ruby-maven-libs-3.3.9/maven-home/bin/m2.conf -Dmaven.home=/builds/.../project-name/.rvm/gems/jruby-9.2.8.0@project-name/gems/ruby-maven-libs-3.3.9/maven-home -Dmaven.multiModuleProjectDirectory=/builds/.../project-name org.codehaus.plexus.classworlds.launcher.Launcher dependency:list -f /builds/.../project-name/.rvm/gems/jruby-9.2.8.0@project-name/gems/jbundler-0.9.3/lib/jbundler/dependency_pom.rb -Dverbose=true -e -DexcludeTransitive=false -Djbundler.outputFile=/builds/.../project-name/pkg/dependencies.txt -Djbundler.basedir=/builds/.../project-name -Djbundler.jarfile=/builds/.../project-name/Jarfile -Djbundler.gemfile=/builds/.../project-name/Gemfile -Djbundler.workdir=/builds/.../project-name/pkg -Djbundler.groups -Djbundler.bootstrap -Dmaven.repo.local=/builds/.../project-name/.m2/repository
Host: Intel(R) Xeon(R) Platinum 8124M CPU @ 3.00GHz, 8 cores, 4G, CentOS Linux release 7.6.1810 (Core)
Time: Wed Aug 28 18:40:26 2019 UTC elapsed time: 14 seconds (0d 0h 0m 14s)
--------------- T H R E A D ---------------
Current thread (0x00007f8868011000): JavaThread "main" [_thread_in_native, id=8759, stack(0x00007f8870888000,0x00007f8870989000)]
Stack: [0x00007f8870888000,0x00007f8870989000], sp=0x00007f8870980388, free space=992k
Native frames: (J=compiled Java code, A=aot compiled Java code, j=interpreted, Vv=VM code, C=native code)
C 0x00007f887098e9b8
j jnr.posix.BaseNativePOSIX.fcntl(ILjnr/constants/platform/Fcntl;)I+9
j jnr.posix.CheckedPOSIX.fcntl(ILjnr/constants/platform/Fcntl;)I+6
j jnr.posix.LazyPOSIX.fcntl(ILjnr/constants/platform/Fcntl;)I+6
j org.jruby.util.io.PosixShim.setCloexec(IZ)I+8
j org.jruby.util.io.PosixShim.pipe()[Ljava/nio/channels/Channel;+52
j org.jruby.util.io.PopenExecutor.pipeOpen(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/util/io/PopenExecutor$ExecArg;Ljava/lang/String;ILorg/jruby/util/io/IOEncodable;)Lorg/jruby/runtime/builtin/IRubyObject;+312
j org.jruby.util.io.PopenExecutor.pipeOpen(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;ILorg/jruby/util/io/IOEncodable;)Lorg/jruby/runtime/builtin/IRubyObject;+50
j org.jruby.RubyKernel.backquote(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+47
j org.jruby.RubyKernel$INVOKER$s$1$0$backquote.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+4
j org.jruby.RubyClass.finvoke(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+44
J 5208 c1 org.jruby.RubyBasicObject.callMethod(Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (8 bytes) @ 0x00007f8851864ad4 [0x00007f8851864a40+0x0000000000000094]
j org.jruby.ir.instructions.BacktickInstr.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/runtime/builtin/IRubyObject;[Ljava/lang/Object;)Ljava/lang/Object;+133
J 4832 c1 org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V (393 bytes) @ 0x00007f885179959c [0x00007f88517994a0+0x00000000000000fc]
J 5287 c1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (762 bytes) @ 0x00007f8851884634 [0x00007f8851883ae0+0x0000000000000b54]
j org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;+31
j org.jruby.ir.interpreter.Interpreter.execute(Lorg/jruby/Ruby;Lorg/jruby/ir/IRScriptBody;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+233
j org.jruby.ir.interpreter.Interpreter.execute(Lorg/jruby/Ruby;Lorg/jruby/ir/IRScriptBody;Ljava/lang/Object;)Ljava/lang/Object;+7
j org.jruby.ir.IRTranslator.execute(Lorg/jruby/Ruby;Lorg/jruby/ParseResult;Ljava/lang/Object;)Ljava/lang/Object;+104
j org.jruby.Ruby.runInterpreter(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ParseResult;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+28
j org.jruby.Ruby.loadFile(Ljava/lang/String;Ljava/io/InputStream;Z)V+135
j org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(Lorg/jruby/Ruby;Z)V+26
j org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(Lorg/jruby/Ruby;Z)V+6
j org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(Lorg/jruby/Ruby;Lorg/jruby/runtime/load/LoadService$SearchState;)Z+6
j org.jruby.runtime.load.LoadService.smartLoadInternal(Ljava/lang/String;Z)Lorg/jruby/runtime/load/LoadService$RequireState;+222
j org.jruby.runtime.load.LoadService.requireCommon(Ljava/lang/String;Z)Lorg/jruby/runtime/load/LoadService$RequireState;+128
j org.jruby.runtime.load.LoadService.require(Ljava/lang/String;)Z+3
j org.jruby.RubyKernel.requireCommon(Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+17
j org.jruby.RubyKernel.require19(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+30
j org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+6
j org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+11
j org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+57
j org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+49
j org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V+242
J 5287 c1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (762 bytes) @ 0x00007f885188590c [0x00007f8851883ae0+0x0000000000001e2c]
j org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;+31
j org.jruby.ir.interpreter.Interpreter.execute(Lorg/jruby/Ruby;Lorg/jruby/ir/IRScriptBody;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+233
j org.jruby.ir.interpreter.Interpreter.execute(Lorg/jruby/Ruby;Lorg/jruby/ir/IRScriptBody;Ljava/lang/Object;)Ljava/lang/Object;+7
j org.jruby.ir.IRTranslator.execute(Lorg/jruby/Ruby;Lorg/jruby/ParseResult;Ljava/lang/Object;)Ljava/lang/Object;+104
j org.jruby.Ruby.runInterpreter(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ParseResult;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+28
j org.jruby.Ruby.loadFile(Ljava/lang/String;Ljava/io/InputStream;Z)V+135
j org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(Lorg/jruby/Ruby;Z)V+26
j org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(Lorg/jruby/Ruby;Z)V+6
j org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(Lorg/jruby/Ruby;Lorg/jruby/runtime/load/LoadService$SearchState;)Z+6
j org.jruby.runtime.load.LoadService.smartLoadInternal(Ljava/lang/String;Z)Lorg/jruby/runtime/load/LoadService$RequireState;+222
j org.jruby.runtime.load.LoadService.requireCommon(Ljava/lang/String;Z)Lorg/jruby/runtime/load/LoadService$RequireState;+128
j org.jruby.runtime.load.LoadService.require(Ljava/lang/String;)Z+3
j org.jruby.RubyKernel.requireCommon(Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+17
j org.jruby.RubyKernel.require19(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+30
j org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+6
j org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+11
j org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+57
j org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+49
j org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V+242
J 5287 c1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (762 bytes) @ 0x00007f885188590c [0x00007f8851883ae0+0x0000000000001e2c]
j org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;+31
j org.jruby.ir.interpreter.Interpreter.execute(Lorg/jruby/Ruby;Lorg/jruby/ir/IRScriptBody;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+233
j org.jruby.ir.interpreter.Interpreter.execute(Lorg/jruby/Ruby;Lorg/jruby/ir/IRScriptBody;Ljava/lang/Object;)Ljava/lang/Object;+7
j org.jruby.ir.IRTranslator.execute(Lorg/jruby/Ruby;Lorg/jruby/ParseResult;Ljava/lang/Object;)Ljava/lang/Object;+104
j org.jruby.Ruby.runInterpreter(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ParseResult;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+28
j org.jruby.Ruby.loadFile(Ljava/lang/String;Ljava/io/InputStream;Z)V+135
j org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(Lorg/jruby/Ruby;Z)V+26
j org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(Lorg/jruby/Ruby;Z)V+6
j org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(Lorg/jruby/Ruby;Lorg/jruby/runtime/load/LoadService$SearchState;)Z+6
j org.jruby.runtime.load.LoadService.smartLoadInternal(Ljava/lang/String;Z)Lorg/jruby/runtime/load/LoadService$RequireState;+222
j org.jruby.runtime.load.LoadService.requireCommon(Ljava/lang/String;Z)Lorg/jruby/runtime/load/LoadService$RequireState;+128
j org.jruby.runtime.load.LoadService.require(Ljava/lang/String;)Z+3
j org.jruby.RubyKernel.requireCommon(Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+17
j org.jruby.RubyKernel.require19(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+30
j org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+6
j org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+11
j org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+57
j org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+49
j org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V+242
J 5287 c1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (762 bytes) @ 0x00007f885188590c [0x00007f8851883ae0+0x0000000000001e2c]
j org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;+31
j org.jruby.ir.interpreter.Interpreter.execute(Lorg/jruby/Ruby;Lorg/jruby/ir/IRScriptBody;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+233
j org.jruby.ir.interpreter.Interpreter.execute(Lorg/jruby/Ruby;Lorg/jruby/ir/IRScriptBody;Ljava/lang/Object;)Ljava/lang/Object;+7
j org.jruby.ir.IRTranslator.execute(Lorg/jruby/Ruby;Lorg/jruby/ParseResult;Ljava/lang/Object;)Ljava/lang/Object;+104
j org.jruby.Ruby.runInterpreter(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ParseResult;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+28
j org.jruby.Ruby.loadFile(Ljava/lang/String;Ljava/io/InputStream;Z)V+135
j org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(Lorg/jruby/Ruby;Z)V+26
j org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(Lorg/jruby/Ruby;Z)V+6
j org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(Lorg/jruby/Ruby;Lorg/jruby/runtime/load/LoadService$SearchState;)Z+6
j org.jruby.runtime.load.LoadService.smartLoadInternal(Ljava/lang/String;Z)Lorg/jruby/runtime/load/LoadService$RequireState;+222
j org.jruby.runtime.load.LoadService.requireCommon(Ljava/lang/String;Z)Lorg/jruby/runtime/load/LoadService$RequireState;+128
j org.jruby.runtime.load.LoadService.require(Ljava/lang/String;)Z+3
j org.jruby.RubyKernel.requireCommon(Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+17
j org.jruby.RubyKernel.require19(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+30
j org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+6
j org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+11
j org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+57
j org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+49
j org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V+242
j org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+344
j org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;+31
j org.jruby.ir.interpreter.Interpreter.execute(Lorg/jruby/Ruby;Lorg/jruby/ir/IRScriptBody;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+233
j org.jruby.ir.interpreter.Interpreter.execute(Lorg/jruby/Ruby;Lorg/jruby/ir/IRScriptBody;Ljava/lang/Object;)Ljava/lang/Object;+7
j org.jruby.ir.IRTranslator.execute(Lorg/jruby/Ruby;Lorg/jruby/ParseResult;Ljava/lang/Object;)Ljava/lang/Object;+104
j org.jruby.Ruby.runInterpreter(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ParseResult;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+28
...<more frames>...
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j jnr.posix.LinuxLibC$jnr$ffi$0.fcntl(II)I+0
j jnr.posix.BaseNativePOSIX.fcntl(ILjnr/constants/platform/Fcntl;)I+9
j jnr.posix.CheckedPOSIX.fcntl(ILjnr/constants/platform/Fcntl;)I+6
j jnr.posix.LazyPOSIX.fcntl(ILjnr/constants/platform/Fcntl;)I+6
j org.jruby.util.io.PosixShim.setCloexec(IZ)I+8
j org.jruby.util.io.PosixShim.pipe()[Ljava/nio/channels/Channel;+52
j org.jruby.util.io.PopenExecutor.pipeOpen(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/util/io/PopenExecutor$ExecArg;Ljava/lang/String;ILorg/jruby/util/io/IOEncodable;)Lorg/jruby/runtime/builtin/IRubyObject;+312
j org.jruby.util.io.PopenExecutor.pipeOpen(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;ILorg/jruby/util/io/IOEncodable;)Lorg/jruby/runtime/builtin/IRubyObject;+50
j org.jruby.RubyKernel.backquote(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+47
j org.jruby.RubyKernel$INVOKER$s$1$0$backquote.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+4
j org.jruby.RubyClass.finvoke(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+44
J 5208 c1 org.jruby.RubyBasicObject.callMethod(Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (8 bytes) @ 0x00007f8851864ad4 [0x00007f8851864a40+0x0000000000000094]
j org.jruby.ir.instructions.BacktickInstr.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/runtime/builtin/IRubyObject;[Ljava/lang/Object;)Ljava/lang/Object;+133
J 4832 c1 org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V (393 bytes) @ 0x00007f885179959c [0x00007f88517994a0+0x00000000000000fc]
J 5287 c1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (762 bytes) @ 0x00007f8851884634 [0x00007f8851883ae0+0x0000000000000b54]
j org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;+31
j org.jruby.ir.interpreter.Interpreter.execute(Lorg/jruby/Ruby;Lorg/jruby/ir/IRScriptBody;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+233
j org.jruby.ir.interpreter.Interpreter.execute(Lorg/jruby/Ruby;Lorg/jruby/ir/IRScriptBody;Ljava/lang/Object;)Ljava/lang/Object;+7
j org.jruby.ir.IRTranslator.execute(Lorg/jruby/Ruby;Lorg/jruby/ParseResult;Ljava/lang/Object;)Ljava/lang/Object;+104
j org.jruby.Ruby.runInterpreter(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ParseResult;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+28
j org.jruby.Ruby.loadFile(Ljava/lang/String;Ljava/io/InputStream;Z)V+135
j org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(Lorg/jruby/Ruby;Z)V+26
j org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(Lorg/jruby/Ruby;Z)V+6
j org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(Lorg/jruby/Ruby;Lorg/jruby/runtime/load/LoadService$SearchState;)Z+6
j org.jruby.runtime.load.LoadService.smartLoadInternal(Ljava/lang/String;Z)Lorg/jruby/runtime/load/LoadService$RequireState;+222
j org.jruby.runtime.load.LoadService.requireCommon(Ljava/lang/String;Z)Lorg/jruby/runtime/load/LoadService$RequireState;+128
j org.jruby.runtime.load.LoadService.require(Ljava/lang/String;)Z+3
j org.jruby.RubyKernel.requireCommon(Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+17
j org.jruby.RubyKernel.require19(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+30
j org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+6
j org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+11
j org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+57
j org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+49
j org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V+242
J 5287 c1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (762 bytes) @ 0x00007f885188590c [0x00007f8851883ae0+0x0000000000001e2c]
j org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;+31
j org.jruby.ir.interpreter.Interpreter.execute(Lorg/jruby/Ruby;Lorg/jruby/ir/IRScriptBody;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+233
j org.jruby.ir.interpreter.Interpreter.execute(Lorg/jruby/Ruby;Lorg/jruby/ir/IRScriptBody;Ljava/lang/Object;)Ljava/lang/Object;+7
j org.jruby.ir.IRTranslator.execute(Lorg/jruby/Ruby;Lorg/jruby/ParseResult;Ljava/lang/Object;)Ljava/lang/Object;+104
j org.jruby.Ruby.runInterpreter(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ParseResult;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+28
j org.jruby.Ruby.loadFile(Ljava/lang/String;Ljava/io/InputStream;Z)V+135
j org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(Lorg/jruby/Ruby;Z)V+26
j org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(Lorg/jruby/Ruby;Z)V+6
j org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(Lorg/jruby/Ruby;Lorg/jruby/runtime/load/LoadService$SearchState;)Z+6
j org.jruby.runtime.load.LoadService.smartLoadInternal(Ljava/lang/String;Z)Lorg/jruby/runtime/load/LoadService$RequireState;+222
j org.jruby.runtime.load.LoadService.requireCommon(Ljava/lang/String;Z)Lorg/jruby/runtime/load/LoadService$RequireState;+128
j org.jruby.runtime.load.LoadService.require(Ljava/lang/String;)Z+3
j org.jruby.RubyKernel.requireCommon(Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+17
j org.jruby.RubyKernel.require19(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+30
j org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+6
j org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+11
j org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+57
j org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+49
j org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V+242
J 5287 c1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (762 bytes) @ 0x00007f885188590c [0x00007f8851883ae0+0x0000000000001e2c]
j org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;+31
j org.jruby.ir.interpreter.Interpreter.execute(Lorg/jruby/Ruby;Lorg/jruby/ir/IRScriptBody;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+233
j org.jruby.ir.interpreter.Interpreter.execute(Lorg/jruby/Ruby;Lorg/jruby/ir/IRScriptBody;Ljava/lang/Object;)Ljava/lang/Object;+7
j org.jruby.ir.IRTranslator.execute(Lorg/jruby/Ruby;Lorg/jruby/ParseResult;Ljava/lang/Object;)Ljava/lang/Object;+104
j org.jruby.Ruby.runInterpreter(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ParseResult;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+28
j org.jruby.Ruby.loadFile(Ljava/lang/String;Ljava/io/InputStream;Z)V+135
j org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(Lorg/jruby/Ruby;Z)V+26
j org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(Lorg/jruby/Ruby;Z)V+6
j org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(Lorg/jruby/Ruby;Lorg/jruby/runtime/load/LoadService$SearchState;)Z+6
j org.jruby.runtime.load.LoadService.smartLoadInternal(Ljava/lang/String;Z)Lorg/jruby/runtime/load/LoadService$RequireState;+222
j org.jruby.runtime.load.LoadService.requireCommon(Ljava/lang/String;Z)Lorg/jruby/runtime/load/LoadService$RequireState;+128
j org.jruby.runtime.load.LoadService.require(Ljava/lang/String;)Z+3
j org.jruby.RubyKernel.requireCommon(Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+17
j org.jruby.RubyKernel.require19(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+30
j org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+6
j org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+11
j org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+57
j org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+49
j org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V+242
J 5287 c1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (762 bytes) @ 0x00007f885188590c [0x00007f8851883ae0+0x0000000000001e2c]
j org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;+31
j org.jruby.ir.interpreter.Interpreter.execute(Lorg/jruby/Ruby;Lorg/jruby/ir/IRScriptBody;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+233
j org.jruby.ir.interpreter.Interpreter.execute(Lorg/jruby/Ruby;Lorg/jruby/ir/IRScriptBody;Ljava/lang/Object;)Ljava/lang/Object;+7
j org.jruby.ir.IRTranslator.execute(Lorg/jruby/Ruby;Lorg/jruby/ParseResult;Ljava/lang/Object;)Ljava/lang/Object;+104
j org.jruby.Ruby.runInterpreter(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ParseResult;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+28
j org.jruby.Ruby.loadFile(Ljava/lang/String;Ljava/io/InputStream;Z)V+135
j org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(Lorg/jruby/Ruby;Z)V+26
j org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(Lorg/jruby/Ruby;Z)V+6
j org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(Lorg/jruby/Ruby;Lorg/jruby/runtime/load/LoadService$SearchState;)Z+6
j org.jruby.runtime.load.LoadService.smartLoadInternal(Ljava/lang/String;Z)Lorg/jruby/runtime/load/LoadService$RequireState;+222
j org.jruby.runtime.load.LoadService.requireCommon(Ljava/lang/String;Z)Lorg/jruby/runtime/load/LoadService$RequireState;+128
j org.jruby.runtime.load.LoadService.require(Ljava/lang/String;)Z+3
j org.jruby.RubyKernel.requireCommon(Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+17
j org.jruby.RubyKernel.require19(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+30
j org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+6
j org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+11
j org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+57
j org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+49
j org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V+242
j org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+344
j org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;+31
j org.jruby.ir.interpreter.Interpreter.execute(Lorg/jruby/Ruby;Lorg/jruby/ir/IRScriptBody;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+233
j org.jruby.ir.interpreter.Interpreter.execute(Lorg/jruby/Ruby;Lorg/jruby/ir/IRScriptBody;Ljava/lang/Object;)Ljava/lang/Object;+7
j org.jruby.ir.IRTranslator.execute(Lorg/jruby/Ruby;Lorg/jruby/ParseResult;Ljava/lang/Object;)Ljava/lang/Object;+104
j org.jruby.Ruby.runInterpreter(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ParseResult;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+28
j org.jruby.Ruby.loadFile(Ljava/lang/String;Ljava/io/InputStream;Z)V+135
j org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(Lorg/jruby/Ruby;Z)V+26
j org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(Lorg/jruby/Ruby;Z)V+6
j org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(Lorg/jruby/Ruby;Lorg/jruby/runtime/load/LoadService$SearchState;)Z+6
j org.jruby.runtime.load.LoadService.smartLoadInternal(Ljava/lang/String;Z)Lorg/jruby/runtime/load/LoadService$RequireState;+222
j org.jruby.runtime.load.LoadService.requireCommon(Ljava/lang/String;Z)Lorg/jruby/runtime/load/LoadService$RequireState;+128
j org.jruby.runtime.load.LoadService.require(Ljava/lang/String;)Z+3
j org.jruby.RubyKernel.requireCommon(Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+17
j org.jruby.RubyKernel.require19(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+30
j org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+6
j org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+11
j org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+57
j org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+49
j org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V+242
j org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+344
j org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;+31
j org.jruby.ir.interpreter.Interpreter.execute(Lorg/jruby/Ruby;Lorg/jruby/ir/IRScriptBody;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+233
j org.jruby.ir.interpreter.Interpreter.execute(Lorg/jruby/Ruby;Lorg/jruby/ir/IRScriptBody;Ljava/lang/Object;)Ljava/lang/Object;+7
j org.jruby.ir.IRTranslator.execute(Lorg/jruby/Ruby;Lorg/jruby/ParseResult;Ljava/lang/Object;)Ljava/lang/Object;+104
j org.jruby.Ruby.runInterpreter(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ParseResult;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+28
j org.jruby.Ruby.loadFile(Ljava/lang/String;Ljava/io/InputStream;Z)V+135
j org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(Lorg/jruby/Ruby;Z)V+26
j org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(Lorg/jruby/Ruby;Z)V+6
j org.jruby.runtime.load.LoadService.load(Ljava/lang/String;Z)V+148
j org.jruby.RubyKernel.loadCommon(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/Ruby;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+39
j org.jruby.RubyKernel.load19(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+26
j org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+39
j org.jruby.internal.runtime.methods.DynamicMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+17
j org.jruby.internal.runtime.methods.DynamicMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+11
j org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+57
j org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+49
j org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V+242
j org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+344
j org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;+31
j org.jruby.ir.interpreter.Interpreter.execute(Lorg/jruby/Ruby;Lorg/jruby/ir/IRScriptBody;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+233
j org.jruby.ir.interpreter.Interpreter.execute(Lorg/jruby/Ruby;Lorg/jruby/ir/IRScriptBody;Ljava/lang/Object;)Ljava/lang/Object;+7
j org.jruby.ir.IRTranslator.execute(Lorg/jruby/Ruby;Lorg/jruby/ParseResult;Ljava/lang/Object;)Ljava/lang/Object;+104
j org.jruby.Ruby.runInterpreter(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ParseResult;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+28
j org.jruby.Ruby.loadFile(Ljava/lang/String;Ljava/io/InputStream;Z)V+135
j org.jruby.runtime.load.ExternalScript.load(Lorg/jruby/Ruby;Z)V+76
j org.jruby.runtime.load.LoadService.loadFromClassLoader(Ljava/lang/ClassLoader;Ljava/lang/String;Z)V+123
j org.jruby.Ruby.initRubyPreludes()V+18
j org.jruby.Ruby.init()V+459
j org.jruby.Ruby.newInstance(Lorg/jruby/RubyInstanceConfig;)Lorg/jruby/Ruby;+10
j org.jruby.embed.internal.AbstractLocalContextProvider.getGlobalRuntime(Lorg/jruby/embed/internal/AbstractLocalContextProvider;)Lorg/jruby/Ruby;+15
j org.jruby.embed.internal.SingletonLocalContextProvider.getRuntime()Lorg/jruby/Ruby;+2
j org.jruby.embed.internal.EmbedRubyRuntimeAdapterImpl.parse(Lorg/jruby/embed/PathType;Ljava/lang/String;[I)Lorg/jruby/embed/EmbedEvalUnit;+138
j org.jruby.embed.ScriptingContainer.parse(Lorg/jruby/embed/PathType;Ljava/lang/String;[I)Lorg/jruby/embed/EmbedEvalUnit;+7
j org.jruby.embed.ScriptingContainer.runScriptlet(Lorg/jruby/embed/PathType;Ljava/lang/String;)Ljava/lang/Object;+6
j org.sonatype.maven.polyglot.ruby.RubyParser.<init>(Lorg/sonatype/maven/polyglot/execute/ExecuteManager;)V+30
j org.sonatype.maven.polyglot.ruby.RubyModelReader.read(Ljava/io/Reader;Ljava/util/Map;)Lorg/apache/maven/model/Model;+74
j org.sonatype.maven.polyglot.TeslaModelProcessor.read(Ljava/io/Reader;Ljava/util/Map;)Lorg/apache/maven/model/Model;+340
j org.sonatype.maven.polyglot.TeslaModelProcessor.read(Ljava/io/InputStream;Ljava/util/Map;)Lorg/apache/maven/model/Model;+10
j org.apache.maven.model.building.DefaultModelBuilder.readModel(Lorg/apache/maven/model/building/ModelSource;Ljava/io/File;Lorg/apache/maven/model/building/ModelBuildingRequest;Lorg/apache/maven/model/building/DefaultModelProblemCollector;)Lorg/apache/maven/model/Model;+140
j org.apache.maven.model.building.DefaultModelBuilder.build(Lorg/apache/maven/model/building/ModelBuildingRequest;)Lorg/apache/maven/model/building/ModelBuildingResult;+166
j org.apache.maven.project.DefaultProjectBuilder.build(Ljava/util/List;Ljava/util/List;Ljava/util/Map;Ljava/io/File;Ljava/util/Set;ZZLorg/apache/maven/project/DefaultProjectBuilder$InternalConfig;)Z+84
j org.apache.maven.project.DefaultProjectBuilder.build(Ljava/util/List;Ljava/util/List;Ljava/util/Map;Ljava/util/List;Ljava/util/Set;ZZLorg/apache/maven/project/DefaultProjectBuilder$InternalConfig;)Z+58
j org.apache.maven.project.DefaultProjectBuilder.build(Ljava/util/List;ZLorg/apache/maven/project/ProjectBuildingRequest;)Ljava/util/List;+71
j org.apache.maven.graph.DefaultGraphBuilder.collectProjects(Ljava/util/List;Ljava/util/List;Lorg/apache/maven/execution/MavenExecutionRequest;)V+21
j org.apache.maven.graph.DefaultGraphBuilder.getProjectsForMavenReactor(Lorg/apache/maven/execution/MavenSession;)Ljava/util/List;+130
j org.apache.maven.graph.DefaultGraphBuilder.build(Lorg/apache/maven/execution/MavenSession;)Lorg/apache/maven/model/building/Result;+29
j org.apache.maven.DefaultMaven.buildGraph(Lorg/apache/maven/execution/MavenSession;Lorg/apache/maven/execution/MavenExecutionResult;)Lorg/apache/maven/model/building/Result;+5
j org.apache.maven.DefaultMaven.doExecute(Lorg/apache/maven/execution/MavenExecutionRequest;Lorg/apache/maven/execution/MavenSession;Lorg/apache/maven/execution/MavenExecutionResult;Lorg/eclipse/aether/DefaultRepositorySystemSession;)Lorg/apache/maven/execution/MavenExecutionResult;+75
j org.apache.maven.DefaultMaven.doExecute(Lorg/apache/maven/execution/MavenExecutionRequest;)Lorg/apache/maven/execution/MavenExecutionResult;+99
j org.apache.maven.DefaultMaven.execute(Lorg/apache/maven/execution/MavenExecutionRequest;)Lorg/apache/maven/execution/MavenExecutionResult;+2
j org.apache.maven.cli.MavenCli.execute(Lorg/apache/maven/cli/CliRequest;)I+27
j org.apache.maven.cli.MavenCli.doMain(Lorg/apache/maven/cli/CliRequest;)I+66
j org.apache.maven.cli.MavenCli.main([Ljava/lang/String;Lorg/codehaus/plexus/classworlds/ClassWorld;)I+18
v ~StubRoutines::call_stub
j jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0 java.base@11.0.4
j jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+100 java.base@11.0.4
j jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6 java.base@11.0.4
j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+59 java.base@11.0.4
j org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced([Ljava/lang/String;)V+45
j org.codehaus.plexus.classworlds.launcher.Launcher.launch([Ljava/lang/String;)V+2
j org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode([Ljava/lang/String;)I+101
j org.codehaus.plexus.classworlds.launcher.Launcher.main([Ljava/lang/String;)V+1
v ~StubRoutines::call_stub
siginfo: si_signo: 11 (SIGSEGV), si_code: 2 (SEGV_ACCERR), si_addr: 0x00007f887098e9b8
Register to memory mapping:
RAX=0x00007f887098e9b8 points into unknown readable memory: 48 63 fa 48 63 f1 48 83
RBX={method} {0x00007f87f6e5a8f0} 'fcntl' '(II)I' in 'jnr/posix/LinuxLibC$jnr$ffi$0'
RCX=0x0000000000000001 is an unknown value
RDX=0x0000000000000071 is an unknown value
RSP=0x00007f8870980388 is pointing into the stack for thread: 0x00007f8868011000
RBP=0x00007f88709803f8 is pointing into the stack for thread: 0x00007f8868011000
RSI=0x00007f8870980428 is pointing into the stack for thread: 0x00007f8868011000
RDI=0x00007f8868011340 points into unknown readable memory: 00 17 ad 6f 88 7f 00 00
R8 ={method} {0x00007f87f6e5a8f0} 'fcntl' '(II)I' in 'jnr/posix/LinuxLibC$jnr$ffi$0'
R9 =0x0000000000000018 is an unknown value
R10=0x00007f8850969941 is at code_begin+897 in an Interpreter codelet
method entry point (kind = native) [0x00007f88509695c0, 0x00007f885096a000] 2624 bytes
R11=0x0000000000000111 is an unknown value
R12=0x0 is NULL
R13={method} {0x00007f87f6e5a8f0} 'fcntl' '(II)I' in 'jnr/posix/LinuxLibC$jnr$ffi$0'
R14=0x00007f8870980428 is pointing into the stack for thread: 0x00007f8868011000
R15=0x00007f8868011000 is a thread
Registers:
RAX=0x00007f887098e9b8, RBX=0x00007f87f6e5a8f0, RCX=0x0000000000000001, RDX=0x0000000000000071
RSP=0x00007f8870980388, RBP=0x00007f88709803f8, RSI=0x00007f8870980428, RDI=0x00007f8868011340
R8 =0x00007f87f6e5a8f0, R9 =0x0000000000000018, R10=0x00007f8850969941, R11=0x0000000000000111
R12=0x0000000000000000, R13=0x00007f87f6e5a8f0, R14=0x00007f8870980428, R15=0x00007f8868011000
RIP=0x00007f887098e9b8, EFLAGS=0x0000000000010206, CSGSFS=0x002b000000000033, ERR=0x0000000000000015
TRAPNO=0x000000000000000e
Top of Stack: (sp=0x00007f8870980388)
0x00007f8870980388: 00007f8850969970 00007f88709803f8
0x00007f8870980398: 00007f88509696b0 00007f8870980408
0x00007f88709803a8: 00007f8850969676 00007f88709803b0
0x00007f88709803b8: 00007f87f6e5a8f0 00007f8870980428
Instructions: (pc=0x00007f887098e9b8)
0x00007f887098e8b8: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00007f887098e8c8: 48 63 fa e9 70 f4 2b ff 00 00 00 00 00 00 00 00
0x00007f887098e8d8: 00 00 00 00 00 00 00 00 48 63 fa 48 63 f1 48 83
0x00007f887098e8e8: ec 08 48 c7 c0 00 00 00 00 e8 5a fd 2b ff 48 89
0x00007f887098e8f8: 04 24 e8 91 8e a6 86 48 63 04 24 48 83 c4 08 c3
0x00007f887098e908: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00007f887098e918: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00007f887098e928: 48 63 fa 48 63 f1 49 63 d0 48 83 ec 08 48 c7 c0
0x00007f887098e938: 00 00 00 00 e8 ef fb 2b ff 48 89 04 24 e8 46 8e
0x00007f887098e948: a6 86 48 63 04 24 48 83 c4 08 c3 00 00 00 00 00
0x00007f887098e958: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00007f887098e968: 00 00 00 00 00 00 00 00 48 63 fa 48 63 f1 49 8b
0x00007f887098e978: d0 48 83 ec 08 48 c7 c0 00 00 00 00 e8 a7 fb 2b
0x00007f887098e988: ff 48 89 04 24 e8 fe 8d a6 86 48 63 04 24 48 83
0x00007f887098e998: c4 08 c3 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00007f887098e9a8: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00007f887098e9b8: 48 63 fa 48 63 f1 48 83 ec 08 48 c7 c0 00 00 00
0x00007f887098e9c8: 00 e8 62 fb 2b ff 48 89 04 24 e8 b9 8d a6 86 48
0x00007f887098e9d8: 63 04 24 48 83 c4 08 c3 00 00 00 00 00 00 00 00
0x00007f887098e9e8: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00007f887098e9f8: 00 00 00 00 00 00 00 00 48 63 fa e9 48 0d 2c ff
0x00007f887098ea08: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00007f887098ea18: 48 63 fa 48 8b f1 49 63 d0 48 83 ec 08 48 c7 c0
0x00007f887098ea28: 00 00 00 00 e8 1f e6 2c ff 48 89 04 24 e8 56 8d
0x00007f887098ea38: a6 86 48 63 04 24 48 83 c4 08 c3 00 00 00 00 00
0x00007f887098ea48: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00007f887098ea58: 00 00 00 00 00 00 00 00 48 63 fa 48 83 ec 08 48
0x00007f887098ea68: c7 c0 00 00 00 00 e8 fd 57 2c ff 48 89 04 24 e8
0x00007f887098ea78: 14 8d a6 86 48 63 04 24 48 83 c4 08 c3 00 00 00
0x00007f887098ea88: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00007f887098ea98: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00007f887098eaa8: e9 a3 64 29 ff 00 00 00 00 00 00 00 00 00 00 00
Stack slot to memory mapping:
stack at sp + 0 slots: 0x00007f8850969970 is at code_begin+944 in an Interpreter codelet
method entry point (kind = native) [0x00007f88509695c0, 0x00007f885096a000] 2624 bytes
stack at sp + 1 slots: 0x00007f88709803f8 is pointing into the stack for thread: 0x00007f8868011000
stack at sp + 2 slots: 0x00007f88509696b0 is at code_begin+240 in an Interpreter codelet
method entry point (kind = native) [0x00007f88509695c0, 0x00007f885096a000] 2624 bytes
stack at sp + 3 slots: 0x00007f8870980408 is pointing into the stack for thread: 0x00007f8868011000
stack at sp + 4 slots: 0x00007f8850969676 is at code_begin+182 in an Interpreter codelet
method entry point (kind = native) [0x00007f88509695c0, 0x00007f885096a000] 2624 bytes
stack at sp + 5 slots: 0x00007f88709803b0 is pointing into the stack for thread: 0x00007f8868011000
stack at sp + 6 slots: {method} {0x00007f87f6e5a8f0} 'fcntl' '(II)I' in 'jnr/posix/LinuxLibC$jnr$ffi$0'
stack at sp + 7 slots: 0x00007f8870980428 is pointing into the stack for thread: 0x00007f8868011000
--------------- P R O C E S S ---------------
Threads class SMR info:
_java_thread_list=0x00007f87f000bdf0, length=9, elements={
0x00007f8868011000, 0x00007f88680ac800, 0x00007f88680ae800, 0x00007f88680b4800,
0x00007f88680b6800, 0x00007f88680b9000, 0x00007f88680bb000, 0x00007f88680f5000,
0x00007f88680fb800
}
Java Threads: ( => current thread )
=>0x00007f8868011000 JavaThread "main" [_thread_in_native, id=8759, stack(0x00007f8870888000,0x00007f8870989000)]
0x00007f88680ac800 JavaThread "Reference Handler" daemon [_thread_blocked, id=8766, stack(0x00007f883bdfd000,0x00007f883befe000)]
0x00007f88680ae800 JavaThread "Finalizer" daemon [_thread_blocked, id=8767, stack(0x00007f883bcfc000,0x00007f883bdfd000)]
0x00007f88680b4800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=8768, stack(0x00007f883b8a8000,0x00007f883b9a9000)]
0x00007f88680b6800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=8769, stack(0x00007f883b7a7000,0x00007f883b8a8000)]
0x00007f88680b9000 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=8770, stack(0x00007f883b6a6000,0x00007f883b7a7000)]
0x00007f88680bb000 JavaThread "Sweeper thread" daemon [_thread_blocked, id=8771, stack(0x00007f883b5a5000,0x00007f883b6a6000)]
0x00007f88680f5000 JavaThread "Service Thread" daemon [_thread_blocked, id=8772, stack(0x00007f883b4a4000,0x00007f883b5a5000)]
0x00007f88680fb800 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=8774, stack(0x00007f883b2a1000,0x00007f883b3a2000)]
Other Threads:
0x00007f88680a9800 VMThread "VM Thread" [stack: 0x00007f883bf00000,0x00007f883c000000] [id=8765]
0x00007f88680f8000 WatcherThread [stack: 0x00007f883b3a4000,0x00007f883b4a4000] [id=8773]
0x00007f8868026800 GCTaskThread "GC Thread#0" [stack: 0x00007f886ce46000,0x00007f886cf46000] [id=8760]
0x00007f8830001000 GCTaskThread "GC Thread#1" [stack: 0x00007f883ad77000,0x00007f883ae77000] [id=8775]
0x00007f8868042800 ConcurrentGCThread "G1 Main Marker" [stack: 0x00007f886c542000,0x00007f886c642000] [id=8761]
0x00007f8868044800 ConcurrentGCThread "G1 Conc#0" [stack: 0x00007f886c440000,0x00007f886c540000] [id=8762]
0x00007f8868081800 ConcurrentGCThread "G1 Refine#0" [stack: 0x00007f886c13c000,0x00007f886c23c000] [id=8763]
0x00007f8840001000 ConcurrentGCThread "G1 Refine#1" [stack: 0x00007f883ac75000,0x00007f883ad75000] [id=8776]
0x00007f8868083800 ConcurrentGCThread "G1 Young RemSet Sampling" [stack: 0x00007f886c03a000,0x00007f886c13a000] [id=8764]
Threads with active compile tasks:
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap address: 0x00000000c0000000, size: 1024 MB, Compressed Oops mode: 32-bit
Narrow klass base: 0x0000000800000000, Narrow klass shift: 3
Compressed class space size: 1073741824 Address: 0x0000000840000000
Heap:
garbage-first heap total 78848K, used 33551K [0x00000000c0000000, 0x0000000100000000)
region size 1024K, 17 young (17408K), 5 survivors (5120K)
Metaspace used 43252K, capacity 43852K, committed 44792K, reserved 1087488K
class space used 6727K, capacity 6932K, committed 6988K, reserved 1048576K
Heap Regions: E=young(eden), S=young(survivor), O=old, HS=humongous(starts), HC=humongous(continues), CS=collection set, F=free, A=archive, TAMS=top-at-mark-start (previous, next)
| 0|0x00000000c0000000, 0x00000000c0100000, 0x00000000c0100000|100%| O| |TAMS 0x00000000c0100000, 0x00000000c0000000| Untracked
| 1|0x00000000c0100000, 0x00000000c0200000, 0x00000000c0200000|100%| O| |TAMS 0x00000000c0200000, 0x00000000c0100000| Untracked
| 2|0x00000000c0200000, 0x00000000c0300000, 0x00000000c0300000|100%| O| |TAMS 0x00000000c0300000, 0x00000000c0200000| Untracked
| 3|0x00000000c0300000, 0x00000000c0400000, 0x00000000c0400000|100%| O| |TAMS 0x00000000c0400000, 0x00000000c0300000| Untracked
| 4|0x00000000c0400000, 0x00000000c0500000, 0x00000000c0500000|100%| O| |TAMS 0x00000000c0500000, 0x00000000c0400000| Untracked
| 5|0x00000000c0500000, 0x00000000c0600000, 0x00000000c0600000|100%| O| |TAMS 0x00000000c0600000, 0x00000000c0500000| Untracked
| 6|0x00000000c0600000, 0x00000000c0700000, 0x00000000c0700000|100%| O| |TAMS 0x00000000c0700000, 0x00000000c0600000| Untracked
| 7|0x00000000c0700000, 0x00000000c0800000, 0x00000000c0800000|100%| O| |TAMS 0x00000000c0800000, 0x00000000c0700000| Untracked
| 8|0x00000000c0800000, 0x00000000c0900000, 0x00000000c0900000|100%| O| |TAMS 0x00000000c0900000, 0x00000000c0800000| Untracked
| 9|0x00000000c0900000, 0x00000000c0a00000, 0x00000000c0a00000|100%| O| |TAMS 0x00000000c0a00000, 0x00000000c0900000| Untracked
| 10|0x00000000c0a00000, 0x00000000c0b00000, 0x00000000c0b00000|100%|HS| |TAMS 0x00000000c0b00000, 0x00000000c0a00000| Complete
| 11|0x00000000c0b00000, 0x00000000c0c00000, 0x00000000c0c00000|100%| O| |TAMS 0x00000000c0c00000, 0x00000000c0b00000| Untracked
| 12|0x00000000c0c00000, 0x00000000c0d00000, 0x00000000c0d00000|100%|HS| |TAMS 0x00000000c0d00000, 0x00000000c0c00000| Complete
| 13|0x00000000c0d00000, 0x00000000c0e00000, 0x00000000c0e00000|100%| O| |TAMS 0x00000000c0e00000, 0x00000000c0d00000| Untracked
| 14|0x00000000c0e00000, 0x00000000c0f00000, 0x00000000c0f00000|100%| O| |TAMS 0x00000000c0f00000, 0x00000000c0e00000| Untracked
| 15|0x00000000c0f00000, 0x00000000c1000000, 0x00000000c1000000|100%| O| |TAMS 0x00000000c1000000, 0x00000000c0f00000| Untracked
| 16|0x00000000c1000000, 0x00000000c10c3c00, 0x00000000c1100000| 76%| O| |TAMS 0x00000000c10c3c00, 0x00000000c1000000| Untracked
| 17|0x00000000c1100000, 0x00000000c1100000, 0x00000000c1200000| 0%| F| |TAMS 0x00000000c1100000, 0x00000000c1100000| Untracked
| 18|0x00000000c1200000, 0x00000000c1200000, 0x00000000c1300000| 0%| F| |TAMS 0x00000000c1200000, 0x00000000c1200000| Untracked
| 19|0x00000000c1300000, 0x00000000c1300000, 0x00000000c1400000| 0%| F| |TAMS 0x00000000c1300000, 0x00000000c1300000| Untracked
| 20|0x00000000c1400000, 0x00000000c1400000, 0x00000000c1500000| 0%| F| |TAMS 0x00000000c1400000, 0x00000000c1400000| Untracked
| 21|0x00000000c1500000, 0x00000000c1500000, 0x00000000c1600000| 0%| F| |TAMS 0x00000000c1500000, 0x00000000c1500000| Untracked
| 22|0x00000000c1600000, 0x00000000c1600000, 0x00000000c1700000| 0%| F| |TAMS 0x00000000c1600000, 0x00000000c1600000| Untracked
| 23|0x00000000c1700000, 0x00000000c1700000, 0x00000000c1800000| 0%| F| |TAMS 0x00000000c1700000, 0x00000000c1700000| Untracked
| 24|0x00000000c1800000, 0x00000000c1800000, 0x00000000c1900000| 0%| F| |TAMS 0x00000000c1800000, 0x00000000c1800000| Untracked
| 25|0x00000000c1900000, 0x00000000c1900000, 0x00000000c1a00000| 0%| F| |TAMS 0x00000000c1900000, 0x00000000c1900000| Untracked
| 26|0x00000000c1a00000, 0x00000000c1a00000, 0x00000000c1b00000| 0%| F| |TAMS 0x00000000c1a00000, 0x00000000c1a00000| Untracked
| 27|0x00000000c1b00000, 0x00000000c1b00000, 0x00000000c1c00000| 0%| F| |TAMS 0x00000000c1b00000, 0x00000000c1b00000| Untracked
| 28|0x00000000c1c00000, 0x00000000c1c00000, 0x00000000c1d00000| 0%| F| |TAMS 0x00000000c1c00000, 0x00000000c1c00000| Untracked
| 29|0x00000000c1d00000, 0x00000000c1d00000, 0x00000000c1e00000| 0%| F| |TAMS 0x00000000c1d00000, 0x00000000c1d00000| Untracked
| 30|0x00000000c1e00000, 0x00000000c1e00000, 0x00000000c1f00000| 0%| F| |TAMS 0x00000000c1e00000, 0x00000000c1e00000| Untracked
| 31|0x00000000c1f00000, 0x00000000c1f00000, 0x00000000c2000000| 0%| F| |TAMS 0x00000000c1f00000, 0x00000000c1f00000| Untracked
| 32|0x00000000c2000000, 0x00000000c2000000, 0x00000000c2100000| 0%| F| |TAMS 0x00000000c2000000, 0x00000000c2000000| Untracked
| 33|0x00000000c2100000, 0x00000000c2100000, 0x00000000c2200000| 0%| F| |TAMS 0x00000000c2100000, 0x00000000c2100000| Untracked
| 34|0x00000000c2200000, 0x00000000c2200000, 0x00000000c2300000| 0%| F| |TAMS 0x00000000c2200000, 0x00000000c2200000| Untracked
| 35|0x00000000c2300000, 0x00000000c2300000, 0x00000000c2400000| 0%| F| |TAMS 0x00000000c2300000, 0x00000000c2300000| Untracked
| 36|0x00000000c2400000, 0x00000000c2500000, 0x00000000c2500000|100%| S|CS|TAMS 0x00000000c2400000, 0x00000000c2400000| Complete
| 37|0x00000000c2500000, 0x00000000c2600000, 0x00000000c2600000|100%| S|CS|TAMS 0x00000000c2500000, 0x00000000c2500000| Complete
| 38|0x00000000c2600000, 0x00000000c2700000, 0x00000000c2700000|100%| S|CS|TAMS 0x00000000c2600000, 0x00000000c2600000| Complete
| 39|0x00000000c2700000, 0x00000000c2800000, 0x00000000c2800000|100%| S|CS|TAMS 0x00000000c2700000, 0x00000000c2700000| Complete
| 40|0x00000000c2800000, 0x00000000c2900000, 0x00000000c2900000|100%| S|CS|TAMS 0x00000000c2800000, 0x00000000c2800000| Complete
| 41|0x00000000c2900000, 0x00000000c2900000, 0x00000000c2a00000| 0%| F| |TAMS 0x00000000c2900000, 0x00000000c2900000| Untracked
| 42|0x00000000c2a00000, 0x00000000c2a00000, 0x00000000c2b00000| 0%| F| |TAMS 0x00000000c2a00000, 0x00000000c2a00000| Untracked
| 43|0x00000000c2b00000, 0x00000000c2b00000, 0x00000000c2c00000| 0%| F| |TAMS 0x00000000c2b00000, 0x00000000c2b00000| Untracked
| 44|0x00000000c2c00000, 0x00000000c2c00000, 0x00000000c2d00000| 0%| F| |TAMS 0x00000000c2c00000, 0x00000000c2c00000| Untracked
| 45|0x00000000c2d00000, 0x00000000c2d00000, 0x00000000c2e00000| 0%| F| |TAMS 0x00000000c2d00000, 0x00000000c2d00000| Untracked
| 46|0x00000000c2e00000, 0x00000000c2e00000, 0x00000000c2f00000| 0%| F| |TAMS 0x00000000c2e00000, 0x00000000c2e00000| Untracked
| 47|0x00000000c2f00000, 0x00000000c2f00000, 0x00000000c3000000| 0%| F| |TAMS 0x00000000c2f00000, 0x00000000c2f00000| Untracked
| 48|0x00000000c3000000, 0x00000000c3000000, 0x00000000c3100000| 0%| F| |TAMS 0x00000000c3000000, 0x00000000c3000000| Untracked
| 49|0x00000000c3100000, 0x00000000c3100000, 0x00000000c3200000| 0%| F| |TAMS 0x00000000c3100000, 0x00000000c3100000| Untracked
| 50|0x00000000c3200000, 0x00000000c3200000, 0x00000000c3300000| 0%| F| |TAMS 0x00000000c3200000, 0x00000000c3200000| Untracked
| 51|0x00000000c3300000, 0x00000000c3300000, 0x00000000c3400000| 0%| F| |TAMS 0x00000000c3300000, 0x00000000c3300000| Untracked
| 52|0x00000000c3400000, 0x00000000c3400000, 0x00000000c3500000| 0%| F| |TAMS 0x00000000c3400000, 0x00000000c3400000| Untracked
| 53|0x00000000c3500000, 0x00000000c3500000, 0x00000000c3600000| 0%| F| |TAMS 0x00000000c3500000, 0x00000000c3500000| Untracked
| 54|0x00000000c3600000, 0x00000000c3600000, 0x00000000c3700000| 0%| F| |TAMS 0x00000000c3600000, 0x00000000c3600000| Untracked
| 55|0x00000000c3700000, 0x00000000c3700000, 0x00000000c3800000| 0%| F| |TAMS 0x00000000c3700000, 0x00000000c3700000| Untracked
| 56|0x00000000c3800000, 0x00000000c3800000, 0x00000000c3900000| 0%| F| |TAMS 0x00000000c3800000, 0x00000000c3800000| Untracked
| 57|0x00000000c3900000, 0x00000000c3900000, 0x00000000c3a00000| 0%| F| |TAMS 0x00000000c3900000, 0x00000000c3900000| Untracked
| 58|0x00000000c3a00000, 0x00000000c3a00000, 0x00000000c3b00000| 0%| F| |TAMS 0x00000000c3a00000, 0x00000000c3a00000| Untracked
| 59|0x00000000c3b00000, 0x00000000c3b00000, 0x00000000c3c00000| 0%| F| |TAMS 0x00000000c3b00000, 0x00000000c3b00000| Untracked
| 60|0x00000000c3c00000, 0x00000000c3c00000, 0x00000000c3d00000| 0%| F| |TAMS 0x00000000c3c00000, 0x00000000c3c00000| Untracked
| 61|0x00000000c3d00000, 0x00000000c3d00000, 0x00000000c3e00000| 0%| F| |TAMS 0x00000000c3d00000, 0x00000000c3d00000| Untracked
| 62|0x00000000c3e00000, 0x00000000c3e00000, 0x00000000c3f00000| 0%| F| |TAMS 0x00000000c3e00000, 0x00000000c3e00000| Untracked
| 63|0x00000000c3f00000, 0x00000000c3f00000, 0x00000000c4000000| 0%| F| |TAMS 0x00000000c3f00000, 0x00000000c3f00000| Untracked
| 64|0x00000000c4000000, 0x00000000c4000000, 0x00000000c4100000| 0%| F| |TAMS 0x00000000c4000000, 0x00000000c4000000| Untracked
| 65|0x00000000c4100000, 0x00000000c4200000, 0x00000000c4200000|100%| E| |TAMS 0x00000000c4100000, 0x00000000c4100000| Complete
| 66|0x00000000c4200000, 0x00000000c4300000, 0x00000000c4300000|100%| E|CS|TAMS 0x00000000c4200000, 0x00000000c4200000| Complete
| 67|0x00000000c4300000, 0x00000000c4400000, 0x00000000c4400000|100%| E|CS|TAMS 0x00000000c4300000, 0x00000000c4300000| Complete
| 68|0x00000000c4400000, 0x00000000c4500000, 0x00000000c4500000|100%| E|CS|TAMS 0x00000000c4400000, 0x00000000c4400000| Complete
| 69|0x00000000c4500000, 0x00000000c4600000, 0x00000000c4600000|100%| E|CS|TAMS 0x00000000c4500000, 0x00000000c4500000| Complete
| 70|0x00000000c4600000, 0x00000000c4700000, 0x00000000c4700000|100%| E|CS|TAMS 0x00000000c4600000, 0x00000000c4600000| Complete
| 71|0x00000000c4700000, 0x00000000c4800000, 0x00000000c4800000|100%| E|CS|TAMS 0x00000000c4700000, 0x00000000c4700000| Complete
| 72|0x00000000c4800000, 0x00000000c4900000, 0x00000000c4900000|100%| E|CS|TAMS 0x00000000c4800000, 0x00000000c4800000| Complete
| 73|0x00000000c4900000, 0x00000000c4a00000, 0x00000000c4a00000|100%| E|CS|TAMS 0x00000000c4900000, 0x00000000c4900000| Complete
| 74|0x00000000c4a00000, 0x00000000c4b00000, 0x00000000c4b00000|100%| E|CS|TAMS 0x00000000c4a00000, 0x00000000c4a00000| Complete
| 75|0x00000000c4b00000, 0x00000000c4c00000, 0x00000000c4c00000|100%| E|CS|TAMS 0x00000000c4b00000, 0x00000000c4b00000| Complete
| 76|0x00000000c4c00000, 0x00000000c4d00000, 0x00000000c4d00000|100%| E|CS|TAMS 0x00000000c4c00000, 0x00000000c4c00000| Complete
Card table byte_map: [0x00007f886c842000,0x00007f886ca42000] _byte_map_base: 0x00007f886c242000
Marking Bits (Prev, Next): (CMBitMap*) 0x00007f886803dcd0, (CMBitMap*) 0x00007f886803dc98
Prev Bits: [0x00007f884a000000, 0x00007f884b000000)
Next Bits: [0x00007f884b000000, 0x00007f884c000000)
Polling page: 0x00007f8870991000
Metaspace:
Usage:
Non-class: 36.05 MB capacity, 35.67 MB ( 99%) used, 346.58 KB ( <1%) free+waste, 48.31 KB ( <1%) overhead.
Class: 6.77 MB capacity, 6.57 MB ( 97%) used, 182.77 KB ( 3%) free+waste, 22.00 KB ( <1%) overhead.
Both: 42.82 MB capacity, 42.24 MB ( 99%) used, 529.35 KB ( 1%) free+waste, 70.31 KB ( <1%) overhead.
Virtual space:
Non-class space: 38.00 MB reserved, 36.92 MB ( 97%) committed
Class space: 1.00 GB reserved, 6.82 MB ( <1%) committed
Both: 1.04 GB reserved, 43.74 MB ( 4%) committed
Chunk freelists:
Non-Class: 748.00 KB
Class: 12.00 KB
Both: 760.00 KB
CodeHeap 'non-profiled nmethods': size=120036Kb used=2317Kb max_used=2317Kb free=117718Kb
bounds [0x00007f8858421000, 0x00007f8858691000, 0x00007f885f95a000]
CodeHeap 'profiled nmethods': size=120032Kb used=10055Kb max_used=10055Kb free=109976Kb
bounds [0x00007f8850ee9000, 0x00007f88518c9000, 0x00007f8858421000]
CodeHeap 'non-nmethods': size=5692Kb used=1285Kb max_used=1311Kb free=4406Kb
bounds [0x00007f885095a000, 0x00007f8850bca000, 0x00007f8850ee9000]
total_blobs=6998 nmethods=5010 adapters=566
compilation: enabled
stopped_count=0, restarted_count=0
full_count=0
Compilation events (10 events):
Event: 14.084 Thread 0x00007f88680b6800 nmethod 5381 0x00007f8858663610 code [0x00007f88586637c0, 0x00007f8858663c38]
Event: 14.084 Thread 0x00007f88680b6800 5113 4 org.jruby.lexer.LexingCommon::isIdentifierChar (32 bytes)
Event: 14.085 Thread 0x00007f88680b6800 nmethod 5113 0x00007f8858663e10 code [0x00007f8858663fc0, 0x00007f8858664118]
Event: 14.085 Thread 0x00007f88680b6800 5109 4 org.jruby.lexer.LexingCommon::isLexState (12 bytes)
Event: 14.085 Thread 0x00007f88680b6800 nmethod 5109 0x00007f8858664290 code [0x00007f8858664420, 0x00007f8858664478]
Event: 14.085 Thread 0x00007f88680b6800 5063 4 java.util.concurrent.atomic.AtomicInteger::incrementAndGet (14 bytes)
Event: 14.086 Thread 0x00007f88680b6800 nmethod 5063 0x00007f8858664510 code [0x00007f88586646a0, 0x00007f8858664718]
Event: 14.086 Thread 0x00007f88680b6800 5096 4 org.jruby.lexer.yacc.StackState::restart (28 bytes)
Event: 14.086 Thread 0x00007f88680b6800 nmethod 5096 0x00007f8858664790 code [0x00007f8858664920, 0x00007f88586649b8]
Event: 14.087 Thread 0x00007f88680b9000 5395 3 java.util.RegularEnumSet$EnumSetIterator::hasNext (15 bytes)
GC Heap History (10 events):
Event: 12.013 GC heap before
{Heap before GC invocations=6 (full 0):
garbage-first heap total 78848K, used 45068K [0x00000000c0000000, 0x0000000100000000)
region size 1024K, 40 young (40960K), 5 survivors (5120K)
Metaspace used 20070K, capacity 20445K, committed 20736K, reserved 1067008K
class space used 2354K, capacity 2485K, committed 2560K, reserved 1048576K
}
Event: 12.019 GC heap after
{Heap after GC invocations=7 (full 0):
garbage-first heap total 78848K, used 10351K [0x00000000c0000000, 0x0000000100000000)
region size 1024K, 2 young (2048K), 2 survivors (2048K)
Metaspace used 20070K, capacity 20445K, committed 20736K, reserved 1067008K
class space used 2354K, capacity 2485K, committed 2560K, reserved 1048576K
}
Event: 12.245 GC heap before
{Heap before GC invocations=7 (full 0):
garbage-first heap total 78848K, used 42095K [0x00000000c0000000, 0x0000000100000000)
region size 1024K, 30 young (30720K), 2 survivors (2048K)
Metaspace used 20457K, capacity 20989K, committed 21248K, reserved 1069056K
class space used 2391K, capacity 2537K, committed 2560K, reserved 1048576K
}
Event: 12.249 GC heap after
{Heap after GC invocations=8 (full 0):
garbage-first heap total 78848K, used 14405K [0x00000000c0000000, 0x0000000100000000)
region size 1024K, 4 young (4096K), 4 survivors (4096K)
Metaspace used 20457K, capacity 20989K, committed 21248K, reserved 1069056K
class space used 2391K, capacity 2537K, committed 2560K, reserved 1048576K
}
Event: 12.848 GC heap before
{Heap before GC invocations=9 (full 0):
garbage-first heap total 78848K, used 52293K [0x00000000c0000000, 0x0000000100000000)
region size 1024K, 41 young (41984K), 4 survivors (4096K)
Metaspace used 30300K, capacity 30950K, committed 31360K, reserved 1075200K
class space used 4696K, capacity 4917K, committed 4992K, reserved 1048576K
}
Event: 12.855 GC heap after
{Heap after GC invocations=10 (full 0):
garbage-first heap total 78848K, used 17084K [0x00000000c0000000, 0x0000000100000000)
region size 1024K, 5 young (5120K), 5 survivors (5120K)
Metaspace used 30300K, capacity 30950K, committed 31360K, reserved 1075200K
class space used 4696K, capacity 4917K, committed 4992K, reserved 1048576K
}
Event: 13.185 GC heap before
{Heap before GC invocations=10 (full 0):
garbage-first heap total 78848K, used 32444K [0x00000000c0000000, 0x0000000100000000)
region size 1024K, 21 young (21504K), 5 survivors (5120K)
Metaspace used 34544K, capacity 35116K, committed 35628K, reserved 1079296K
class space used 5283K, capacity 5470K, committed 5504K, reserved 1048576K
}
Event: 13.194 GC heap after
{Heap after GC invocations=11 (full 0):
garbage-first heap total 78848K, used 17935K [0x00000000c0000000, 0x0000000100000000)
region size 1024K, 4 young (4096K), 4 survivors (4096K)
Metaspace used 34544K, capacity 35116K, committed 35628K, reserved 1079296K
class space used 5283K, capacity 5470K, committed 5504K, reserved 1048576K
}
Event: 13.797 GC heap before
{Heap before GC invocations=12 (full 0):
garbage-first heap total 78848K, used 49679K [0x00000000c0000000, 0x0000000100000000)
region size 1024K, 36 young (36864K), 4 survivors (4096K)
Metaspace used 41893K, capacity 42442K, committed 43384K, reserved 1085440K
class space used 6561K, capacity 6740K, committed 6860K, reserved 1048576K
}
Event: 13.812 GC heap after
{Heap after GC invocations=13 (full 0):
garbage-first heap total 78848K, used 22287K [0x00000000c0000000, 0x0000000100000000)
region size 1024K, 5 young (5120K), 5 survivors (5120K)
Metaspace used 41893K, capacity 42442K, committed 43384K, reserved 1085440K
class space used 6561K, capacity 6740K, committed 6860K, reserved 1048576K
}
Deoptimization events (10 events):
Event: 13.917 Thread 0x00007f8868011000 DEOPT PACKING pc=0x00007f8858535500 sp=0x00007f8870982060
Event: 13.917 Thread 0x00007f8868011000 DEOPT UNPACKING pc=0x00007f8850961e25 sp=0x00007f8870981ff0 mode 2
Event: 13.922 Thread 0x00007f8868011000 DEOPT PACKING pc=0x00007f88510d6030 sp=0x00007f88709823f0
Event: 13.922 Thread 0x00007f8868011000 DEOPT UNPACKING pc=0x00007f8850983fca sp=0x00007f88709818a8 mode 0
Event: 14.021 Thread 0x00007f8868011000 DEOPT PACKING pc=0x00007f88517122b0 sp=0x00007f8870981d80
Event: 14.021 Thread 0x00007f8868011000 DEOPT UNPACKING pc=0x00007f8850983fca sp=0x00007f88709812b8 mode 0
Event: 14.030 Thread 0x00007f8868011000 Uncommon trap: trap_request=0xffffff4d fr.pc=0x00007f885864c5c4 relative=0x0000000000001284
Event: 14.030 Thread 0x00007f8868011000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f885864c5c4 method=org.jruby.lexer.yacc.RubyLexer.yylex()I @ 158 c2
Event: 14.030 Thread 0x00007f8868011000 DEOPT PACKING pc=0x00007f885864c5c4 sp=0x00007f88709828f0
Event: 14.030 Thread 0x00007f8868011000 DEOPT UNPACKING pc=0x00007f8850961e25 sp=0x00007f88709828f8 mode 2
Classes redefined (0 events):
No events
Internal exceptions (10 events):
Event: 13.080 Thread 0x00007f8868011000 Exception <a 'java/lang/UnsatisfiedLinkError'{0x00000000c41a42b0}: /lib64/libc.so.6: undefined symbol: crypt> (0x00000000c41a42b0) thrown at [/builddir/build/BUILD/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/openjdk/src/hotspot/share/prims/jni.cpp, line 636]
Event: 13.081 Thread 0x00007f8868011000 Exception <a 'java/lang/UnsatisfiedLinkError'{0x00000000c41ad5b0}: /lib64/libc.so.6: undefined symbol: crypt> (0x00000000c41ad5b0) thrown at [/builddir/build/BUILD/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/openjdk/src/hotspot/share/prims/jni.cpp, line 636]
Event: 13.086 Thread 0x00007f8868011000 Exception <a 'java/lang/UnsatisfiedLinkError'{0x00000000c41f5c50}: /lib64/libc.so.6: undefined symbol: stat64> (0x00000000c41f5c50) thrown at [/builddir/build/BUILD/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/openjdk/src/hotspot/share/prims/jni.cpp, line 636
Event: 13.086 Thread 0x00007f8868011000 Exception <a 'java/lang/UnsatisfiedLinkError'{0x00000000c41f6258}: /usr/lib64/libcrypt.so.1: undefined symbol: stat64> (0x00000000c41f6258) thrown at [/builddir/build/BUILD/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/openjdk/src/hotspot/share/prims/jni.cpp,
Event: 13.086 Thread 0x00007f8868011000 Exception <a 'java/lang/UnsatisfiedLinkError'{0x00000000c41f8098}: /lib64/libc.so.6: undefined symbol: fstat64> (0x00000000c41f8098) thrown at [/builddir/build/BUILD/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/openjdk/src/hotspot/share/prims/jni.cpp, line 63
Event: 13.086 Thread 0x00007f8868011000 Exception <a 'java/lang/UnsatisfiedLinkError'{0x00000000c41f86a0}: /usr/lib64/libcrypt.so.1: undefined symbol: fstat64> (0x00000000c41f86a0) thrown at [/builddir/build/BUILD/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/openjdk/src/hotspot/share/prims/jni.cpp,
Event: 13.086 Thread 0x00007f8868011000 Exception <a 'java/lang/UnsatisfiedLinkError'{0x00000000c41fa210}: /lib64/libc.so.6: undefined symbol: lstat64> (0x00000000c41fa210) thrown at [/builddir/build/BUILD/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/openjdk/src/hotspot/share/prims/jni.cpp, line 63
Event: 13.086 Thread 0x00007f8868011000 Exception <a 'java/lang/UnsatisfiedLinkError'{0x00000000c41fa818}: /usr/lib64/libcrypt.so.1: undefined symbol: lstat64> (0x00000000c41fa818) thrown at [/builddir/build/BUILD/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/openjdk/src/hotspot/share/prims/jni.cpp,
Event: 13.312 Thread 0x00007f8868011000 Exception <a 'java/lang/ClassNotFoundException'{0x00000000c47b89b0}: javax/smartcardio/CardPermission> (0x00000000c47b89b0) thrown at [/builddir/build/BUILD/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/openjdk/src/hotspot/share/classfile/systemDictionary.cpp,
Event: 13.313 Thread 0x00007f8868011000 Exception <a 'java/io/FileNotFoundException'{0x00000000c47c65f8}> (0x00000000c47c65f8) thrown at [/builddir/build/BUILD/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/openjdk/src/hotspot/share/prims/jni.cpp, line 615]
Events (10 events):
Event: 14.085 loading class sun/nio/ch/SinkChannelImpl
Event: 14.085 loading class java/nio/channels/Pipe$SinkChannel
Event: 14.085 loading class java/nio/channels/Pipe$SinkChannel done
Event: 14.085 loading class sun/nio/ch/SinkChannelImpl done
Event: 14.085 loading class jnr/enxio/channels/NativeSocketChannel
Event: 14.085 loading class jnr/enxio/channels/NativeSocketChannel done
Event: 14.085 loading class jdk/internal/reflect/UnsafeIntegerFieldAccessorImpl
Event: 14.086 loading class jdk/internal/reflect/UnsafeIntegerFieldAccessorImpl done
Event: 14.086 loading class jnr/constants/platform/linux/Fcntl
Event: 14.086 loading class jnr/constants/platform/linux/Fcntl done
Dynamic libraries:
00400000-00401000 r-xp 00000000 fe:03 419379 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/bin/java
00601000-00602000 r--p 00001000 fe:03 419379 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/bin/java
00602000-00603000 rw-p 00002000 fe:03 419379 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/bin/java
01897000-018b8000 rw-p 00000000 00:00 0 [heap]
c0000000-c4d00000 rw-p 00000000 00:00 0
c4d00000-100000000 ---p 00000000 00:00 0
800000000-800002000 rwxp 00001000 fe:03 419813 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/server/classes.jsa
800002000-8003bc000 rw-p 00003000 fe:03 419813 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/server/classes.jsa
8003bc000-800a96000 r--p 003bd000 fe:03 419813 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/server/classes.jsa
800a96000-800a97000 rw-p 00a97000 fe:03 419813 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/server/classes.jsa
800a97000-8010a8000 r--p 00a98000 fe:03 419813 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/server/classes.jsa
840000000-8406d3000 rw-p 00000000 00:00 0
8406d3000-880000000 ---p 00000000 00:00 0
7f87f0000000-7f87f0021000 rw-p 00000000 00:00 0
7f87f0021000-7f87f4000000 ---p 00000000 00:00 0
7f87f65b2000-7f87f66b2000 rw-p 00000000 00:00 0
7f87f66b2000-7f87f67b2000 ---p 00000000 00:00 0
7f87f67b2000-7f87f69b2000 rw-p 00000000 00:00 0
7f87f69b2000-7f87f6bb2000 rw-p 00000000 00:00 0
7f87f6bb2000-7f87f6db2000 rw-p 00000000 00:00 0
7f87f6db2000-7f87f6f9d000 rw-p 00000000 00:00 0
7f87f6f9d000-7f87f6fb2000 ---p 00000000 00:00 0
7f87f6fb2000-7f87f6fb4000 r-xp 00000000 fe:03 2099232 /usr/lib64/libfreebl3.so
7f87f6fb4000-7f87f71b3000 ---p 00002000 fe:03 2099232 /usr/lib64/libfreebl3.so
7f87f71b3000-7f87f71b4000 r--p 00001000 fe:03 2099232 /usr/lib64/libfreebl3.so
7f87f71b4000-7f87f71b5000 rw-p 00002000 fe:03 2099232 /usr/lib64/libfreebl3.so
7f87f71b5000-7f87f71bd000 r-xp 00000000 fe:03 2099200 /usr/lib64/libcrypt-2.17.so
7f87f71bd000-7f87f73bc000 ---p 00008000 fe:03 2099200 /usr/lib64/libcrypt-2.17.so
7f87f73bc000-7f87f73bd000 r--p 00007000 fe:03 2099200 /usr/lib64/libcrypt-2.17.so
7f87f73bd000-7f87f73be000 rw-p 00008000 fe:03 2099200 /usr/lib64/libcrypt-2.17.so
7f87f73be000-7f87f73ec000 rw-p 00000000 00:00 0
7f87f73ec000-7f87f73fe000 r-xp 00000000 fe:03 2495 /tmp/jffi17665313786444229789.so (deleted)
7f87f73fe000-7f87f75fd000 ---p 00012000 fe:03 2495 /tmp/jffi17665313786444229789.so (deleted)
7f87f75fd000-7f87f75fe000 rw-p 00011000 fe:03 2495 /tmp/jffi17665313786444229789.so (deleted)
7f87f75fe000-7f87f77fe000 rw-p 00000000 00:00 0
7f87f77fe000-7f87f79fe000 rw-p 00000000 00:00 0
7f87f79fe000-7f87f7bfe000 rw-p 00000000 00:00 0
7f87f7bfe000-7f87f7dfe000 rw-p 00000000 00:00 0
7f87f7dfe000-7f87f7dff000 r-xp 00000000 fe:03 419779 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libjaas.so
7f87f7dff000-7f87f7ffe000 ---p 00001000 fe:03 419779 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libjaas.so
7f87f7ffe000-7f87f7fff000 r--p 00000000 fe:03 419779 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libjaas.so
7f87f7fff000-7f87f8000000 rw-p 00001000 fe:03 419779 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libjaas.so
7f87f8000000-7f87f803a000 rw-p 00000000 00:00 0
7f87f803a000-7f87fc000000 ---p 00000000 00:00 0
7f87fc000000-7f87fc0f3000 rw-p 00000000 00:00 0
7f87fc0f3000-7f8800000000 ---p 00000000 00:00 0
7f8800000000-7f8800021000 rw-p 00000000 00:00 0
7f8800021000-7f8804000000 ---p 00000000 00:00 0
7f8804000000-7f8804073000 rw-p 00000000 00:00 0
7f8804073000-7f8808000000 ---p 00000000 00:00 0
7f8808000000-7f8808021000 rw-p 00000000 00:00 0
7f8808021000-7f880c000000 ---p 00000000 00:00 0
7f880c000000-7f880c021000 rw-p 00000000 00:00 0
7f880c021000-7f8810000000 ---p 00000000 00:00 0
7f8810000000-7f8810021000 rw-p 00000000 00:00 0
7f8810021000-7f8814000000 ---p 00000000 00:00 0
7f8814000000-7f8814021000 rw-p 00000000 00:00 0
7f8814021000-7f8818000000 ---p 00000000 00:00 0
7f8818000000-7f8818ebd000 rw-p 00000000 00:00 0
7f8818ebd000-7f881c000000 ---p 00000000 00:00 0
7f881c000000-7f881c021000 rw-p 00000000 00:00 0
7f881c021000-7f8820000000 ---p 00000000 00:00 0
7f8820000000-7f8820021000 rw-p 00000000 00:00 0
7f8820021000-7f8824000000 ---p 00000000 00:00 0
7f8824000000-7f8825d3a000 rw-p 00000000 00:00 0
7f8825d3a000-7f8828000000 ---p 00000000 00:00 0
7f8828000000-7f8828021000 rw-p 00000000 00:00 0
7f8828021000-7f882c000000 ---p 00000000 00:00 0
7f882c000000-7f882c021000 rw-p 00000000 00:00 0
7f882c021000-7f8830000000 ---p 00000000 00:00 0
7f8830000000-7f8830021000 rw-p 00000000 00:00 0
7f8830021000-7f8834000000 ---p 00000000 00:00 0
7f8834000000-7f8834021000 rw-p 00000000 00:00 0
7f8834021000-7f8838000000 ---p 00000000 00:00 0
7f8838198000-7f8838398000 rw-p 00000000 00:00 0
7f8838398000-7f8838598000 rw-p 00000000 00:00 0
7f8838598000-7f8838798000 rw-p 00000000 00:00 0
7f8838798000-7f883879a000 r-xp 00000000 fe:03 419773 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libextnet.so
7f883879a000-7f8838999000 ---p 00002000 fe:03 419773 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libextnet.so
7f8838999000-7f883899a000 r--p 00001000 fe:03 419773 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libextnet.so
7f883899a000-7f883899b000 rw-p 00002000 fe:03 419773 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libextnet.so
7f883899b000-7f88389b1000 r-xp 00000000 fe:03 2099395 /usr/lib64/libresolv-2.17.so
7f88389b1000-7f8838bb0000 ---p 00016000 fe:03 2099395 /usr/lib64/libresolv-2.17.so
7f8838bb0000-7f8838bb1000 r--p 00015000 fe:03 2099395 /usr/lib64/libresolv-2.17.so
7f8838bb1000-7f8838bb2000 rw-p 00016000 fe:03 2099395 /usr/lib64/libresolv-2.17.so
7f8838bb2000-7f8838bb4000 rw-p 00000000 00:00 0
7f8838bb4000-7f8838bb9000 r-xp 00000000 fe:03 2099336 /usr/lib64/libnss_dns-2.17.so
7f8838bb9000-7f8838db9000 ---p 00005000 fe:03 2099336 /usr/lib64/libnss_dns-2.17.so
7f8838db9000-7f8838dba000 r--p 00005000 fe:03 2099336 /usr/lib64/libnss_dns-2.17.so
7f8838dba000-7f8838dbb000 rw-p 00006000 fe:03 2099336 /usr/lib64/libnss_dns-2.17.so
7f8838dbb000-7f8838e3e000 r-xp 00000000 fe:03 2099234 /usr/lib64/libfreeblpriv3.so
7f8838e3e000-7f883903d000 ---p 00083000 fe:03 2099234 /usr/lib64/libfreeblpriv3.so
7f883903d000-7f883903f000 r--p 00082000 fe:03 2099234 /usr/lib64/libfreeblpriv3.so
7f883903f000-7f8839040000 rw-p 00084000 fe:03 2099234 /usr/lib64/libfreeblpriv3.so
7f8839040000-7f8839044000 rw-p 00000000 00:00 0
7f8839044000-7f883907e000 r-xp 00000000 fe:03 2099330 /usr/lib64/libnspr4.so
7f883907e000-7f883927d000 ---p 0003a000 fe:03 2099330 /usr/lib64/libnspr4.so
7f883927d000-7f883927e000 r--p 00039000 fe:03 2099330 /usr/lib64/libnspr4.so
7f883927e000-7f8839280000 rw-p 0003a000 fe:03 2099330 /usr/lib64/libnspr4.so
7f8839280000-7f8839282000 rw-p 00000000 00:00 0
7f8839282000-7f8839286000 r-xp 00000000 fe:03 2099378 /usr/lib64/libplc4.so
7f8839286000-7f8839485000 ---p 00004000 fe:03 2099378 /usr/lib64/libplc4.so
7f8839485000-7f8839486000 r--p 00003000 fe:03 2099378 /usr/lib64/libplc4.so
7f8839486000-7f8839487000 rw-p 00004000 fe:03 2099378 /usr/lib64/libplc4.so
7f8839487000-7f883948a000 r-xp 00000000 fe:03 2099379 /usr/lib64/libplds4.so
7f883948a000-7f8839689000 ---p 00003000 fe:03 2099379 /usr/lib64/libplds4.so
7f8839689000-7f883968a000 r--p 00002000 fe:03 2099379 /usr/lib64/libplds4.so
7f883968a000-7f883968b000 rw-p 00003000 fe:03 2099379 /usr/lib64/libplds4.so
7f883968b000-7f88396b3000 r-xp 00000000 fe:03 2099353 /usr/lib64/libnssutil3.so
7f88396b3000-7f88398b3000 ---p 00028000 fe:03 2099353 /usr/lib64/libnssutil3.so
7f88398b3000-7f88398ba000 r--p 00028000 fe:03 2099353 /usr/lib64/libnssutil3.so
7f88398ba000-7f88398bb000 rw-p 0002f000 fe:03 2099353 /usr/lib64/libnssutil3.so
7f88398bb000-7f88399df000 r-xp 00000000 fe:03 2099331 /usr/lib64/libnss3.so
7f88399df000-7f8839bdf000 ---p 00124000 fe:03 2099331 /usr/lib64/libnss3.so
7f8839bdf000-7f8839be4000 r--p 00124000 fe:03 2099331 /usr/lib64/libnss3.so
7f8839be4000-7f8839be6000 rw-p 00129000 fe:03 2099331 /usr/lib64/libnss3.so
7f8839be6000-7f8839be8000 rw-p 00000000 00:00 0
7f8839be8000-7f8839c0c000 r-xp 00000000 fe:03 2099416 /usr/lib64/libsmime3.so
7f8839c0c000-7f8839e0b000 ---p 00024000 fe:03 2099416 /usr/lib64/libsmime3.so
7f8839e0b000-7f8839e0e000 r--p 00023000 fe:03 2099416 /usr/lib64/libsmime3.so
7f8839e0e000-7f8839e0f000 rw-p 00026000 fe:03 2099416 /usr/lib64/libsmime3.so
7f8839e0f000-7f8839e5c000 r-xp 00000000 fe:03 2099425 /usr/lib64/libssl3.so
7f8839e5c000-7f883a05b000 ---p 0004d000 fe:03 2099425 /usr/lib64/libssl3.so
7f883a05b000-7f883a05f000 r--p 0004c000 fe:03 2099425 /usr/lib64/libssl3.so
7f883a05f000-7f883a060000 rw-p 00050000 fe:03 2099425 /usr/lib64/libssl3.so
7f883a060000-7f883a061000 rw-p 00000000 00:00 0
7f883a061000-7f883a06e000 r-xp 00000000 fe:03 419799 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libsunec.so
7f883a06e000-7f883a26d000 ---p 0000d000 fe:03 419799 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libsunec.so
7f883a26d000-7f883a26e000 r--p 0000c000 fe:03 419799 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libsunec.so
7f883a26e000-7f883a26f000 rw-p 0000d000 fe:03 419799 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libsunec.so
7f883a26f000-7f883a46f000 rw-p 00000000 00:00 0
7f883a46f000-7f883a473000 ---p 00000000 00:00 0
7f883a473000-7f883a570000 rw-p 00000000 00:00 0
7f883a570000-7f883a574000 ---p 00000000 00:00 0
7f883a574000-7f883a671000 rw-p 00000000 00:00 0
7f883a671000-7f883a675000 ---p 00000000 00:00 0
7f883a675000-7f883a772000 rw-p 00000000 00:00 0
7f883a772000-7f883a776000 ---p 00000000 00:00 0
7f883a776000-7f883aa73000 rw-p 00000000 00:00 0
7f883aa73000-7f883ac73000 rw-p 00000000 00:00 0
7f883ac73000-7f883ac74000 ---p 00000000 00:00 0
7f883ac74000-7f883ad75000 rw-p 00000000 00:00 0
7f883ad75000-7f883ad76000 ---p 00000000 00:00 0
7f883ad76000-7f883ae77000 rw-p 00000000 00:00 0
7f883ae77000-7f883ae8e000 r-xp 00000000 fe:03 419792 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libnet.so
7f883ae8e000-7f883b08d000 ---p 00017000 fe:03 419792 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libnet.so
7f883b08d000-7f883b08e000 r--p 00016000 fe:03 419792 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libnet.so
7f883b08e000-7f883b08f000 rw-p 00017000 fe:03 419792 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libnet.so
7f883b08f000-7f883b09f000 r-xp 00000000 fe:03 419793 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libnio.so
7f883b09f000-7f883b29f000 ---p 00010000 fe:03 419793 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libnio.so
7f883b29f000-7f883b2a0000 r--p 00010000 fe:03 419793 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libnio.so
7f883b2a0000-7f883b2a1000 rw-p 00011000 fe:03 419793 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libnio.so
7f883b2a1000-7f883b2a5000 ---p 00000000 00:00 0
7f883b2a5000-7f883b3a2000 rw-p 00000000 00:00 0
7f883b3a2000-7f883b3a3000 ---p 00000000 00:00 0
7f883b3a3000-7f883b4a4000 rw-p 00000000 00:00 0
7f883b4a4000-7f883b4a8000 ---p 00000000 00:00 0
7f883b4a8000-7f883b5a5000 rw-p 00000000 00:00 0
7f883b5a5000-7f883b5a9000 ---p 00000000 00:00 0
7f883b5a9000-7f883b6a6000 rw-p 00000000 00:00 0
7f883b6a6000-7f883b6aa000 ---p 00000000 00:00 0
7f883b6aa000-7f883b7a7000 rw-p 00000000 00:00 0
7f883b7a7000-7f883b7ab000 ---p 00000000 00:00 0
7f883b7ab000-7f883b8a8000 rw-p 00000000 00:00 0
7f883b8a8000-7f883b8ac000 ---p 00000000 00:00 0
7f883b8ac000-7f883b9a9000 rw-p 00000000 00:00 0
7f883b9a9000-7f883bcfc000 r--p 00000000 fe:03 2098034 /usr/lib/locale/locale-archive
7f883bcfc000-7f883bd00000 ---p 00000000 00:00 0
7f883bd00000-7f883bdfd000 rw-p 00000000 00:00 0
7f883bdfd000-7f883be01000 ---p 00000000 00:00 0
7f883be01000-7f883befe000 rw-p 00000000 00:00 0
7f883befe000-7f883beff000 ---p 00000000 00:00 0
7f883beff000-7f883c000000 rw-p 00000000 00:00 0
7f883c000000-7f883c021000 rw-p 00000000 00:00 0
7f883c021000-7f8840000000 ---p 00000000 00:00 0
7f8840000000-7f8840021000 rw-p 00000000 00:00 0
7f8840021000-7f8844000000 ---p 00000000 00:00 0
7f8844000000-7f8844021000 rw-p 00000000 00:00 0
7f8844021000-7f8848000000 ---p 00000000 00:00 0
7f8848000000-7f884a134000 rw-p 00000000 00:00 0
7f884a134000-7f884b000000 ---p 00000000 00:00 0
7f884b000000-7f884b134000 rw-p 00000000 00:00 0
7f884b134000-7f884c000000 ---p 00000000 00:00 0
7f884c000000-7f884c021000 rw-p 00000000 00:00 0
7f884c021000-7f8850000000 ---p 00000000 00:00 0
7f885007e000-7f885095a000 rw-p 00000000 00:00 0
7f885095a000-7f8850bca000 rwxp 00000000 00:00 0
7f8850bca000-7f8850ee9000 ---p 00000000 00:00 0
7f8850ee9000-7f88518c9000 rwxp 00000000 00:00 0
7f88518c9000-7f8858421000 ---p 00000000 00:00 0
7f8858421000-7f8858691000 rwxp 00000000 00:00 0
7f8858691000-7f885f95a000 ---p 00000000 00:00 0
7f885f95a000-7f8868000000 r--s 00000000 fe:03 419803 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/modules
7f8868000000-7f8869436000 rw-p 00000000 00:00 0
7f8869436000-7f886c000000 ---p 00000000 00:00 0
7f886c038000-7f886c039000 ---p 00000000 00:00 0
7f886c039000-7f886c13a000 rw-p 00000000 00:00 0
7f886c13a000-7f886c13b000 ---p 00000000 00:00 0
7f886c13b000-7f886c43e000 rw-p 00000000 00:00 0
7f886c43e000-7f886c43f000 ---p 00000000 00:00 0
7f886c43f000-7f886c540000 rw-p 00000000 00:00 0
7f886c540000-7f886c541000 ---p 00000000 00:00 0
7f886c541000-7f886c669000 rw-p 00000000 00:00 0
7f886c669000-7f886c842000 ---p 00000000 00:00 0
7f886c842000-7f886c869000 rw-p 00000000 00:00 0
7f886c869000-7f886ca42000 ---p 00000000 00:00 0
7f886ca42000-7f886ca69000 rw-p 00000000 00:00 0
7f886ca69000-7f886cc42000 ---p 00000000 00:00 0
7f886cc42000-7f886ce44000 rw-p 00000000 00:00 0
7f886ce44000-7f886ce45000 ---p 00000000 00:00 0
7f886ce45000-7f886cf4b000 rw-p 00000000 00:00 0
7f886cf4b000-7f886d031000 ---p 00000000 00:00 0
7f886d031000-7f886d045000 rw-p 00000000 00:00 0
7f886d045000-7f886d11c000 ---p 00000000 00:00 0
7f886d11c000-7f886d121000 r-xp 00000000 fe:03 419784 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libjimage.so
7f886d121000-7f886d321000 ---p 00005000 fe:03 419784 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libjimage.so
7f886d321000-7f886d322000 r--p 00005000 fe:03 419784 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libjimage.so
7f886d322000-7f886d323000 rw-p 00006000 fe:03 419784 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libjimage.so
7f886d323000-7f886d32a000 r-xp 00000000 fe:03 419802 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libzip.so
7f886d32a000-7f886d529000 ---p 00007000 fe:03 419802 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libzip.so
7f886d529000-7f886d52a000 r--p 00006000 fe:03 419802 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libzip.so
7f886d52a000-7f886d52b000 rw-p 00007000 fe:03 419802 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libzip.so
7f886d52b000-7f886d537000 r-xp 00000000 fe:03 2099338 /usr/lib64/libnss_files-2.17.so
7f886d537000-7f886d736000 ---p 0000c000 fe:03 2099338 /usr/lib64/libnss_files-2.17.so
7f886d736000-7f886d737000 r--p 0000b000 fe:03 2099338 /usr/lib64/libnss_files-2.17.so
7f886d737000-7f886d738000 rw-p 0000c000 fe:03 2099338 /usr/lib64/libnss_files-2.17.so
7f886d738000-7f886d73e000 rw-p 00000000 00:00 0
7f886d73e000-7f886d767000 r-xp 00000000 fe:03 419780 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libjava.so
7f886d767000-7f886d967000 ---p 00029000 fe:03 419780 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libjava.so
7f886d967000-7f886d968000 r--p 00029000 fe:03 419780 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libjava.so
7f886d968000-7f886d96a000 rw-p 0002a000 fe:03 419780 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libjava.so
7f886d96a000-7f886d977000 r-xp 00000000 fe:03 419801 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libverify.so
7f886d977000-7f886db76000 ---p 0000d000 fe:03 419801 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libverify.so
7f886db76000-7f886db78000 r--p 0000c000 fe:03 419801 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libverify.so
7f886db78000-7f886db79000 rw-p 0000e000 fe:03 419801 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/libverify.so
7f886db79000-7f886db80000 r-xp 00000000 fe:03 2099405 /usr/lib64/librt-2.17.so
7f886db80000-7f886dd7f000 ---p 00007000 fe:03 2099405 /usr/lib64/librt-2.17.so
7f886dd7f000-7f886dd80000 r--p 00006000 fe:03 2099405 /usr/lib64/librt-2.17.so
7f886dd80000-7f886dd81000 rw-p 00007000 fe:03 2099405 /usr/lib64/librt-2.17.so
7f886dd81000-7f886dd96000 r-xp 00000000 fe:03 2099235 /usr/lib64/libgcc_s-4.8.5-20150702.so.1
7f886dd96000-7f886df95000 ---p 00015000 fe:03 2099235 /usr/lib64/libgcc_s-4.8.5-20150702.so.1
7f886df95000-7f886df96000 r--p 00014000 fe:03 2099235 /usr/lib64/libgcc_s-4.8.5-20150702.so.1
7f886df96000-7f886df97000 rw-p 00015000 fe:03 2099235 /usr/lib64/libgcc_s-4.8.5-20150702.so.1
7f886df97000-7f886e098000 r-xp 00000000 fe:03 2099302 /usr/lib64/libm-2.17.so
7f886e098000-7f886e297000 ---p 00101000 fe:03 2099302 /usr/lib64/libm-2.17.so
7f886e297000-7f886e298000 r--p 00100000 fe:03 2099302 /usr/lib64/libm-2.17.so
7f886e298000-7f886e299000 rw-p 00101000 fe:03 2099302 /usr/lib64/libm-2.17.so
7f886e299000-7f886e382000 r-xp 00000000 fe:03 2099427 /usr/lib64/libstdc++.so.6.0.19
7f886e382000-7f886e581000 ---p 000e9000 fe:03 2099427 /usr/lib64/libstdc++.so.6.0.19
7f886e581000-7f886e589000 r--p 000e8000 fe:03 2099427 /usr/lib64/libstdc++.so.6.0.19
7f886e589000-7f886e58b000 rw-p 000f0000 fe:03 2099427 /usr/lib64/libstdc++.so.6.0.19
7f886e58b000-7f886e5a0000 rw-p 00000000 00:00 0
7f886e5a0000-7f886f7f8000 r-xp 00000000 fe:03 419815 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/server/libjvm.so
7f886f7f8000-7f886f9f7000 ---p 01258000 fe:03 419815 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/server/libjvm.so
7f886f9f7000-7f886faca000 r--p 01257000 fe:03 419815 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/server/libjvm.so
7f886faca000-7f886fb06000 rw-p 0132a000 fe:03 419815 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/server/libjvm.so
7f886fb06000-7f886fb5f000 rw-p 00000000 00:00 0
7f886fb5f000-7f886fd21000 r-xp 00000000 fe:03 2099188 /usr/lib64/libc-2.17.so
7f886fd21000-7f886ff21000 ---p 001c2000 fe:03 2099188 /usr/lib64/libc-2.17.so
7f886ff21000-7f886ff25000 r--p 001c2000 fe:03 2099188 /usr/lib64/libc-2.17.so
7f886ff25000-7f886ff27000 rw-p 001c6000 fe:03 2099188 /usr/lib64/libc-2.17.so
7f886ff27000-7f886ff2c000 rw-p 00000000 00:00 0
7f886ff2c000-7f886ff2e000 r-xp 00000000 fe:03 2099217 /usr/lib64/libdl-2.17.so
7f886ff2e000-7f887012e000 ---p 00002000 fe:03 2099217 /usr/lib64/libdl-2.17.so
7f887012e000-7f887012f000 r--p 00002000 fe:03 2099217 /usr/lib64/libdl-2.17.so
7f887012f000-7f8870130000 rw-p 00003000 fe:03 2099217 /usr/lib64/libdl-2.17.so
7f8870130000-7f887013f000 r-xp 00000000 fe:03 419764 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/jli/libjli.so
7f887013f000-7f887033f000 ---p 0000f000 fe:03 419764 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/jli/libjli.so
7f887033f000-7f8870340000 r--p 0000f000 fe:03 419764 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/jli/libjli.so
7f8870340000-7f8870341000 rw-p 00010000 fe:03 419764 /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.el7_6.x86_64/lib/jli/libjli.so
7f8870341000-7f8870358000 r-xp 00000000 fe:03 2099386 /usr/lib64/libpthread-2.17.so
7f8870358000-7f8870557000 ---p 00017000 fe:03 2099386 /usr/lib64/libpthread-2.17.so
7f8870557000-7f8870558000 r--p 00016000 fe:03 2099386 /usr/lib64/libpthread-2.17.so
7f8870558000-7f8870559000 rw-p 00017000 fe:03 2099386 /usr/lib64/libpthread-2.17.so
7f8870559000-7f887055d000 rw-p 00000000 00:00 0
7f887055d000-7f8870572000 r-xp 00000000 fe:03 2099467 /usr/lib64/libz.so.1.2.7
7f8870572000-7f8870771000 ---p 00015000 fe:03 2099467 /usr/lib64/libz.so.1.2.7
7f8870771000-7f8870772000 r--p 00014000 fe:03 2099467 /usr/lib64/libz.so.1.2.7
7f8870772000-7f8870773000 rw-p 00015000 fe:03 2099467 /usr/lib64/libz.so.1.2.7
7f8870773000-7f8870795000 r-xp 00000000 fe:03 2099164 /usr/lib64/ld-2.17.so
7f88707af000-7f88707b6000 r--s 00000000 fe:03 2099129 /usr/lib64/gconv/gconv-modules.cache
7f88707b6000-7f8870879000 rw-p 00000000 00:00 0
7f8870879000-7f8870880000 ---p 00000000 00:00 0
7f8870880000-7f8870888000 rw-s 00000000 fe:03 2481 /tmp/hsperfdata_root/8753
7f8870888000-7f887088c000 ---p 00000000 00:00 0
7f887088c000-7f8870990000 rw-p 00000000 00:00 0
7f8870990000-7f8870991000 r--p 00000000 00:00 0
7f8870991000-7f8870992000 ---p 00000000 00:00 0
7f8870992000-7f8870993000 r--p 00000000 00:00 0
7f8870993000-7f8870994000 rw-p 00000000 00:00 0
7f8870994000-7f8870995000 r--p 00021000 fe:03 2099164 /usr/lib64/ld-2.17.so
7f8870995000-7f8870996000 rw-p 00022000 fe:03 2099164 /usr/lib64/ld-2.17.so
7f8870996000-7f8870997000 rw-p 00000000 00:00 0
7ffdcab96000-7ffdcabb9000 rw-p 00000000 00:00 0 [stack]
7ffdcabd3000-7ffdcabd6000 r--p 00000000 00:00 0 [vvar]
7ffdcabd6000-7ffdcabd8000 r-xp 00000000 00:00 0 [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]
VM Arguments:
jvm_args: -Dmaven.repo.local=/builds/.../project-name/.m2/repository -Dclassworlds.conf=/builds/.../project-name/.rvm/gems/jruby-9.2.8.0@project-name/gems/ruby-maven-libs-3.3.9/maven-home/bin/m2.conf -Dmaven.home=/builds/.../project-name/.rvm/gems/jruby-9.2.8.0@project-name/gems/ruby-maven-libs-3.3.9/maven-home -Dmaven.multiModuleProjectDirectory=/builds/.../project-name
java_command: org.codehaus.plexus.classworlds.launcher.Launcher dependency:list -f /builds/.../project-name/.rvm/gems/jruby-9.2.8.0@project-name/gems/jbundler-0.9.3/lib/jbundler/dependency_pom.rb -Dverbose=true -e -DexcludeTransitive=false -Djbundler.outputFile=/builds/.../project-name/pkg/dependencies.txt -Djbundler.basedir=/builds/.../project-name -Djbundler.jarfile=/builds/.../project-name/Jarfile -Djbundler.gemfile=/builds/.../project-name/Gemfile -Djbundler.workdir=/builds/.../project-name/pkg -Djbundler.groups -Djbundler.bootstrap -Dmaven.repo.local=/builds/.../project-name/.m2/repository
java_class_path (initial): /builds/.../project-name/.rvm/gems/jruby-9.2.8.0@project-name/gems/ruby-maven-libs-3.3.9/maven-home/boot/plexus-classworlds-2.5.2.jar
Launcher Type: SUN_STANDARD
[Global flags]
intx CICompilerCount = 2 {product} {ergonomic}
uint ConcGCThreads = 1 {product} {ergonomic}
uint G1ConcRefinementThreads = 2 {product} {ergonomic}
size_t G1HeapRegionSize = 1048576 {product} {ergonomic}
uintx GCDrainStackTargetSize = 64 {product} {ergonomic}
size_t InitialHeapSize = 67108864 {product} {ergonomic}
size_t MarkStackSize = 4194304 {product} {ergonomic}
size_t MaxHeapSize = 1073741824 {product} {ergonomic}
size_t MaxNewSize = 643825664 {product} {ergonomic}
size_t MinHeapDeltaBytes = 1048576 {product} {ergonomic}
uintx NonNMethodCodeHeapSize = 5824844 {pd product} {ergonomic}
uintx NonProfiledCodeHeapSize = 122916698 {pd product} {ergonomic}
uintx ProfiledCodeHeapSize = 122916698 {pd product} {ergonomic}
uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic}
bool SegmentedCodeCache = true {product} {ergonomic}
bool UseCompressedClassPointers = true {lp64_product} {ergonomic}
bool UseCompressedOops = true {lp64_product} {ergonomic}
bool UseG1GC = true {product} {ergonomic}
Logging:
Log output configuration:
#0: stdout all=warning uptime,level,tags
#1: stderr all=off uptime,level,tags
Environment Variables:
JAVA_HOME=/usr/lib/jvm/jre
PATH=/builds/.../project-name/.rvm/gems/jruby-9.2.8.0@project-name/bin:/builds/.../project-name/.rvm/gems/jruby-9.2.8.0@global/bin:/builds/.../project-name/.rvm/rubies/jruby-9.2.8.0/bin:/builds/.../project-name/.rvm/bin:/usr/lib/jvm/jre/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Signal Handlers:
SIGSEGV: [libjvm.so+0xf13b80], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGBUS: [libjvm.so+0xf13b80], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGFPE: [libjvm.so+0xf13b80], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGPIPE: SIG_IGN, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
SIGXFSZ: [libjvm.so+0xc23200], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGILL: [libjvm.so+0xf13b80], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGUSR2: [libjvm.so+0xc23080], sa_mask[0]=00100000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO
SIGHUP: [libjvm.so+0xc23250], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGINT: [libjvm.so+0xc23250], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGTERM: [libjvm.so+0xc23250], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGQUIT: [libjvm.so+0xc23250], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
--------------- S Y S T E M ---------------
OS:CentOS Linux release 7.6.1810 (Core)
uname:Linux 4.19.56-coreos-r1 #1 SMP Tue Jul 30 06:40:10 -00 2019 x86_64
libc:glibc 2.17 NPTL 2.17
rlimit: STACK 8192k, CORE infinity, NPROC infinity, NOFILE 1048576, AS infinity, DATA infinity, FSIZE infinity
load average:1.71 1.88 1.89
/proc/meminfo:
MemTotal: 15835176 kB
MemFree: 5956788 kB
MemAvailable: 13633796 kB
Buffers: 987696 kB
Cached: 6326044 kB
SwapCached: 0 kB
Active: 3643984 kB
Inactive: 5009052 kB
Active(anon): 1452292 kB
Inactive(anon): 92012 kB
Active(file): 2191692 kB
Inactive(file): 4917040 kB
Unevictable: 0 kB
Mlocked: 0 kB
SwapTotal: 0 kB
SwapFree: 0 kB
Dirty: 83048 kB
Writeback: 0 kB
AnonPages: 1261208 kB
Mapped: 365868 kB
Shmem: 205016 kB
Slab: 1094704 kB
SReclaimable: 889180 kB
SUnreclaim: 205524 kB
KernelStack: 11104 kB
PageTables: 10972 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 7917588 kB
Committed_AS: 3605076 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 0 kB
VmallocChunk: 0 kB
Percpu: 10496 kB
HardwareCorrupted: 0 kB
AnonHugePages: 598016 kB
ShmemHugePages: 0 kB
ShmemPmdMapped: 0 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
Hugetlb: 0 kB
DirectMap4k: 282596 kB
DirectMap2M: 12750848 kB
DirectMap1G: 4194304 kB
/proc/sys/kernel/threads-max (system-wide limit on the number of threads):
123372
/proc/sys/vm/max_map_count (maximum number of memory map areas a process may have):
65530
/proc/sys/kernel/pid_max (system-wide limit on number of process identifiers):
32768
container (cgroup) information:
container_type: cgroupv1
cpu_cpuset_cpus: 0-7
cpu_memory_nodes: 0
active_processor_count: 2
cpu_quota: 200000
cpu_period: 100000
cpu_shares: -1
memory_limit_in_bytes: 4294967296
memory_and_swap_limit_in_bytes: 4294967296
memory_soft_limit_in_bytes: -1
memory_usage_in_bytes: 1372876800
memory_max_usage_in_bytes: 1624367104
Steal ticks since vm start: 0
Steal ticks percentage since vm start: 0.000
CPU:total 8 (initial active 2) (4 cores per cpu, 2 threads per core) family 6 model 85 stepping 4, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, rtm, 3dnowpref, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2, adx, evex, fma
CPU Model and flags from /proc/cpuinfo:
model name : Intel(R) Xeon(R) Platinum 8124M CPU @ 3.00GHz
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx avx512f avx512dq rdseed adx smap clflushopt clwb avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves ida arat pku ospke
Memory: 4k page, physical 4194304k(2853628k free), swap 0k(0k free)
vm_info: OpenJDK 64-Bit Server VM (11.0.4+11-LTS) for linux-amd64 JRE (11.0.4+11-LTS), built on Jul 23 2019 16:45:16 by "mockbuild" with gcc 4.8.5 20150623 (Red Hat 4.8.5-36)
END.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment