Giter Club home page Giter Club logo

adoptium-support's Introduction

Eclipse Adoptium

This organization provides a home for Git repositories that contain the activities of the Adoptium Working Group, the Eclipse Adoptium Top Level Project and several Eclipse projects that fall under that top level project:

NOTE: The high-level project and issue tracking across all projects is kept in the Adoptium repo issue tracking system.


Please see the Eclipse Adoptium Project description for more information regarding the Adoptium top-level project or its sub-projects (visually depicted in the diagram below).

graph TD

subgraph Eclipse Adoptium
    classDef public fill:#CFE1F3,stroke:#333,stroke-width:4px,color:#000000
    classDef private fill:#FF0000,stroke:#333,stroke-width:4px,color:#000000
    style public fill:#CFE1F3,stroke:#333,stroke-width:4px,color:#000000
    style private fill:#FF0000,stroke:#333,stroke-width:4px,color:#000000
    subgraph Adoptium
        AdoptiumTrigger[adoptium]:::public --- website["adoptium.net"]:::public --- api["api.adoptium.net"]:::public --- blog["blog.adoptium.net"]:::public --- dash["dash.adoptium.net"]:::public
    end
    subgraph Temurin
        subgraph Build
            buildTrigger[temurin-build]:::public --- mirror["mirror-scripts"]:::public --- src["jdk, jdk8u, jdk8u-aarch32, jdk17u"]:::public --- release["github-release-scripts"]:::public --- binaries["temurin8-binaries,<br/>temurin11-binaries,<br/>temurin17-binaries,<br/>temurin19-binaries"]:::public --- installer["installer"]:::public --- build["build-jdk"]:::public
        end
        subgraph Infrastructure
            direction LR
            infraTrigger[infrastructure]:::public --- jenkins["ci-jenkins-pipelines"]:::public --- jenkinshelper["jenkins-helper"]:::public --- support["adoptium-support"]:::public
        end
    end
    subgraph Temurin Compliance
        TCKTrigger[temurin-compliance]:::private --- infra["infrastructure"]:::private --- jck8["JCK8-unzipped"]:::private --- jck11["JCK11-unzipped"]:::private --- jck17["JCK17-unzipped"]:::private --- jck19["JCK19-unzipped"]:::private
    end
    subgraph AQAvit
        AQAvitTrigger[aqa-tests]:::public --- tkg["TKG"]:::public --- test-tools["aqa-test-tools"]:::public --- stf["STF"]:::public --- systemtest["aqa-systemtest"]:::public --- bumblebench["bumblebench"]:::public --- run-aqa["run-aqa"]:::public
    end
    subgraph Incubator
        IncubatorTrigger[jdk11u-fast-startup-incubator]:::public
    end
end
Loading

Eclipse Adoptium Working Group

The Adoptium Working Group promotes and supports high-quality runtimes and associated technology for use across the Java ecosystem. Our vision is to meet the needs of Eclipse and the broader Java community by providing a marketplace for high-quality Java runtimes for Java-based applications. We embrace existing standards and a wide variety of hardware and cloud platforms.

Eclipse Adoptium Top Level Project

The mission of the Eclipse Adoptium Top-Level Project is to distribute high-quality runtimes and associated technology for use within the Java ecosystem. We achieve this through a set of Projects under the Adoptium Project Management Committee (PMC) and a close working partnership with external projects, most notably OpenJDK for providing the Java SE runtime implementation. Our goal is to meet the needs of both the Eclipse community and broader runtime users by providing a comprehensive set of technologies around runtimes for Java applications that operate alongside existing standards, infrastructures, and cloud platforms.

Eclipse AQAvit project

AQAvit is the quality and runtime branding evaluation project for Java SE runtimes and associated technology. During a release it takes a functionally complete Java runtime and ensures that all the additional qualities are present that make it suitable for production use. These quality criteria include good performance, exceptional security, resilience and endurance, and the ability to pass a wide variety of application test suites. In addition to verifying that functionally complete runtimes are release ready, the AQA tests may also serve to verify new functionality during runtime development.

Eclipse Temurin project

The Eclipse Temurin project provides code and processes that support the building of runtime binaries and associated technologies that are high performance, enterprise-caliber, cross-platform, open-source licensed, and Java SE TCK-tested for general use across the Java ecosystem.

Eclipse Temurin Compliance project

The Eclipse Temurin Compliance project is responsible for obtaining, managing, and executing the Oracle Java SE Compatibility Kit (JCK) on Eclipse Temurin binaries. The work is done on private infrastructure and using code managed in closed repositories only available to committers of Temurin Compliance. The public artefacts produced by this project are limited to an indication of whether a particular Eclipse Temurin binary is Java SE compliant or not.

Eclipse Mission Control project

Eclipse Mission Control enables you to monitor and manage Java applications without introducing the performance overhead normally associated with these types of tools. It uses data collected for normal adaptive dynamic optimization of the Java Virtual Machine (JVM). Besides minimizing the performance overhead, this approach eliminates the problem of the observer effect, which occurs when monitoring tools alter the execution characteristics of the system.

adoptium-support's People

Contributors

aahlenst avatar dependabot[bot] avatar gdams avatar karianna avatar sblantipodi avatar sxa555 avatar tellison avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

adoptium-support's Issues

Intermittent Unrecognized Windows Sockets error: 0: recv failed

Using:

openjdk version "1.8.0_232"
OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_232-b09)
OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.232-b09, mixed mode)

In Microsoft Windows Server 2016 Version 1607(OS build 14393.3326)

we are getting the following intermittent error:
Caused by: java.net.SocketException: Unrecognized Windows Sockets error: 0: recv failed
at java.net.SocketInputStream.socketRead0(Native Method) ~[na:1.8.0_73]
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) ~[na:1.8.0_73]
at java.net.SocketInputStream.read(SocketInputStream.java:170) ~[na:1.8.0_73]
at java.net.SocketInputStream.read(SocketInputStream.java:141) ~[na:1.8.0_73]
at java.io.BufferedInputStream.fill(BufferedInputStream.java:246) ~[na:1.8.0_73]
at java.io.BufferedInputStream.read(BufferedInputStream.java:265) ~[na:1.8.0_73]
at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288) ~[na:1.8.0_73]
at com.rabbitmq.client.impl.Frame.readFrom(Frame.java:95) ~[amqp-client-3.6.2.jar:na]
at com.rabbitmq.client.impl.SocketFrameHandler.readFrame(SocketFrameHandler.java:139) [amqp-client-3.6.2.jar:na]

It may be the case that

https://github.com/AdoptOpenJDK/openjdk-jdk8u/blob/jdk8u232-b09/jdk/src/windows/native/java/net/SocketInputStream.c#L132

should throw a SocketTimeoutException instead of that generic error (this should be handled correctly by the rabbitmq client library). The error is only verified in Widnows.

This may be due to in socketRead0 implementation C code, the WSAGetLastError() has been invoked twice.

First invocation at:
https://github.com/AdoptOpenJDK/openjdk-jdk8u/blob/jdk8u232-b09/jdk/src/windows/native/java/net/SocketInputStream.c#L142

Late on, in NET_ThrowCurrent()
https://github.com/AdoptOpenJDK/openjdk-jdk8u/blob/jdk8u232-b09/jdk/src/windows/native/java/net/net_util_md.c#L202

void NET_ThrowCurrent(JNIEnv *env, char *msg) {
NET_ThrowNew(env, WSAGetLastError(), msg);
}
Whereon the WSAGetLastError() is invoked 2nd time for generating the Exception message, but WSAGetLastError() can only be invoked once for getting the last error code.

The 2nd time return value is always 0, hence the error message becomes "Unrecognized Windows Sockets error: 0: recv failed"

issue while launching jnlp with Adapt

Selecting proxy for: http://<>:<>/$Product/<>.jnlp
Selecting proxy for: http://<>:<>/$Product/<>.jnlp
Selected proxies: [DIRECT]

netx: Read Error: Could not read or parse the JNLP file. (java.lang.NullPointerException: name can't be null (name can't be null))

net.sourceforge.jnlp.LaunchException: Fatal: Read Error: Could not read or parse the JNLP file. You can try to download this file manually and send it as bug report to IcedTea-Web team.

    at net.sourceforge.jnlp.Launcher.fromUrl(Launcher.java:489)

    at net.sourceforge.jnlp.Launcher.launch(Launcher.java:289)

    at net.sourceforge.jnlp.runtime.JnlpBoot.run(JnlpBoot.java:67)

    at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:270)

    at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:63)

    at java.security.AccessController.doPrivileged(Native Method)

    at net.sourceforge.jnlp.runtime.Boot.main(Boot.java:210)

Caused by: java.io.IOException: java.lang.NullPointerException: name can't be null

    at net.sourceforge.jnlp.JNLPFile.openURL(JNLPFile.java:318)

    at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:240)

    at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:215)

    at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:200)

    at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:186)

    at net.sourceforge.jnlp.Launcher.fromUrl(Launcher.java:453)

    ... 6 more

Caused by: java.lang.NullPointerException: name can't be null

    at java.io.FilePermission.init(FilePermission.java:205)

    at java.io.FilePermission.<init>(FilePermission.java:305)

    at java.lang.SecurityManager.checkRead(SecurityManager.java:888)

    at java.io.FileInputStream.<init>(FileInputStream.java:127)

    at net.sourceforge.jnlp.JNLPFile.openURL(JNLPFile.java:316)

    ... 11 more

Downloading http://<>:<>/$Product/<>.jnlp using http://<>:<>/$Product/<>.jnlp (encoding : null)

java.lang.StringIndexOutOfBoundsException: String index out of range: -1

    at java.lang.String.substring(String.java:1927)

    at net.sourceforge.jnlp.cache.CacheUtil.pathToURLPath(CacheUtil.java:555)

    at net.sourceforge.jnlp.cache.CacheUtil.getCacheFileIfExist(CacheUtil.java:539)

    at net.sourceforge.jnlp.cache.CacheUtil.getCacheFile(CacheUtil.java:511)

    at net.sourceforge.jnlp.cache.CacheEntry.<init>(CacheEntry.java:61)

    at net.sourceforge.jnlp.cache.ResourceDownloader.downloadFile(ResourceDownloader.java:412)

    at net.sourceforge.jnlp.cache.ResourceDownloader.downloadResource(ResourceDownloader.java:364)

    at net.sourceforge.jnlp.cache.ResourceDownloader.run(ResourceDownloader.java:118)

    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)

    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)

    at java.lang.Thread.run(Thread.java:748)

Disconnecting sun.net.www.protocol.http.HttpURLConnection:http://<>:<>/$Product/<>.jnlp

Java ContentType detection does not work at all

Java function Files.probeContentType does not work on any image.

Java Implementation looks like this in sun.nio.fs.LinuxFileSystemProvider

@Override
    FileTypeDetector getFileTypeDetector() {
        Path userMimeTypes = Paths.get(AccessController.doPrivileged(
            new GetPropertyAction("user.home")), ".mime.types");
        Path etcMimeTypes = Paths.get("/etc/mime.types");

        return chain(new GnomeFileTypeDetector(),
                     new MimeTypesFileTypeDetector(userMimeTypes),
                     new MimeTypesFileTypeDetector(etcMimeTypes),
                     new MagicFileTypeDetector());
    }

None of those detectors seem to work. Adding custom /etc/mime.types does not seem to bring anything. libmagic seems to be required for the last detector, but even after installing libmagic1 and libmagic-mgc content type is not detected.

OpenJDK 11: ELF file OS ABI invalid on SLES 11

OpenJDK 11 LTS 11.0.4+11
SUSE Linux Enterprise Server 11

Running java -version

Error: dl failure on line 597
Error: failed /usr/java/jdk-11.0.4+11/lib/server/libjvm.so, because /usr/java/jdk-11.0.4+11/lib/server/libjvm.so: ELF file OS ABI invalid

It works fine on SUSE Linux Enterprise Server 11.3

Have tried the BellSoft OpenJDK 11.0.4 and that works fine on both SLES 11.0 and SLES 11.3

AdoptOpenJDK\jdk-8.0.212.03-hotspot JVM Fatal Error

A fatal error has been detected by the Java Runtime Environment:

EXCEPTION_ILLEGAL_INSTRUCTION (0xc000001d) at pc=0x000007feeab35c01, pid=989448, tid=0x00000000000b4108

JRE version: OpenJDK Runtime Environment (8.0_212-b03) (build 1.8.0_212-b03)

Java VM: OpenJDK 64-Bit Server VM (25.212-b03 mixed mode windows-amd64 compressed oops)

Problematic frame:

C [msvcr120.dll+0x95c01]

Core dump written. Default location: E:\Wildfly_14\wildfly-14.0.1.Final\bin\hs_err_pid989448.mdmp

If you would like to submit a bug report, please visit:

The crash happened outside the Java Virtual Machine in native code.

See problematic frame for where to report the bug.

--------------- T H R E A D ---------------

Current thread (0x0000000054104000): JavaThread "default task-7" [_thread_in_native, id=737544, stack(0x0000000054c90000,0x0000000054d90000)]

siginfo: ExceptionCode=0xc000001d

Registers:
RAX=0x000007fee89cdfa0, RBX=0x0000000065d104d0, RCX=0x0000000000000100, RDX=0x0000000060f4efe0
RSP=0x0000000054d8c6e0, RBP=0x0000000000000001, RSI=0x0000000060f4efe0, RDI=0x0000000000000000
R8 =0x0000000000000028, R9 =0x0000000000000000, R10=0x0000000059e65a80, R11=0x0000000060f4efe0
R12=0xfffffffffffffdf0, R13=0x0000000052490590, R14=0x0000000000000000, R15=0x0000000000000001
RIP=0x000007feeab35c01, EFLAGS=0x0000000000010202

Top of Stack: (sp=0x0000000054d8c6e0)
0x0000000054d8c6e0: 0000000000000000 000007fefdf75954
0x0000000054d8c6f0: 0000000000000064 0000000052490590
0x0000000054d8c700: 0000000000000048 000007fee89add4c
0x0000000054d8c710: 000007fee89c98b0 000007fee898f0c0
0x0000000054d8c720: 0000000000000001 000007fee89af8b0
0x0000000054d8c730: 000007fefdf70000 0000000000000000
0x0000000054d8c740: 0000000000000001 0000000000000000
0x0000000054d8c750: 0000000052490590 fffffffffffffdf0
0x0000000054d8c760: 0000000000000004 0000000000000000
0x0000000054d8c770: 00000000c851d450 0000000000000000
0x0000000054d8c780: 0000000000000002 0000000000000028
0x0000000054d8c790: 0000000000000001 000007fee895dd86
0x0000000054d8c7a0: 0000000000000000 000007fee895b103
0x0000000054d8c7b0: 0000000065d104d0 0000000000000000
0x0000000054d8c7c0: 0000000000000000 0000000000000001
0x0000000054d8c7d0: 0000000000000000 000007fee895afd2

Instructions: (pc=0x000007feeab35c01)
0x000007feeab35be1: 0f 10 d0 f2 0f 10 44 24 10 f2 0f 10 4c 24 20 44
0x000007feeab35bf1: 8b 0d 15 26 02 00 e8 34 c7 00 00 e9 72 f8 ff ff
0x000007feeab35c01: c5 fb 11 44 24 10 c5 fb 11 4c 24 20 48 8b 54 24
0x000007feeab35c11: 10 4c 8b 44 24 20 4c 8b 15 4a 26 02 00 4d 23 d0

Register to memory mapping:

RAX=0x000007fee89cdfa0 is an unknown value
RBX=0x0000000065d104d0 is an unknown value
RCX=0x0000000000000100 is an unknown value
RDX=0x0000000060f4efe0 is an unknown value
RSP=0x0000000054d8c6e0 is pointing into the stack for thread: 0x0000000054104000
RBP=0x0000000000000001 is an unknown value
RSI=0x0000000060f4efe0 is an unknown value
RDI=0x0000000000000000 is an unknown value
R8 =0x0000000000000028 is an unknown value
R9 =0x0000000000000000 is an unknown value
R10=0x0000000059e65a80 is an unknown value
R11=0x0000000060f4efe0 is an unknown value
R12=0xfffffffffffffdf0 is an unknown value
R13=0x0000000052490590 is an unknown value
R14=0x0000000000000000 is an unknown value
R15=0x0000000000000001 is an unknown value

Stack: [0x0000000054c90000,0x0000000054d90000], sp=0x0000000054d8c6e0, free space=1009k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [msvcr120.dll+0x95c01]
C [awt.dll+0xdb103]
C [awt.dll+0xdafd2]
C [awt.dll+0xd13e9]
C [awt.dll+0x27c8c]
C [awt.dll+0xd251a]
C 0x0000000001218347

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j sun.awt.Win32GraphicsEnvironment.initDisplay()V+0
j sun.awt.Win32GraphicsEnvironment.initDisplayWrapper()V+10
j sun.awt.Win32GraphicsEnvironment.()V+22
v ~StubRoutines::call_stub
J 711 java.lang.Class.forName0(Ljava/lang/String;ZLjava/lang/ClassLoader;Ljava/lang/Class;)Ljava/lang/Class; (0 bytes) @ 0x00000000014c5047 [0x00000000014c4fc0+0x87]
J 10863 C2 java.lang.Class.forName(Ljava/lang/String;)Ljava/lang/Class; (15 bytes) @ 0x0000000001df3b14 [0x0000000001df3ae0+0x34]
j java.awt.GraphicsEnvironment.createGE()Ljava/awt/GraphicsEnvironment;+18
j java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment()Ljava/awt/GraphicsEnvironment;+6
j java.awt.image.BufferedImage.createGraphics()Ljava/awt/Graphics2D;+0
j org.ajax4jsf.resource.Java2Dresource.getImage(Lorg/ajax4jsf/resource/ResourceContext;)Ljava/awt/image/RenderedImage;+52
j org.ajax4jsf.resource.Java2Dresource.send(Lorg/ajax4jsf/resource/ResourceContext;)V+11
j org.ajax4jsf.resource.ResourceLifecycle.sendResource(Lorg/ajax4jsf/resource/ResourceContext;Lorg/ajax4jsf/resource/InternetResource;)V+9
j org.ajax4jsf.resource.ResourceLifecycle.send(Lorg/ajax4jsf/resource/ResourceContext;Lorg/ajax4jsf/resource/InternetResource;)V+227
j org.ajax4jsf.resource.InternetResourceService.load(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+21
j org.ajax4jsf.cache.LRUMapCache.load(Ljava/lang/Object;Ljava/lang/Object;)V+8
j org.ajax4jsf.cache.LRUMapCache.get(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+103
j org.ajax4jsf.resource.InternetResourceService.serviceResource(Ljava/lang/String;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+183
j org.ajax4jsf.resource.InternetResourceService.serviceResource(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)Z+17
j org.ajax4jsf.webapp.BaseFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+279
j io.undertow.servlet.core.ManagedFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+60
j io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+149
j org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+199
j io.undertow.servlet.core.ManagedFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+60
j io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+149
j io.undertow.servlet.handlers.FilterHandler.handleRequest(Lio/undertow/server/HttpServerExchange;)V+122
j io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(Lio/undertow/server/HttpServerExchange;)V+104
j io.undertow.servlet.handlers.ServletChain$1.handleRequest(Lio/undertow/server/HttpServerExchange;)V+62
j io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(Lio/undertow/server/HttpServerExchange;)V+19
j org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(Lio/undertow/server/HttpServerExchange;)V+118
J 13832 C1 io.undertow.server.handlers.PredicateHandler.handleRequest(Lio/undertow/server/HttpServerExchange;)V (33 bytes) @ 0x00000000033c4353 [0x00000000033c4140+0x213]
j io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(Lio/undertow/server/HttpServerExchange;)V+101
j io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(Lio/undertow/server/HttpServerExchange;)V+40
J 13832 C1 io.undertow.server.handlers.PredicateHandler.handleRequest(Lio/undertow/server/HttpServerExchange;)V (33 bytes) @ 0x00000000033c4353 [0x00000000033c4140+0x213]
j io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(Lio/undertow/server/HttpServerExchange;)V+21
j io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(Lio/undertow/server/HttpServerExchange;)V+99
j io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(Lio/undertow/server/HttpServerExchange;)V+58
j io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(Lio/undertow/server/HttpServerExchange;)V+51
j io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(Lio/undertow/server/HttpServerExchange;)V+39
j io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(Lio/undertow/server/HttpServerExchange;)V+14
J 13832 C1 io.undertow.server.handlers.PredicateHandler.handleRequest(Lio/undertow/server/HttpServerExchange;)V (33 bytes) @ 0x00000000033c4353 [0x00000000033c4140+0x213]
j org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(Lio/undertow/server/HttpServerExchange;)V+16
J 13832 C1 io.undertow.server.handlers.PredicateHandler.handleRequest(Lio/undertow/server/HttpServerExchange;)V (33 bytes) @ 0x00000000033c4353 [0x00000000033c4140+0x213]
j org.wildfly.extension.undertow.deployment.GlobalRequestControllerHandler.handleRequest(Lio/undertow/server/HttpServerExchange;)V+20
J 13832 C1 io.undertow.server.handlers.PredicateHandler.handleRequest(Lio/undertow/server/HttpServerExchange;)V (33 bytes) @ 0x00000000033c4353 [0x00000000033c4140+0x213]
j io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(Lio/undertow/server/HttpServerExchange;Lio/undertow/servlet/handlers/ServletRequestContext;)V+108
j io.undertow.servlet.handlers.ServletInitialHandler.access$100(Lio/undertow/servlet/handlers/ServletInitialHandler;Lio/undertow/server/HttpServerExchange;Lio/undertow/servlet/handlers/ServletRequestContext;)V+3
j io.undertow.servlet.handlers.ServletInitialHandler$2.call(Lio/undertow/server/HttpServerExchange;Lio/undertow/servlet/handlers/ServletRequestContext;)Ljava/lang/Object;+6
j io.undertow.servlet.handlers.ServletInitialHandler$2.call(Lio/undertow/server/HttpServerExchange;Ljava/lang/Object;)Ljava/lang/Object;+6
j io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(Lio/undertow/server/HttpServerExchange;Ljava/lang/Object;)Ljava/lang/Object;+42
j io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(Lio/undertow/server/HttpServerExchange;Ljava/lang/Object;)Ljava/lang/Object;+20
j org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(Lio/undertow/servlet/api/ThreadSetupHandler$Action;Lio/undertow/server/HttpServerExchange;Ljava/lang/Object;)Ljava/lang/Object;+127
j org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction$$Lambda$661.call(Lio/undertow/server/HttpServerExchange;Ljava/lang/Object;)Ljava/lang/Object;+10
j org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(Lio/undertow/servlet/api/ThreadSetupHandler$Action;Lio/undertow/server/HttpServerExchange;Ljava/lang/Object;)Ljava/lang/Object;+15
j org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction$$Lambda$662.call(Lio/undertow/server/HttpServerExchange;Ljava/lang/Object;)Ljava/lang/Object;+10
j org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(Lio/undertow/servlet/api/ThreadSetupHandler$Action;Lio/undertow/server/HttpServerExchange;Ljava/lang/Object;)Ljava/lang/Object;+15
j org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction$$Lambda$662.call(Lio/undertow/server/HttpServerExchange;Ljava/lang/Object;)Ljava/lang/Object;+10
j org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(Lio/undertow/servlet/api/ThreadSetupHandler$Action;Lio/undertow/server/HttpServerExchange;Ljava/lang/Object;)Ljava/lang/Object;+15
j org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction$$Lambda$662.call(Lio/undertow/server/HttpServerExchange;Ljava/lang/Object;)Ljava/lang/Object;+10
j org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(Lio/undertow/servlet/api/ThreadSetupHandler$Action;Lio/undertow/server/HttpServerExchange;Ljava/lang/Object;)Ljava/lang/Object;+15
j org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction$$Lambda$662.call(Lio/undertow/server/HttpServerExchange;Ljava/lang/Object;)Ljava/lang/Object;+10
j io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(Lio/undertow/server/HttpServerExchange;Lio/undertow/servlet/handlers/ServletRequestContext;Lio/undertow/servlet/handlers/ServletChain;Ljavax/servlet/DispatcherType;)V+33
j io.undertow.servlet.handlers.ServletInitialHandler.access$000(Lio/undertow/servlet/handlers/ServletInitialHandler;Lio/undertow/server/HttpServerExchange;Lio/undertow/servlet/handlers/ServletRequestContext;Lio/undertow/servlet/handlers/ServletChain;Ljavax/servlet/DispatcherType;)V+6
j io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(Lio/undertow/server/HttpServerExchange;)V+33
j io.undertow.server.Connectors.executeRootHandler(Lio/undertow/server/HttpHandler;Lio/undertow/server/HttpServerExchange;)V+8
j io.undertow.server.HttpServerExchange$1.run()V+8
J 5884 C2 org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(Ljava/lang/Runnable;)V (75 bytes) @ 0x0000000002349018 [0x0000000002348f20+0xf8]
J 6015 C1 org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run()V (504 bytes) @ 0x00000000018a0704 [0x000000000189e000+0x2704]
J 6033 C1 java.lang.Thread.run()V (17 bytes) @ 0x00000000020a0d39 [0x00000000020a0c00+0x139]
v ~StubRoutines::call_stub

--------------- P R O C E S S ---------------

Java Threads: ( => current thread )
=>0x0000000054104000 JavaThread "default task-7" [_thread_in_native, id=737544, stack(0x0000000054c90000,0x0000000054d90000)]
0x0000000054104800 JavaThread "default task-6" [_thread_blocked, id=1007960, stack(0x0000000057aa0000,0x0000000057ba0000)]
0x0000000054105800 JavaThread "T16" [_thread_blocked, id=947588, stack(0x0000000054810000,0x0000000054910000)]
0x0000000054100000 JavaThread "default task-4" [_thread_blocked, id=966048, stack(0x00000000571c0000,0x00000000572c0000)]
0x0000000062065000 JavaThread "AS400 Read Daemon [system:10.10.102.10;job:549652/QUSER/QZDASSINIT]" daemon [_thread_in_native, id=949216, stack(0x00000000570c0000,0x00000000571c0000)]
0x0000000062065800 JavaThread "T14" [_thread_blocked, id=985752, stack(0x0000000056d00000,0x0000000056e00000)]
0x0000000062066800 JavaThread "AS400 Read Daemon [system:10.10.102.10;job:549653/QUSER/QZDASSINIT]" daemon [_thread_in_native, id=1024036, stack(0x0000000056960000,0x0000000056a60000)]
0x00000000540fe800 JavaThread "T13" [_thread_blocked, id=790808, stack(0x0000000067230000,0x0000000067330000)]
0x0000000054101800 JavaThread "AS400 Read Daemon [system:10.10.102.10;job:549647/QUSER/QZDASSINIT]" daemon [_thread_in_native, id=921196, stack(0x0000000066180000,0x0000000066280000)]
0x00000000540f6800 JavaThread "AS400 Read Daemon [system:10.10.102.10;job:549648/QUSER/QZDASSINIT]" daemon [_thread_in_native, id=805708, stack(0x0000000064460000,0x0000000064560000)]
0x0000000054102800 JavaThread "commons-pool-EvictionTimer" daemon [_thread_blocked, id=721328, stack(0x0000000064580000,0x0000000064680000)]
0x0000000054103000 JavaThread "AS400 Read Daemon [system:10.10.102.10;job:549608/QUSER/QZDASSINIT]" daemon [_thread_in_native, id=872464, stack(0x0000000064340000,0x0000000064440000)]
0x0000000062087800 JavaThread "net.sf.ehcache.CacheManager@1f46a8f1" daemon [_thread_blocked, id=595444, stack(0x000000009c380000,0x000000009c480000)]
0x0000000062087000 JavaThread "RMI TCP Accept-58628" daemon [_thread_in_native, id=1019860, stack(0x000000009c110000,0x000000009c210000)]
0x0000000062086000 JavaThread "Multicast Heartbeat Sender Thread" daemon [_thread_blocked, id=960708, stack(0x000000009b710000,0x000000009b810000)]
0x0000000062085800 JavaThread "Multicast Heartbeat Receiver Thread" daemon [_thread_in_native, id=928936, stack(0x000000009bf10000,0x000000009c010000)]
0x00000000540fb000 JavaThread "expiration-thread--p4-t1" daemon [_thread_blocked, id=926188, stack(0x0000000060720000,0x0000000060820000)]
0x00000000540f8800 JavaThread "ServerService Thread Pool -- 73" [_thread_blocked, id=1017728, stack(0x0000000061ad0000,0x0000000061bd0000)]
0x00000000540f7000 JavaThread "ServerService Thread Pool -- 72" [_thread_blocked, id=584436, stack(0x0000000061970000,0x0000000061a70000)]
0x000000005a135000 JavaThread "Transaction Reaper Worker 0" daemon [_thread_blocked, id=1021940, stack(0x000000005dfb0000,0x000000005e0b0000)]
0x000000005a134000 JavaThread "Transaction Reaper" daemon [_thread_blocked, id=970864, stack(0x0000000060200000,0x0000000060300000)]
0x000000005a133800 JavaThread "Periodic Recovery" [_thread_blocked, id=935628, stack(0x000000005fe50000,0x000000005ff50000)]
0x000000005a132800 JavaThread "Transaction Expired Entry Monitor" daemon [_thread_blocked, id=947716, stack(0x000000005d0b0000,0x000000005d1b0000)]
0x000000005a132000 JavaThread "DeploymentScanner-threads - 2" [_thread_blocked, id=1030872, stack(0x000000005fca0000,0x000000005fda0000)]
0x000000005a131000 JavaThread "default Accept" [_thread_in_native, id=982604, stack(0x000000005f970000,0x000000005fa70000)]
0x000000005a130000 JavaThread "default I/O-2" [_thread_in_native, id=994140, stack(0x000000005f7b0000,0x000000005f8b0000)]
0x000000005a12f800 JavaThread "default I/O-1" [_thread_in_native, id=980608, stack(0x000000005f6b0000,0x000000005f7b0000)]
0x000000005a12e800 JavaThread "Timer-1" [_thread_blocked, id=854244, stack(0x000000005f5b0000,0x000000005f6b0000)]
0x000000005a12e000 JavaThread "Timer-0" [_thread_blocked, id=879924, stack(0x000000005f480000,0x000000005f580000)]
0x000000005a12d000 JavaThread "ConnectionValidator" daemon [_thread_blocked, id=1030300, stack(0x000000005f290000,0x000000005f390000)]
0x000000005a12c800 JavaThread "IdleRemover" daemon [_thread_blocked, id=725520, stack(0x000000005f0e0000,0x000000005f1e0000)]
0x000000005a12b800 JavaThread "management Accept" [_thread_in_native, id=991708, stack(0x000000005ed30000,0x000000005ee30000)]
0x000000005a12b000 JavaThread "management I/O-2" [_thread_in_native, id=970116, stack(0x000000005ebb0000,0x000000005ecb0000)]
0x000000005a12a000 JavaThread "management I/O-1" [_thread_in_native, id=817952, stack(0x000000005ea50000,0x000000005eb50000)]
0x0000000054043800 JavaThread "ServerService Thread Pool -- 38" [_thread_blocked, id=995096, stack(0x000000005afe0000,0x000000005b0e0000)]
0x0000000054042000 JavaThread "DeploymentScanner-threads - 1" [_thread_blocked, id=1013956, stack(0x000000005b0e0000,0x000000005b1e0000)]
0x0000000054039800 JavaThread "ServerService Thread Pool -- 26" [_thread_blocked, id=813100, stack(0x0000000058390000,0x0000000058490000)]
0x000000005276c800 JavaThread "ServerService Thread Pool -- 1" [_thread_blocked, id=842624, stack(0x00000000552e0000,0x00000000553e0000)]
0x0000000000493000 JavaThread "DestroyJavaVM" [_thread_blocked, id=729372, stack(0x0000000000e30000,0x0000000000f30000)]
0x0000000053bef800 JavaThread "ServerDeploymentRepository-temp-threads - 1" daemon [_thread_blocked, id=848044, stack(0x0000000054d90000,0x0000000054e90000)]
0x0000000053274000 JavaThread "MSC service thread 1-2" [_thread_blocked, id=884260, stack(0x0000000054b80000,0x0000000054c80000)]
0x000000005326d000 JavaThread "MSC service thread 1-1" [_thread_blocked, id=937492, stack(0x0000000054910000,0x0000000054a10000)]
0x000000005144f800 JavaThread "Reference Reaper" daemon [_thread_blocked, id=968068, stack(0x0000000051bf0000,0x0000000051cf0000)]
0x0000000051335000 JavaThread "Service Thread" daemon [_thread_blocked, id=974752, stack(0x0000000051e50000,0x0000000051f50000)]
0x0000000051332800 JavaThread "C1 CompilerThread1" daemon [_thread_blocked, id=1030680, stack(0x0000000051d00000,0x0000000051e00000)]
0x00000000512d7000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=845352, stack(0x0000000051a90000,0x0000000051b90000)]
0x00000000512d3000 JavaThread "Attach Listener" daemon [_thread_blocked, id=906352, stack(0x0000000051980000,0x0000000051a80000)]
0x00000000512cd800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1001644, stack(0x00000000516a0000,0x00000000517a0000)]
0x0000000000e0f800 JavaThread "Finalizer" daemon [_thread_blocked, id=1022664, stack(0x0000000051810000,0x0000000051910000)]
0x0000000000e08800 JavaThread "Reference Handler" daemon [_thread_blocked, id=917388, stack(0x0000000051550000,0x0000000051650000)]

Other Threads:
0x0000000000dfc000 VMThread [stack: 0x0000000051170000,0x0000000051270000] [id=1023424]
0x000000005133a000 WatcherThread [stack: 0x0000000052020000,0x0000000052120000] [id=157060]

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: 0x0000000000000000, Narrow klass shift: 0
Compressed class space size: 1073741824 Address: 0x0000000010930000

Heap:
def new generation total 165440K, used 14575K [0x00000000c0000000, 0x00000000cb380000, 0x00000000d5550000)
eden space 147072K, 4% used [0x00000000c0000000, 0x00000000c05c0b20, 0x00000000c8fa0000)
from space 18368K, 47% used [0x00000000ca190000, 0x00000000caa0b4a0, 0x00000000cb380000)
to space 18368K, 0% used [0x00000000c8fa0000, 0x00000000c8fa0000, 0x00000000ca190000)
tenured generation total 366628K, used 298126K [0x00000000d5550000, 0x00000000ebb59000, 0x0000000100000000)
the space 366628K, 81% used [0x00000000d5550000, 0x00000000e7873bc8, 0x00000000e7873c00, 0x00000000ebb59000)
Metaspace used 129045K, capacity 139500K, committed 139776K, reserved 1169408K
class space used 16307K, capacity 19088K, committed 19200K, reserved 1048576K

Card table byte_map: [0x00000000105c0000,0x00000000107d0000] byte_map_base: 0x000000000ffc0000

Polling page: 0x0000000000130000

CodeCache: size=245760Kb used=39191Kb max_used=39553Kb free=206568Kb
bounds [0x0000000001200000, 0x0000000003960000, 0x0000000010200000]
total_blobs=11716 nmethods=10923 adapters=705
compilation: enabled

Compilation events (10 events):
Event: 623.207 Thread 0x0000000051332800 13864 ! 3 sun.nio.ch.WindowsSelectorImpl::resetWakeupSocket (41 bytes)
Event: 623.207 Thread 0x0000000051332800 nmethod 13864 0x0000000001e48150 code [0x0000000001e482c0, 0x0000000001e48680]
Event: 623.216 Thread 0x0000000051332800 13865 3 io.undertow.servlet.spec.HttpServletRequestImpl::getRequestURI (71 bytes)
Event: 623.217 Thread 0x0000000051332800 nmethod 13865 0x0000000003402110 code [0x00000000034022e0, 0x0000000003402c30]
Event: 623.217 Thread 0x0000000051332800 13866 3 org.jboss.logging.Logger::logf (37 bytes)
Event: 623.218 Thread 0x0000000051332800 nmethod 13866 0x0000000003129110 code [0x00000000031292c0, 0x00000000031299f0]
Event: 623.218 Thread 0x0000000051332800 13867 3 org.jboss.logging.DelegatingBasicLogger::tracef (20 bytes)
Event: 623.218 Thread 0x0000000051332800 nmethod 13867 0x0000000003441610 code [0x0000000003441780, 0x00000000034419c0]
Event: 623.505 Thread 0x0000000051332800 13868 1 java.util.logging.LogManager$LoggerContext::getOwner (5 bytes)
Event: 623.505 Thread 0x0000000051332800 nmethod 13868 0x0000000003688190 code [0x00000000036882e0, 0x00000000036883f0]

GC Heap History (10 events):
Event: 439.552 GC heap before
{Heap before GC invocations=77 (full 6):
def new generation total 165440K, used 149668K [0x00000000c0000000, 0x00000000cb380000, 0x00000000d5550000)
eden space 147072K, 97% used [0x00000000c0000000, 0x00000000c8c4edf8, 0x00000000c8fa0000)
from space 18368K, 32% used [0x00000000ca190000, 0x00000000ca76a2e8, 0x00000000cb380000)
to space 18368K, 0% used [0x00000000c8fa0000, 0x00000000c8fa0000, 0x00000000ca190000)
tenured generation total 366628K, used 206056K [0x00000000d5550000, 0x00000000ebb59000, 0x0000000100000000)
the space 366628K, 56% used [0x00000000d5550000, 0x00000000e1e8a160, 0x00000000e1e8a200, 0x00000000ebb59000)
Metaspace used 118988K, capacity 127838K, committed 128128K, reserved 1159168K
class space used 15182K, capacity 17721K, committed 17792K, reserved 1048576K
Event: 439.593 GC heap after
Heap after GC invocations=78 (full 6):
def new generation total 165440K, used 18367K [0x00000000c0000000, 0x00000000cb380000, 0x00000000d5550000)
eden space 147072K, 0% used [0x00000000c0000000, 0x00000000c0000000, 0x00000000c8fa0000)
from space 18368K, 99% used [0x00000000c8fa0000, 0x00000000ca18fff8, 0x00000000ca190000)
to space 18368K, 0% used [0x00000000ca190000, 0x00000000ca190000, 0x00000000cb380000)
tenured generation total 366628K, used 246463K [0x00000000d5550000, 0x00000000ebb59000, 0x0000000100000000)
the space 366628K, 67% used [0x00000000d5550000, 0x00000000e45fff98, 0x00000000e4600000, 0x00000000ebb59000)
Metaspace used 118988K, capacity 127838K, committed 128128K, reserved 1159168K
class space used 15182K, capacity 17721K, committed 17792K, reserved 1048576K
}
Event: 474.962 GC heap before
{Heap before GC invocations=78 (full 6):
def new generation total 165440K, used 163384K [0x00000000c0000000, 0x00000000cb380000, 0x00000000d5550000)
eden space 147072K, 98% used [0x00000000c0000000, 0x00000000c8d9e020, 0x00000000c8fa0000)
from space 18368K, 99% used [0x00000000c8fa0000, 0x00000000ca18fff8, 0x00000000ca190000)
to space 18368K, 0% used [0x00000000ca190000, 0x00000000ca190000, 0x00000000cb380000)
tenured generation total 366628K, used 246463K [0x00000000d5550000, 0x00000000ebb59000, 0x0000000100000000)
the space 366628K, 67% used [0x00000000d5550000, 0x00000000e45fff98, 0x00000000e4600000, 0x00000000ebb59000)
Metaspace used 121708K, capacity 130628K, committed 131072K, reserved 1163264K
class space used 15496K, capacity 18058K, committed 18176K, reserved 1048576K
Event: 475.000 GC heap after
Heap after GC invocations=79 (full 6):
def new generation total 165440K, used 18368K [0x00000000c0000000, 0x00000000cb380000, 0x00000000d5550000)
eden space 147072K, 0% used [0x00000000c0000000, 0x00000000c0000000, 0x00000000c8fa0000)
from space 18368K, 100% used [0x00000000ca190000, 0x00000000cb380000, 0x00000000cb380000)
to space 18368K, 0% used [0x00000000c8fa0000, 0x00000000c8fa0000, 0x00000000ca190000)
tenured generation total 366628K, used 260494K [0x00000000d5550000, 0x00000000ebb59000, 0x0000000100000000)
the space 366628K, 71% used [0x00000000d5550000, 0x00000000e53b3ba8, 0x00000000e53b3c00, 0x00000000ebb59000)
Metaspace used 121708K, capacity 130628K, committed 131072K, reserved 1163264K
class space used 15496K, capacity 18058K, committed 18176K, reserved 1048576K
}
Event: 525.981 GC heap before
{Heap before GC invocations=79 (full 6):
def new generation total 165440K, used 165170K [0x00000000c0000000, 0x00000000cb380000, 0x00000000d5550000)
eden space 147072K, 99% used [0x00000000c0000000, 0x00000000c8f5cab8, 0x00000000c8fa0000)
from space 18368K, 100% used [0x00000000ca190000, 0x00000000cb380000, 0x00000000cb380000)
to space 18368K, 0% used [0x00000000c8fa0000, 0x00000000c8fa0000, 0x00000000ca190000)
tenured generation total 366628K, used 260494K [0x00000000d5550000, 0x00000000ebb59000, 0x0000000100000000)
the space 366628K, 71% used [0x00000000d5550000, 0x00000000e53b3ba8, 0x00000000e53b3c00, 0x00000000ebb59000)
Metaspace used 122084K, capacity 130980K, committed 131328K, reserved 1163264K
class space used 15537K, capacity 18090K, committed 18176K, reserved 1048576K
Event: 526.025 GC heap after
Heap after GC invocations=80 (full 6):
def new generation total 165440K, used 18368K [0x00000000c0000000, 0x00000000cb380000, 0x00000000d5550000)
eden space 147072K, 0% used [0x00000000c0000000, 0x00000000c0000000, 0x00000000c8fa0000)
from space 18368K, 100% used [0x00000000c8fa0000, 0x00000000ca190000, 0x00000000ca190000)
to space 18368K, 0% used [0x00000000ca190000, 0x00000000ca190000, 0x00000000cb380000)
tenured generation total 366628K, used 275303K [0x00000000d5550000, 0x00000000ebb59000, 0x0000000100000000)
the space 366628K, 75% used [0x00000000d5550000, 0x00000000e6229ef0, 0x00000000e622a000, 0x00000000ebb59000)
Metaspace used 122084K, capacity 130980K, committed 131328K, reserved 1163264K
class space used 15537K, capacity 18090K, committed 18176K, reserved 1048576K
}
Event: 542.732 GC heap before
{Heap before GC invocations=80 (full 6):
def new generation total 165440K, used 163710K [0x00000000c0000000, 0x00000000cb380000, 0x00000000d5550000)
eden space 147072K, 98% used [0x00000000c0000000, 0x00000000c8defa70, 0x00000000c8fa0000)
from space 18368K, 100% used [0x00000000c8fa0000, 0x00000000ca190000, 0x00000000ca190000)
to space 18368K, 0% used [0x00000000ca190000, 0x00000000ca190000, 0x00000000cb380000)
tenured generation total 366628K, used 275303K [0x00000000d5550000, 0x00000000ebb59000, 0x0000000100000000)
the space 366628K, 75% used [0x00000000d5550000, 0x00000000e6229ef0, 0x00000000e622a000, 0x00000000ebb59000)
Metaspace used 122229K, capacity 131164K, committed 131328K, reserved 1163264K
class space used 15548K, capacity 18110K, committed 18176K, reserved 1048576K
Event: 542.761 GC heap after
Heap after GC invocations=81 (full 6):
def new generation total 165440K, used 18368K [0x00000000c0000000, 0x00000000cb380000, 0x00000000d5550000)
eden space 147072K, 0% used [0x00000000c0000000, 0x00000000c0000000, 0x00000000c8fa0000)
from space 18368K, 100% used [0x00000000ca190000, 0x00000000cb380000, 0x00000000cb380000)
to space 18368K, 0% used [0x00000000c8fa0000, 0x00000000c8fa0000, 0x00000000ca190000)
tenured generation total 366628K, used 287244K [0x00000000d5550000, 0x00000000ebb59000, 0x0000000100000000)
the space 366628K, 78% used [0x00000000d5550000, 0x00000000e6dd3040, 0x00000000e6dd3200, 0x00000000ebb59000)
Metaspace used 122229K, capacity 131164K, committed 131328K, reserved 1163264K
class space used 15548K, capacity 18110K, committed 18176K, reserved 1048576K
}
Event: 565.753 GC heap before
{Heap before GC invocations=81 (full 6):
def new generation total 165440K, used 165440K [0x00000000c0000000, 0x00000000cb380000, 0x00000000d5550000)
eden space 147072K, 100% used [0x00000000c0000000, 0x00000000c8fa0000, 0x00000000c8fa0000)
from space 18368K, 100% used [0x00000000ca190000, 0x00000000cb380000, 0x00000000cb380000)
to space 18368K, 0% used [0x00000000c8fa0000, 0x00000000c8fa0000, 0x00000000ca190000)
tenured generation total 366628K, used 287244K [0x00000000d5550000, 0x00000000ebb59000, 0x0000000100000000)
the space 366628K, 78% used [0x00000000d5550000, 0x00000000e6dd3040, 0x00000000e6dd3200, 0x00000000ebb59000)
Metaspace used 125158K, capacity 134452K, committed 134784K, reserved 1165312K
class space used 15843K, capacity 18450K, committed 18560K, reserved 1048576K
Event: 565.785 GC heap after
Heap after GC invocations=82 (full 6):
def new generation total 165440K, used 9239K [0x00000000c0000000, 0x00000000cb380000, 0x00000000d5550000)
eden space 147072K, 0% used [0x00000000c0000000, 0x00000000c0000000, 0x00000000c8fa0000)
from space 18368K, 50% used [0x00000000c8fa0000, 0x00000000c98a5ca8, 0x00000000ca190000)
to space 18368K, 0% used [0x00000000ca190000, 0x00000000ca190000, 0x00000000cb380000)
tenured generation total 366628K, used 290439K [0x00000000d5550000, 0x00000000ebb59000, 0x0000000100000000)
the space 366628K, 79% used [0x00000000d5550000, 0x00000000e70f1c88, 0x00000000e70f1e00, 0x00000000ebb59000)
Metaspace used 125158K, capacity 134452K, committed 134784K, reserved 1165312K
class space used 15843K, capacity 18450K, committed 18560K, reserved 1048576K
}

Deoptimization events (10 events):
Event: 621.052 Thread 0x00000000540fe800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000038501dc method=io.undertow.util.URLUtils.decode(Ljava/lang/String;Ljava/lang/String;ZZLjava/lang/StringBuilder;)Ljava/lang/String; @ 22
Event: 621.639 Thread 0x0000000062065800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000379f2a4 method=java.beans.PropertyDescriptor.findPropertyType(Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;)Ljava/lang/Class; @ 160
Event: 622.206 Thread 0x0000000062065800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000027e3770 method=java.util.regex.Pattern.split(Ljava/lang/CharSequence;I)[Ljava/lang/String; @ 63
Event: 622.289 Thread 0x0000000062065800 Uncommon trap: reason=null_check action=make_not_entrant pc=0x000000000338c918 method=javax.faces.component.UIComponentBase.findComponent(Ljavax/faces/component/UIComponent;Ljava/lang/String;Z)Ljavax/faces/component/UIComponent; @ 65
Event: 622.347 Thread 0x0000000062065800 Uncommon trap: reason=null_check action=make_not_entrant pc=0x00000000034eb194 method=javax.faces.component.UIComponentBase.findComponent(Ljavax/faces/component/UIComponent;Ljava/lang/String;Z)Ljavax/faces/component/UIComponent; @ 9
Event: 622.773 Thread 0x00000000540fe800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000002499a34 method=java.nio.charset.CharsetEncoder.encode(Ljava/nio/CharBuffer;Ljava/nio/ByteBuffer;Z)Ljava/nio/charset/CoderResult; @ 57
Event: 622.773 Thread 0x00000000540fe800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000002499a34 method=java.nio.charset.CharsetEncoder.encode(Ljava/nio/CharBuffer;Ljava/nio/ByteBuffer;Z)Ljava/nio/charset/CoderResult; @ 57
Event: 622.773 Thread 0x00000000540fe800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000002499a34 method=java.nio.charset.CharsetEncoder.encode(Ljava/nio/CharBuffer;Ljava/nio/ByteBuffer;Z)Ljava/nio/charset/CoderResult; @ 57
Event: 622.773 Thread 0x00000000540fe800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000002499a34 method=java.nio.charset.CharsetEncoder.encode(Ljava/nio/CharBuffer;Ljava/nio/ByteBuffer;Z)Ljava/nio/charset/CoderResult; @ 57
Event: 622.775 Thread 0x0000000062065800 Uncommon trap: reason=null_check action=make_not_entrant pc=0x00000000036a3310 method=javax.faces.context.FacesContext.getCurrentInstance()Ljavax/faces/context/FacesContext; @ 6

Classes redefined (0 events):
No events

Internal exceptions (10 events):
Event: 622.289 Thread 0x0000000062065800 Implicit null exception at 0x000000000338c43e to 0x000000000338c8ee
Event: 622.347 Thread 0x0000000062065800 Implicit null exception at 0x00000000034ea506 to 0x00000000034eb185
Event: 622.380 Thread 0x0000000062065800 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000c78ab720) thrown at [C:\cygwin64\tmp\openjdk-jdk8u-windows-x64-hotspot\workspace\build\src\hotspot\src\share\vm\prims\jni.cpp, line 710]
Event: 622.380 Thread 0x0000000062065800 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000c78ac440) thrown at [C:\cygwin64\tmp\openjdk-jdk8u-windows-x64-hotspot\workspace\build\src\hotspot\src\share\vm\prims\jni.cpp, line 710]
Event: 622.380 Thread 0x0000000062065800 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000c78c7048) thrown at [C:\cygwin64\tmp\openjdk-jdk8u-windows-x64-hotspot\workspace\build\src\hotspot\src\share\vm\prims\jni.cpp, line 710]
Event: 622.380 Thread 0x0000000062065800 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000c78c7d68) thrown at [C:\cygwin64\tmp\openjdk-jdk8u-windows-x64-hotspot\workspace\build\src\hotspot\src\share\vm\prims\jni.cpp, line 710]
Event: 622.384 Thread 0x0000000062065800 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000c7904d20) thrown at [C:\cygwin64\tmp\openjdk-jdk8u-windows-x64-hotspot\workspace\build\src\hotspot\src\share\vm\prims\jni.cpp, line 710]
Event: 622.384 Thread 0x0000000062065800 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000c7905bf0) thrown at [C:\cygwin64\tmp\openjdk-jdk8u-windows-x64-hotspot\workspace\build\src\hotspot\src\share\vm\prims\jni.cpp, line 710]
Event: 622.775 Thread 0x0000000062065800 Implicit null exception at 0x00000000036a3276 to 0x00000000036a3305
Event: 623.408 Thread 0x0000000054104000 Exception <a 'java/lang/ClassNotFoundException': sun/dc/DuctusRenderingEngine> (0x00000000c85705f0) thrown at [C:\cygwin64\tmp\openjdk-jdk8u-windows-x64-hotspot\workspace\build\src\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210]

Events (10 events):
Event: 623.598 loading class java/awt/Component$DummyRequestFocusController
Event: 623.598 loading class sun/awt/RequestFocusController
Event: 623.598 loading class sun/awt/RequestFocusController done
Event: 623.598 loading class java/awt/Component$DummyRequestFocusController done
Event: 623.598 loading class sun/awt/windows/WToolkit$2
Event: 623.602 loading class sun/awt/windows/WToolkit$2 done
Event: 623.602 loading class sun/java2d/windows/WindowsFlags
Event: 623.608 loading class sun/java2d/windows/WindowsFlags done
Event: 623.608 loading class sun/java2d/windows/WindowsFlags$1
Event: 623.608 loading class sun/java2d/windows/WindowsFlags$1 done

Dynamic libraries:
0x000000013fdd0000 - 0x000000013fe0a000 C:\Program Files\AdoptOpenJDK\jdk-8.0.212.03-hotspot\bin\java.exe
0x00000000775f0000 - 0x000000007779c000 C:\Windows\SYSTEM32\ntdll.dll
0x00000000774d0000 - 0x00000000775ef000 C:\Windows\system32\kernel32.dll
0x000007fefd640000 - 0x000007fefd6ac000 C:\Windows\system32\KERNELBASE.dll
0x000007fefe1d0000 - 0x000007fefe2ab000 C:\Windows\system32\ADVAPI32.dll
0x000007fefde30000 - 0x000007fefdecf000 C:\Windows\system32\msvcrt.dll
0x000007feff780000 - 0x000007feff79f000 C:\Windows\SYSTEM32\sechost.dll
0x000007feff7d0000 - 0x000007feff8fe000 C:\Windows\system32\RPCRT4.dll
0x00000000773d0000 - 0x00000000774ca000 C:\Windows\system32\USER32.dll
0x000007fefdf70000 - 0x000007fefdfd7000 C:\Windows\system32\GDI32.dll
0x000007fefe7e0000 - 0x000007fefe7ee000 C:\Windows\system32\LPK.dll
0x000007fefdfe0000 - 0x000007fefe0aa000 C:\Windows\system32\USP10.dll
0x000007fefcd70000 - 0x000007fefcf64000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7600.16661_none_fa62ad231704eab7\COMCTL32.dll
0x000007feff700000 - 0x000007feff771000 C:\Windows\system32\SHLWAPI.dll
0x000007feff7a0000 - 0x000007feff7ce000 C:\Windows\system32\IMM32.DLL
0x000007fefe0c0000 - 0x000007fefe1c9000 C:\Windows\system32\MSCTF.dll
0x000007feeaaa0000 - 0x000007feeab8f000 C:\Program Files\AdoptOpenJDK\jdk-8.0.212.03-hotspot\jre\bin\msvcr120.dll
0x000007feeabd0000 - 0x000007feeac76000 C:\Program Files\AdoptOpenJDK\jdk-8.0.212.03-hotspot\jre\bin\msvcp120.dll
0x000000006fff0000 - 0x00000000707eb000 C:\Program Files\AdoptOpenJDK\jdk-8.0.212.03-hotspot\jre\bin\server\jvm.dll
0x000007fefa4e0000 - 0x000007fefa4e9000 C:\Windows\system32\WSOCK32.dll
0x000007fefe490000 - 0x000007fefe4dd000 C:\Windows\system32\WS2_32.dll
0x000007fefe0b0000 - 0x000007fefe0b8000 C:\Windows\system32\NSI.dll
0x000007fefa490000 - 0x000007fefa4cb000 C:\Windows\system32\WINMM.dll
0x000007fefc120000 - 0x000007fefc12c000 C:\Windows\system32\VERSION.dll
0x00000000777b0000 - 0x00000000777b7000 C:\Windows\system32\PSAPI.DLL
0x000007fef57c0000 - 0x000007fef57cf000 C:\Program Files\AdoptOpenJDK\jdk-8.0.212.03-hotspot\jre\bin\verify.dll
0x000007feeadd0000 - 0x000007feeadf8000 C:\Program Files\AdoptOpenJDK\jdk-8.0.212.03-hotspot\jre\bin\java.dll
0x000007feeb270000 - 0x000007feeb286000 C:\Program Files\AdoptOpenJDK\jdk-8.0.212.03-hotspot\jre\bin\zip.dll
0x000007fefe970000 - 0x000007feff6f7000 C:\Windows\system32\SHELL32.dll
0x000007fefd9c0000 - 0x000007fefdbc2000 C:\Windows\system32\ole32.dll
0x000007fefd510000 - 0x000007fefd51f000 C:\Windows\system32\profapi.dll
0x000007fef58f0000 - 0x000007fef58fd000 C:\Program Files\AdoptOpenJDK\jdk-8.0.212.03-hotspot\jre\bin\management.dll
0x000007feeb290000 - 0x000007feeb2aa000 C:\Program Files\AdoptOpenJDK\jdk-8.0.212.03-hotspot\jre\bin\net.dll
0x000007fefdcb0000 - 0x000007fefde29000 C:\Windows\system32\urlmon.dll
0x000007fefe7f0000 - 0x000007fefe91c000 C:\Windows\system32\WININET.dll
0x000007fefe4e0000 - 0x000007fefe738000 C:\Windows\system32\iertutil.dll
0x000007fefdbd0000 - 0x000007fefdca7000 C:\Windows\system32\OLEAUT32.dll
0x000007fefd6f0000 - 0x000007fefd856000 C:\Windows\system32\CRYPT32.dll
0x000007fefd5f0000 - 0x000007fefd5ff000 C:\Windows\system32\MSASN1.dll
0x000007fefca80000 - 0x000007fefcad4000 C:\Windows\system32\mswsock.dll
0x000007fefca70000 - 0x000007fefca77000 C:\Windows\System32\wship6.dll
0x000007fefbb10000 - 0x000007fefbb25000 C:\Windows\system32\NLAapi.dll
0x000007fefc900000 - 0x000007fefc95b000 C:\Windows\system32\DNSAPI.dll
0x000007fef9030000 - 0x000007fef903b000 C:\Windows\System32\winrnr.dll
0x000007fef9000000 - 0x000007fef9015000 C:\Windows\system32\napinsp.dll
0x000007fefb1d0000 - 0x000007fefb1f7000 C:\Windows\system32\IPHLPAPI.DLL
0x000007fefb1a0000 - 0x000007fefb1ab000 C:\Windows\system32\WINNSI.DLL
0x000007fefb140000 - 0x000007fefb193000 C:\Windows\System32\fwpuclnt.dll
0x000007fef8ff0000 - 0x000007fef8ff8000 C:\Windows\system32\rasadhlp.dll
0x000007feeadb0000 - 0x000007feeadc2000 C:\Program Files\AdoptOpenJDK\jdk-8.0.212.03-hotspot\jre\bin\nio.dll
0x000007feead30000 - 0x000007feead53000 C:\Program Files\AdoptOpenJDK\jdk-8.0.212.03-hotspot\jre\bin\sunec.dll
0x000007fef5280000 - 0x000007fef528b000 C:\Program Files\AdoptOpenJDK\jdk-8.0.212.03-hotspot\jre\bin\sunmscapi.dll
0x000007fefbfa0000 - 0x000007fefbfa7000 C:\Windows\System32\wshtcpip.dll
0x000007fefd110000 - 0x000007fefd121000 C:\Windows\system32\dhcpcsvc6.DLL
0x000007fefcae0000 - 0x000007fefcaf7000 C:\Windows\system32\CRYPTSP.dll
0x000007fefc7e0000 - 0x000007fefc827000 C:\Windows\system32\rsaenh.dll
0x000007fefd440000 - 0x000007fefd44f000 C:\Windows\system32\CRYPTBASE.dll
0x000007fefd0f0000 - 0x000007fefd108000 C:\Windows\system32\dhcpcsvc.DLL
0x000007fee8880000 - 0x000007fee8a15000 C:\Program Files\AdoptOpenJDK\jdk-8.0.212.03-hotspot\jre\bin\awt.dll
0x000007fefb1b0000 - 0x000007fefb1c8000 C:\Windows\system32\DWMAPI.DLL
0x000007fef9ba0000 - 0x000007fef9cc5000 C:\Windows\system32\DBGHELP.DLL

VM Arguments:
jvm_args: -Dprogram.name=standalone.bat -Xms64M -Xmx512M -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djboss.as.management.blocking.timeout=600 -Xms128m -Xmx1024m -XX:MaxPermSize=300m -Dacsc.db.config=E:\Wildfly_14\wildfly-14.0.1.Final\conf\bally_db_config.properties -Dacsc.config=E:\Wildfly_14\wildfly-14.0.1.Final\conf\acscweb.properties -Dacsc.passThru.config=E:\Wildfly_14\wildfly-14.0.1.Final\conf\passThru-ehcache.xml -Dacsc.log4j.conf=E:\Wildfly_14\wildfly-14.0.1.Final\conf\log4j.xml -Dacsc.connection.affinity=E:\Wildfly_14\wildfly-14.0.1.Final\conf\connection_affinity.properties -Dacsc.hibernate.conf=E:\Wildfly_14\wildfly-14.0.1.Final\conf\hibernate.cfg.xml -Dacsc.clusterReplication.config=E:\Wildfly_14\wildfly-14.0.1.Final\conf\cluster-replication-ehcache.xml -Dacsc.ws.config.file=E:\Wildfly_14\wildfly-14.0.1.Final\conf\WebserviceConfig.xml -Djavax.net.ssl.trustStore=E:\Wildfly_14\wildfly-14.0.1.Final\conf\SSL\keystore.jks -Djavax.net.ssl.trustStorePassword=toteam3 -Djavax.net.ssl.trustStoreType=jks -Djavax.net.ssl.keyStore=E:\Wildfly_14\wildfly-14.0.1.Final\conf\SSL\keystore.jks -Djavax.net.ssl.keyStorePassword=toteam3 -Djavax.net.ssl.keyStoreType=jks -Djavax.net.debug=ssl,handshake -Dorg.jboss.boot.log.file=E:\Wildfly_14\wildfly-14.0.1.Final\standalone\log\server.log -Dlogging.configuration=file:E:\Wildfly_14\wildfly-14.0.1.Final\standalone\configuration/logging.properties
java_command: E:\Wildfly_14\wildfly-14.0.1.Final\jboss-modules.jar -mp E:\Wildfly_14\wildfly-14.0.1.Final\modules org.jboss.as.standalone -Djboss.home.dir=E:\Wildfly_14\wildfly-14.0.1.Final -Djboss.server.base.dir=E:\Wildfly_14\wildfly-14.0.1.Final\standalone --server-config=standalone.xml
java_class_path (initial): E:\Wildfly_14\wildfly-14.0.1.Final\jboss-modules.jar
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=C:\Program Files\AdoptOpenJDK\jdk-8.0.212.03-hotspot
CLASSPATH=C:\Program Files\Java\jdk1.8.0_131\bin
PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\openjdk-11.0.1_windows-x64_bin\jdk-11.0.1\bin;C:\Program Files (x86)\Perforce;C:\Program Files (x86)\Perforce\DVCS;C:\Program Files\AdoptOpenJDK\jdk-8.0.212.03-hotspot\bin
USERNAME=INBLR-ACSCTEST$
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 85 Stepping 4, GenuineIntel

--------------- S Y S T E M ---------------

OS: Windows Server 2008 R2 , 64 bit Build 7600 (6.1.7600.17135)

CPU:total 1 (initial active 1) (1 cores per cpu, 1 threads per core) family 6 model 85 stepping 4, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, aes, clmul, erms, rtm, 3dnowpref, lzcnt, tsc, tscinvbit, bmi1, bmi2, adx

Memory: 4k page, physical 8388152k(155876k free), swap 16774400k(6138072k free)

vm_info: OpenJDK 64-Bit Server VM (25.212-b03) for windows-amd64 JRE (1.8.0_212-b03), built on Apr 17 2019 15:40:24 by "jenkins" with MS VC++ 12.0 (VS2013)

time: Tue May 21 23:57:07 2019
timezone: Pacific Daylight Time
elapsed time: 632 seconds (0d 0h 10m 32s)

Printer listings take a long time to refresh on CUPS

Platform:
MacOS, Linux (Issue does NOT occur on Windows)

Architecture:
x86_64 (AdoptOpenJDK 11.0.4. Also occurs on Oracle Java 8).

Description
Java's PrintService.lookupPrintServices() does not return newly added (and thus still returns newly removed) printers in a timely fashion unless the Java application is restarted.

Steps

  1. Run the following code:
    import javax.print.PrintService;
    import javax.print.PrintServiceLookup;
    
    public class ListingDelay {
    
        public static void main(String[] args) {
            new Thread(() -> {
                try {
                    while(true) {
                        PrintService[] printers = PrintServiceLookup.lookupPrintServices(null, null);
                        System.out.println("Found " + printers.length + " printers.  (Sleeping for 5 seconds)");
                        Thread.sleep(5000);
                    }
                } catch (Exception e) {
                    e.printStackTrace();
                }
            }).run();
        }
    }
  2. Add or remove a printer. The number will not change for 1-2 minutes.
  3. Restart the program. Now the number will change.

Caught ACCESS_VIOLATION's, possibly with JNI

Platform:
Windows 7, '6.1.7601'

Architecture:
64 bit Intel

Please describe the issue that you are having with our binaries and if possible how to recreate it.

Firstly, this might be expected behaviour, though it seems weird.
If this is the case, I would really like to know that's the case :)

Secondly, I see this happen on AdoptOpenJDK, Zulu, and Oracle JDK. So probably it's specific to OpenJDK in general, but it seems their JIRA doesn't allow creating issue by 'normal' users :)

I found this issue while trying to chase down the cause of unhandled ACCESS_VIOLATION's which are crashing my JVM.
Because of that I'm running my JVM while at the same time using the great Sysinternals process dump utility to log both caught and uncaught c/c++ exceptions.
What surprises me is to see a lot of caught ACCESS_VIOLATION exceptions.
These do not crash the VM, but still it seems very odd.. I can't think of a reason why code would do that intentionally :)

Reproducing is a bit tricky, I've got a feeling JNI is involved, so I'm trying to trigger calls to javajpeg.dll. There's many other ways to also see the issue, but this is the smallest repeatable example that works.

To reproduce:

I'm using Windows x64 jdk-11.0.4+11 AdoptOpenJDK, with hotspot (same issue does not show up with Openj9, interestingly!)

Get a jpeg, any should do, I used https://upload.wikimedia.org/wikipedia/commons/2/2d/Longnose_batfish.jpg

Java code:

import java.io.File;
import java.io.IOException;

import javax.imageio.ImageIO;
import javax.imageio.ImageReader;

public class Bork {

    public static void main(String[] args) throws IOException, InterruptedException {
        Thread.sleep(5000); // Give some time to start procdump.exe
        System.out.println("Go!");
        while(true) {
            ImageReader reader = ImageIO.getImageReadersByFormatName("jpeg").next();
            reader.setInput(ImageIO.createImageInputStream(new File("C:/Temp/Longnose_batfish.jpg")));
            reader.read(0);
        }
    }
}

Compile and start class (javac Bork.java, java Bork)

Before 'Go!' is printed, start procdump with:
procdump.exe -e 1 -f "" java
The '-e 1' causes both caught and uncaught exceptions to be included.
The '-f ""' causes all exceptions to be printed.
See also: https://docs.microsoft.com/en-us/sysinternals/downloads/procdump

Output:

[16:37:35] Exception: 406D1388
[16:37:35] Exception: 406D1388
[16:37:35] Exception: 406D1388
[16:37:35] Exception: 406D1388
[16:37:36] Exception: C0000005.ACCESS_VIOLATION
[16:37:36] Exception: C0000005.ACCESS_VIOLATION
[16:37:36] Exception: C0000005.ACCESS_VIOLATION
[16:37:36] Exception: C0000005.ACCESS_VIOLATION
[16:37:36] Exception: C0000005.ACCESS_VIOLATION
[16:37:36] Exception: C0000005.ACCESS_VIOLATION
[16:37:39] Exception: C0000005.ACCESS_VIOLATION

It really surprised me to see ACCESS_VIOLATION there, even if it doesn't crash the JVM.
It means something is trying to access memory where it shouldn't, I can't imagine any sane code ever having a good reason for that.

It make me wonder if it is also related to our my issues with ACCESS_VIOLATION (which I can't provide reproducible examples of :) ).

Using system-wide 125% scaling makes java applications bloated.

Platform: Windows 10

Architecture: x64

I set my windows dpi on the (recommended) 125%, since i have a 15" laptop with 1920:1080 resolution. Everything is tiny if I don't do this.
https://i.imgur.com/qLBYCcM.png

If I open the prepackaged runelite.exe (a client for a game written in java), which has java included, without touching the dpi settings, it blows it up to 125%, which is what should happen, but not what I want.
If I select the bottom checkmark, and set it to "application", it goes back to regular crisp 100%.
https://i.imgur.com/a3gDszE.png

But if I use the runelite.jar file, and it uses my computer's java installation, which is currently AdoptOpenJdk 13, I can't have it go to 100%. It's always 125%.
Highdpi setting changed runelite.exe in front, highdpi settings for "java.exe" and "javaw.exe" changed runelite.jar in the back: https://i.imgur.com/V9nzXm.png
Compatibility settings on both are the same.
I can change the size of the .jar one, but that just crops the client: https://i.imgur.com/n6mBol.png

This happens with every .jar file. I'm at my wit's end.

Another piece of information is that it used to work with an earlier version of java. (Might be java 8)
But newer applications required at least java 11, and that's where I am now.

jre/lib/s390x/compressedrefs/libjvm.so missing libdl reference

Platform:
Linux

Architecture:
s390x

The libjvm.so found in the java-8 compressedrefs directory doesn't reference libdl so that linking against it results in unresolved references to things like dlopen. Adding -ldl circumvents this but the other libjvm.so that are part of the tarball have been linked against the library:

$ ldd jre/lib/s390x/compressedrefs/libjvm.so
	libpthread.so.0 => /lib/s390x-linux-gnu/libpthread.so.0 (0x000003ff93880000)
	libm.so.6 => /lib/s390x-linux-gnu/libm.so.6 (0x000003ff93780000)
	libc.so.6 => /lib/s390x-linux-gnu/libc.so.6 (0x000003ff93580000)
	/lib/ld64.so.1 (0x000003ff93a00000)

$ nm jre/lib/s390x/compressedrefs/libjvm.so | grep dlopen
                 U dlopen

$ ldd jre/lib/s390x/j9vm/libjvm.so
	libdl.so.2 => /lib/s390x-linux-gnu/libdl.so.2 (0x000003ff9ec00000)
	libm.so.6 => /lib/s390x-linux-gnu/libm.so.6 (0x000003ff9eb00000)
	libc.so.6 => /lib/s390x-linux-gnu/libc.so.6 (0x000003ff9e900000)
	/lib/ld64.so.1 (0x000003ff9ed80000)

$ nm jre/lib/s390x/j9vm/libjvm.so | grep dlopen
                 U dlopen@@GLIBC_2.2

Is there a reason for this difference? Although it can be circumvented building packages like hadoop requires changes to the canonical sources which is never a great thing to have to do and doesn't happen when using the standard java-1.8.0-openjdk that comes with the distros.

Cannot make HTTPS request with 8u232-b09-jdk-hotspot on armhf

Platform & architecture:
Debian stable (Buster) inside Docker version 18.06.3-ce, build d7080c1 on Linux arm 4.0.3-armv7-x2 AdoptOpenJDK/openjdk-build#1 SMP Thu May 14 14:30:32 CST 2015 armv7l GNU/Linux.

Having set up adoptopenjdk image with following Dockerfile:

FROM debian:stable
RUN apt update && apt install -y wget curl unzip zip apt-transport-https ca-certificates gnupg2 software-properties-common
RUN wget -qO - https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | apt-key add - \
    && mkdir -p /usr/share/man/man1 \
    && add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/ \
    && apt update && apt install -y adoptopenjdk-8-hotspot

I have created simple example of HTTPS request:

import java.net.URL;
import java.io.*;
import javax.net.ssl.HttpsURLConnection;

public class Test 
{
    public static void main(String[] args) throws Exception {
        String httpsURL = "https://www.google.com/";
	URL myUrl = new URL(httpsURL);
        HttpsURLConnection conn = (HttpsURLConnection)myUrl.openConnection();
        InputStream is = conn.getInputStream();
        InputStreamReader isr = new InputStreamReader(is);
        BufferedReader br = new BufferedReader(isr);

        String inputLine;

        while ((inputLine = br.readLine()) != null) {
            System.out.println(inputLine);
        }

        br.close();
    }
}

Which compiles fine, but fails with following error:

root@5f7479f5e708:/app# javac Test.java
root@5f7479f5e708:/app# java Test
Exception in thread "main" javax.net.ssl.SSLKeyException: Invalid signature on ECDH server key exchange message
	at sun.security.ssl.HandshakeMessage$ECDH_ServerKeyExchange.<init>(HandshakeMessage.java:1121)
	at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:300)
	at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1037)
	at sun.security.ssl.Handshaker.process_record(Handshaker.java:965)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1064)
	at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
	at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1570)
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268)
	at Test.main(Test.java:13)
root@5f7479f5e708:/app#

This exact same Test.java file works fine with default-jdk (openjdk version "11.0.5" 2019-10-15) installation from debian repository. What is more interesting above example works just fine on amd64 machine.

Cacert file looks fine for me:

root@5f7479f5e708:/app# keytool -list -keystore /usr/lib/jvm/adoptopenjdk-8-hotspot-armhf/jre/lib/security/cacerts 
Enter keystore password:  

*****************  WARNING WARNING WARNING  *****************
* The integrity of the information stored in your keystore  *
* has NOT been verified!  In order to verify its integrity, *
* you must provide your keystore password.                  *
*****************  WARNING WARNING WARNING  *****************

Keystore type: jks
Keystore provider: SUN

Your keystore contains 88 entries

verisignclass2g2ca [jdk], Jun 13, 2018, trustedCertEntry, 
Certificate fingerprint (SHA1): B3:EA:C4:47:76:C9:C8:1C:EA:F2:9D:95:B6:CC:A0:08:1B:67:EC:9D
digicertassuredidg3 [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): F5:17:A2:4F:9A:48:C6:C9:F8:A2:00:26:9F:DC:0F:48:2C:AB:30:89
verisignuniversalrootca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): 36:79:CA:35:66:87:72:30:4D:30:A5:FB:87:3B:0F:A7:7B:B7:0D:54
digicerttrustedrootg4 [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): DD:FB:16:CD:49:31:C9:73:A2:03:7D:3F:C8:3A:4D:7D:77:5D:05:E4
identrustpublicca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): BA:29:41:60:77:98:3F:F4:F3:EF:F2:31:05:3B:2E:EA:6D:4D:45:FD
utnuserfirstobjectca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): E1:2D:FB:4B:41:D7:D9:C3:2B:30:51:4B:AC:1D:81:D8:38:5E:2D:46
geotrustuniversalca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): E6:21:F3:35:43:79:05:9A:4B:68:30:9D:8A:2F:74:22:15:87:EC:79
digicertglobalrootg3 [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): 7E:04:DE:89:6A:3E:66:6D:00:E6:87:D3:3F:FA:D9:3B:E8:3D:34:9E
entrustrootcaec1 [jdk], Jun 27, 2018, trustedCertEntry, 
Certificate fingerprint (SHA1): 20:D8:06:40:DF:9B:25:F5:12:25:3A:11:EA:F7:59:8A:EB:14:B5:47
secomscrootca1 [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): 36:B1:2B:49:F9:81:9E:D7:4C:9E:BC:38:0F:C6:56:8F:5D:AC:B2:F7
globalsignr2ca [jdk], Aug 14, 2018, trustedCertEntry, 
Certificate fingerprint (SHA1): 75:E0:AB:B6:13:85:12:27:1C:04:F8:5F:DD:DE:38:E4:B7:24:2E:FE
identrustdstx3 [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): DA:C9:02:4F:54:D8:F6:DF:94:93:5F:B1:73:26:38:CA:6A:D7:7C:13
comodoeccca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): 9F:74:4E:9F:2B:4D:BA:EC:0F:31:2C:50:B6:56:3B:8E:2D:93:C3:11
globalsignrootcar6 [jdk], Apr 30, 2019, trustedCertEntry, 
Certificate fingerprint (SHA1): 80:94:64:0E:B5:A7:A1:CA:11:9C:1F:DD:D5:9F:81:02:63:A7:FB:D1
entrust2048ca [jdk], Jun 27, 2018, trustedCertEntry, 
Certificate fingerprint (SHA1): 50:30:06:09:1D:97:D4:F5:AE:39:F7:CB:E7:92:7D:7D:65:2D:34:31
addtrustexternalca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): 02:FA:F3:E2:91:43:54:68:60:78:57:69:4D:F5:E4:5B:68:85:18:68
globalsigneccrootcar4 [jdk], Aug 14, 2018, trustedCertEntry, 
Certificate fingerprint (SHA1): 69:69:56:2E:40:80:F4:24:A1:E7:19:9F:14:BA:F3:EE:58:AB:6A:BB
usertrustrsaca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): 2B:8F:1B:57:33:0D:BB:A2:D0:7A:6C:51:F7:0E:E9:0D:DA:B9:AD:8E
digicertassuredidrootca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): 05:63:B8:63:0D:62:D7:5A:BB:C8:AB:1E:4B:DF:B5:A8:99:B2:4D:43
digicertglobalrootg2 [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): DF:3C:24:F9:BF:D6:66:76:1B:26:80:73:FE:06:D1:CC:8D:4F:82:A4
actalisauthenticationrootca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): F3:73:B3:87:06:5A:28:84:8A:F2:F3:4A:CE:19:2B:DD:C7:8E:9C:AC
digicertassuredidg2 [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): A1:4B:48:D9:43:EE:0A:0E:40:90:4F:3C:E0:A4:C0:91:93:51:5D:3F
swisssigngoldg2ca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): D8:C5:38:8A:B7:30:1B:1B:6E:D4:7A:E6:45:25:3A:6F:9F:1A:27:61
entrustrootcag2 [jdk], Jun 27, 2018, trustedCertEntry, 
Certificate fingerprint (SHA1): 8C:F4:27:FD:79:0C:3A:D1:66:06:8D:E8:1E:57:EF:BB:93:22:72:D4
quovadisrootca2g3 [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): 09:3C:61:F3:8B:8B:DC:7D:55:DF:75:38:02:05:00:E1:25:F5:C8:36
securetrustca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): 87:82:C6:C3:04:35:3B:CF:D2:96:92:D2:59:3E:7D:44:D9:34:FF:11
camerfirmachambersca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): 78:6A:74:AC:76:AB:14:7F:9C:6A:30:50:BA:9E:A8:7E:FE:9A:CE:3C
geotrustprimaryca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): 32:3C:11:8E:1B:F7:B8:B6:52:54:E2:E2:10:0D:D6:02:90:37:F0:96
identrustcommercial [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): DF:71:7E:AA:4A:D9:4E:C9:55:84:99:60:2D:48:DE:5F:BC:F0:3A:25
thawteprimaryrootcag3 [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): F1:8B:53:8D:1B:E9:03:B6:A6:F0:56:43:5B:17:15:89:CA:F3:6B:F2
buypassclass3ca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): DA:FA:F7:FA:66:84:EC:06:8F:14:50:BD:C7:C2:81:A5:BC:A9:64:57
verisigntsaca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): 20:CE:B1:F0:F5:1C:0E:19:A9:F3:8D:B1:AA:8E:03:8C:AA:7A:C7:01
verisignclass3g4ca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): 22:D5:D8:DF:8F:02:31:D1:8D:F7:9D:B7:CF:8A:2D:64:C9:3F:6C:3A
baltimorecybertrustca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): D4:DE:20:D0:5E:66:FC:53:FE:1A:50:88:2C:78:DB:28:52:CA:E4:74
luxtrustglobalrootca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): C9:3C:34:EA:90:D9:13:0C:0F:03:00:4B:98:BD:8B:35:70:91:56:11
verisignclass3g2ca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): 85:37:1C:A6:E5:50:14:3D:CE:28:03:47:1B:DE:3A:09:E8:F8:77:0F
camerfirmachamberscommerceca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): 6E:3A:55:A4:19:0C:19:5C:93:84:3C:C0:DB:72:2E:31:30:61:F0:B1
soneraclass2ca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): 37:F7:6D:E6:07:7C:90:C5:B1:3E:93:1A:B7:41:10:B4:F2:E4:9A:27
affirmtrustnetworkingca [jdk], Jun 27, 2018, trustedCertEntry, 
Certificate fingerprint (SHA1): 29:36:21:02:8B:20:ED:02:F5:66:C5:32:D1:D6:ED:90:9F:45:00:2F
ttelesecglobalrootclass3ca [jdk], Jul 12, 2018, trustedCertEntry, 
Certificate fingerprint (SHA1): 55:A6:72:3E:CB:F2:EC:CD:C3:23:74:70:19:9D:2A:BE:11:E3:81:D1
xrampglobalca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): B8:01:86:D1:EB:9C:86:A5:41:04:CF:30:54:F3:4C:52:B7:E5:58:C6
geotrustprimarycag3 [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): 03:9E:ED:B8:0B:E7:A0:3C:69:53:89:3B:20:D2:D9:32:3A:4C:2A:FD
camerfirmachambersignca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): 4A:BD:EE:EC:95:0D:35:9C:89:AE:C7:52:A1:2C:5B:29:F6:D6:AA:0C
thawteprimaryrootcag2 [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): AA:DB:BC:22:23:8F:C4:01:A1:27:BB:38:DD:F4:1D:DB:08:9E:F0:12
usertrusteccca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): D1:CB:CA:5D:B2:D5:2A:7F:69:3B:67:4D:E5:F0:5A:1D:0C:95:7D:F0
swisssignsilverg2ca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): 9B:AA:E5:9F:56:EE:21:CB:43:5A:BE:25:93:DF:A7:F0:40:D1:1D:CB
affirmtrustpremiumca [jdk], Jun 27, 2018, trustedCertEntry, 
Certificate fingerprint (SHA1): D8:A6:33:2C:E0:03:6F:B1:85:F6:63:4F:7D:6A:06:65:26:32:28:27
globalsignca [jdk], Jul 12, 2018, trustedCertEntry, 
Certificate fingerprint (SHA1): B1:BC:96:8B:D4:F4:9D:62:2A:A8:9A:81:F2:15:01:52:A4:1D:82:9C
dtrustclass3ca2 [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): 58:E8:AB:B0:36:15:33:FB:80:F7:9B:1B:6D:29:D3:FF:8D:5F:00:F0
affirmtrustcommercialca [jdk], Jun 27, 2018, trustedCertEntry, 
Certificate fingerprint (SHA1): F9:B5:B6:32:45:5F:9C:BE:EC:57:5F:80:DC:E9:6E:2C:C7:B2:78:B7
letsencryptisrgx1 [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): CA:BD:2A:79:A1:07:6A:31:F2:1D:25:36:35:CB:03:9D:43:29:A5:E8
thawtepremiumserverca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): E0:AB:05:94:20:72:54:93:05:60:62:02:36:70:F7:CD:2E:FC:66:66
comodoaaaca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): D1:EB:23:A4:6D:17:D6:8F:D9:25:64:C2:F1:F1:60:17:64:D8:E3:49
geotrustprimarycag2 [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): 8D:17:84:D5:37:F3:03:7D:EC:70:FE:57:8B:51:9A:99:E6:10:D7:B0
globalsignr3ca [jdk], Jul 12, 2018, trustedCertEntry, 
Certificate fingerprint (SHA1): D6:9B:56:11:48:F0:1C:77:C5:45:78:C1:09:26:DF:5B:85:69:76:AD
thawteprimaryrootca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): 91:C6:D6:EE:3E:8A:C8:63:84:E5:48:C2:99:29:5C:75:6C:81:7B:81
quovadisrootca3 [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): 1F:49:14:F7:D8:74:95:1D:DD:AE:02:C0:BE:FD:3A:2D:82:75:51:85
starfieldclass2ca [jdk], Jun 1, 2018, trustedCertEntry, 
Certificate fingerprint (SHA1): AD:7E:1C:28:B0:64:EF:8F:60:03:40:20:14:C3:D0:E3:37:0E:B5:8A
starfieldrootg2ca [jdk], Jun 1, 2018, trustedCertEntry, 
Certificate fingerprint (SHA1): B5:1C:06:7C:EE:2B:0C:3D:F8:55:AB:2D:92:F4:FE:39:D4:E7:0F:0E
verisignclass3ca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): A1:DB:63:93:91:6F:17:E4:18:55:09:40:04:15:C7:02:40:B0:AE:6B
affirmtrustpremiumeccca [jdk], Jun 27, 2018, trustedCertEntry, 
Certificate fingerprint (SHA1): B8:23:6B:00:2F:1D:16:86:53:01:55:6C:11:A4:37:CA:EB:FF:C3:BB
geotrustglobalca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): DE:28:F4:A4:FF:E5:B9:2F:A3:C5:03:D1:A3:49:A7:F9:96:2A:82:12
godaddyclass2ca [jdk], Jun 1, 2018, trustedCertEntry, 
Certificate fingerprint (SHA1): 27:96:BA:E6:3F:18:01:E2:77:26:1B:A0:D7:77:70:02:8F:20:EE:E4
godaddyrootg2ca [jdk], Jun 1, 2018, trustedCertEntry, 
Certificate fingerprint (SHA1): 47:BE:AB:C9:22:EA:E8:0E:78:78:34:62:A7:9F:45:C2:54:FD:E6:8B
verisignclass3g5ca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): 4E:B6:D5:78:49:9B:1C:CF:5F:58:1E:AD:56:BE:3D:9B:67:44:A5:E5
certumca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): 62:52:DC:40:F7:11:43:A2:2F:DE:9E:F7:34:8E:06:42:51:B1:81:18
quovadisrootca2 [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): CA:3A:FB:CF:12:40:36:4B:44:B2:16:20:88:80:48:39:19:93:7C:F7
swisssignplatinumg2ca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): 56:E0:FA:C0:3B:8F:18:23:55:18:E5:D3:11:CA:E8:C2:43:31:AB:66
chunghwaepkirootca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): 67:65:0D:F1:7E:8E:7E:5B:82:40:A4:F4:56:4B:CF:E2:3D:69:C6:F0
quovadisrootca3g3 [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): 48:12:BD:92:3C:A8:C4:39:06:E7:30:6D:27:96:E6:A4:CF:22:2E:7D
quovadisrootca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): DE:3F:40:BD:50:93:D3:9B:6C:60:F6:DA:BC:07:62:01:00:89:76:C9
addtrustclass1ca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): CC:AB:0E:A0:4C:23:01:D6:69:7B:DD:37:9F:CD:12:EB:24:E3:94:9D
digicerthighassuranceevrootca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): 5F:B7:EE:06:33:E2:59:DB:AD:0C:4C:9A:E6:D3:8F:1A:61:C7:DC:25
quovadisrootca1g3 [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): 1B:8E:EA:57:96:29:1A:C9:39:EA:B8:0A:81:1A:73:73:C0:93:79:67
comodorsaca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): AF:E5:D2:44:A8:D1:19:42:30:FF:47:9F:E2:F8:97:BB:CD:7A:8C:B4
keynectisrootca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): 9C:61:5C:4D:4D:85:10:3A:53:26:C2:4D:BA:EA:E4:A2:D2:D5:CC:97
buypassclass2ca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): 49:0A:75:74:DE:87:0A:47:FE:58:EE:F6:C7:6B:EB:C6:0B:12:40:99
secomscrootca2 [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): 5F:3B:8C:F2:F8:10:B3:7D:78:B4:CE:EC:19:19:C3:73:34:B9:C7:74
entrustevca [jdk], Jun 27, 2018, trustedCertEntry, 
Certificate fingerprint (SHA1): B3:1E:B1:B7:40:E3:6C:84:02:DA:DC:37:D4:4D:F5:D4:67:49:52:F9
certumtrustednetworkca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): 07:E0:32:E0:20:B7:2C:3F:19:2F:06:28:A2:59:3A:19:A7:0F:06:9E
verisignclass3g3ca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): 13:2D:0D:45:53:4B:69:97:CD:B2:D5:C3:39:E2:55:76:60:9B:5C:C6
teliasonerarootcav1 [jdk], Sep 5, 2018, trustedCertEntry, 
Certificate fingerprint (SHA1): 43:13:BB:96:F1:D5:86:9B:C1:4E:6A:92:F6:CF:F6:34:69:87:82:37
dtrustclass3ca2ev [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): 96:C9:1B:0B:95:B4:10:98:42:FA:D0:D8:22:79:FE:60:FA:B9:16:83
globalsigneccrootcar5 [jdk], Jul 12, 2018, trustedCertEntry, 
Certificate fingerprint (SHA1): 1F:24:C6:30:CD:A4:18:EF:20:69:FF:AD:4F:DD:5F:46:3A:1B:69:AA
starfieldservicesrootg2ca [jdk], Jul 12, 2018, trustedCertEntry, 
Certificate fingerprint (SHA1): 92:5A:8F:8D:2C:6D:04:E0:66:5F:59:6A:FF:22:D8:63:E8:25:6F:3F
ttelesecglobalrootclass2ca [jdk], Jul 12, 2018, trustedCertEntry, 
Certificate fingerprint (SHA1): 59:0D:2D:7D:88:4F:40:2E:61:7E:A5:62:32:17:65:CF:17:D8:94:E9
addtrustqualifiedca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): 4D:23:78:EC:91:95:39:B5:00:7F:75:8F:03:3B:21:1E:C5:4D:8B:CF
digicertglobalrootca [jdk], Dec 1, 2017, trustedCertEntry, 
Certificate fingerprint (SHA1): A8:98:5D:3A:65:E5:E5:C4:B2:D7:D6:6D:40:C6:DD:2F:B1:9C:54:36

Looks like a problem with adoptopenjdk-8-hotspot-armhf build :/

Cassandra 3.11.4 doesn't startup with AdoptOpenJDK build 25.222-b10

  • Browser:

My Java version is the following

openjdk version "1.8.0_222"
OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_222-b10)
OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.222-b10, mixed mode)

I am in the process of evaluating AdoptOpenJdk so that my company moves away from Oracle's Jdk. All my java apps have been working fine but Cassandra 3.11.4 has been giving me issues during startup.

Issues

  1. The jna-4.2.2.jar which comes bundled doesn't creates the dll. When its upgraded to jna-4.5.2.jar then the jna works fine.
  2. On startup, the JVM crashes with the following error
# JRE version: OpenJDK Runtime Environment (8.0_222-b10) (build 1.8.0_222-b10)
# Java VM: OpenJDK 64-Bit Server VM (25.222-b10 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C  [sigar-amd64-winnt.dll+0x14ed4]

I do understand that its outside the JVM but as soon as I shift to the following Oracle's jdk, cassandra starts up pretty fine without issues and I am able to do all the functionalities.
java version "1.8.0_221"
Java(TM) SE Runtime Environment (build 1.8.0_221-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.221-b11, mixed mode)

I am on hold for the migration due to this issue.

OpenJDK 11 Predicate Getting Generic Type ParameterizedType throw ClassCastException

Hello everyone ,I have problem on java 11 predicate lambda expression generic type , when I write predicate as lambda expression is not returning exactly generic parameter ,and ClassCastException occurs , code seen below

we have definition of class Condition which is extends Predicate , when we call getParameterType on Working Case ,generic Type work as expected,but when we create condition as lambda expression getParameterType is throw ClassCastException
as

java.lang.ClassCastException: class java.lang.Class cannot be cast to class java.lang.reflect.ParameterizedType (java.lang.Class and java.lang.reflect.ParameterizedType are in module java.base of loader 'bootstrap')

@FunctionalInterface
public interface Condition<T> extends Predicate<T> {
    default Class<T> getParameterType() {
        ParameterizedType parameterizedType = (ParameterizedType) this.getClass().getGenericInterfaces()[0];
        Type[] typeArguments = parameterizedType.getActualTypeArguments();
        Class<T> type = (Class<T>) typeArguments[0];
        return type;
    }
}

Working Case

Condition<Integer> oddValueCondition = new Condition<Integer>() {
    @Override
    public boolean test(Integer integer) {
        return integer % 2 == 0;
    }
};

Not Working Case 
Condition<Integer> oddValueCondition = integer -> integer % 2 == 0;
this make getParameterType method to throw ClassCastException

So what is your suggessition ? and also I ask on stackoverflow too.

My Environment is

openjdk version "11.0.4" 2019-07-16
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.4+11)
OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.4+11, mixed mode)

Unable to find valid certification path

This issue appears on Docker official image (tried with AdoptOpenJDK 8 and 11 in hostpot/amd64 flavors) but I think it can be reproduced on any AdoptOpenJDK Hotspot.

I get the usual PKIX error each time I request some APIs
Error : javax.ws.rs.ProcessingException: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
It wouldn't be a problem if this was an auto-signed certificate but it appears on all french government open APIs I tested (for example https://entreprise.data.gouv.fr/api/sirene/v1/siret/).
Those certificates are signed by the same root authority CN = Certigna, O = Dhimyotis, C = FR which seems legit.
It works on OpenJDK so I imagine it is "just" a difference in root certificate list.

Was this root certificate voluntarily invalidated? Is it just an omission ?
I know I can add this certificate manually using keystore but I was wondering if this should not be integrated by default.

EXCEPTION_ACCESS_VIOLATION Problematic frame: jvm.dll+0x2c2947 (11.0.4+11)

Platform:
Windows 2008 R2
Architecture:

We have multiple JVM crashes with TomEE. The crash reports are almost identical, but we are not able to identify the issue. It crashes at the jvm.dll
From the hs_err_pid files we have mdmp files as well. From 2 of them we extracted a thread dump, these threaddumps are identical as well.

But we cannot reproduce the issue each time as far as we can see.


Current thread (0x000000005b57e800):  VMThread "VM Thread" [stack: 0x000000005cff0000,0x000000005d0f0000] [id=1884]

Stack: [0x000000005cff0000,0x000000005d0f0000],  sp=0x000000005d0edb00,  free space=1014k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [jvm.dll+0x2c2947]
V  [jvm.dll+0x6d21e8]
V  [jvm.dll+0x63aefd]
V  [jvm.dll+0x6d2abc]
V  [jvm.dll+0x63bfc4]
V  [jvm.dll+0x63a989]
V  [jvm.dll+0x712809]
V  [jvm.dll+0x712b87]
V  [jvm.dll+0x6cd85c]
V  [jvm.dll+0x5d6286]
C  [ucrtbase.dll+0x6beed]
C  [kernel32.dll+0x1556d]
C  [ntdll.dll+0x5385d]


siginfo: EXCEPTION_ACCESS_VIOLATION (0xc0000005), reading address 0x00000000015fe740


Register to memory mapping:

RIP=0x000007feefa52947 jvm.dll
RAX=0x00000000015fe748 is pointing into the stack for thread: 0x0000000000330800
RBX=0x000000005d0edb60 points into unknown readable memory: f0 f5 03 6b 00 00 00 00
RCX=0x0000000009b5592f is at code_begin+1935 in an Interpreter codelet
method entry point (kind = native)  [0x0000000009b551a0, 0x0000000009b56480]  4832 bytes
RDX=0x0000000009b48700 is pointing into interpreter code (not bytecode specific)
RSP=0x000000005d0edb00 points into unknown readable memory: d0 e6 5f 01 00 00 00 00
RBP=0x0000000000000002 is an unknown value
RSI=0x000000005d0edbc0 points into unknown readable memory: 00 00 00 00 00 00 00 00
RDI=0x000000005d0edb90 points into unknown readable memory: d0 e6 5f 01 00 00 00 00
R8 =0x000000005d0edbc0 points into unknown readable memory: 00 00 00 00 00 00 00 00
R9 =0x00000000008e0000 points into unknown readable memory: 00 01 02 03 00 01 02 03
R10=0x0000000009b40000 points into unknown readable memory: 04 00 00 00 00 00 00 00
R11=0x0000000000000246 is an unknown value
R12=0x000000000000002d is an unknown value
R13=0x0000000000000001 is an unknown value
R14=0x0000000000330800 is a thread
R15=0x000000005d0ef3a8 points into unknown readable memory: 00 79 ff ef fe 07 00 00

hs_err_pid5796.log
hs_err_pid6240.log
threaddump_pid2788.txt
threaddump_pid3636.txt
hs_err_pid1924.log
hs_err_pid2788.log
hs_err_pid3636.log
hs_err_pid3764.log
hs_err_pid4192.log
hs_err_pid5144.log

HiDPI position handling on Ubuntu 18.04

Platform:
Ubuntu 18.04 + HiDPI monitor

Architecture:
x86-64

Related:
SR 3-17051327481 (Private)

Description
Screen coordinates are not properly translatable using OpenJDK11 and Ubuntu 18.04 on HiDPI. This appears to be caused by the need for scaling information when doing absolute window positioning, but the lack of ability of the Java framework to provide this information.

Use-Case
Use coordinates from a web browser (JavaScript) to correctly position a Java element (e.g. on the same screen).

Known Caveats
IE11 and Edge 44 do not expose coordinates. Chrome, Firefox, Opera and Edge 76 do.

Workaround
Current workaround is to use setLocationRelativeTo(null), which will center it on the main display.

Test results:

jdk8 jdk11 Details
macOS โœ…* โœ…* * = Workaround available through platform detection. Only works (JDK8 and JDK11) if hard-code dpiScale to 1.
Windows โœ… โœ…* * = Workaround available through Java version detection. JDK11 requires dpiScale to be 1, JDK8 works with a calculated dpiScale.
Linux โœ… โ›”๏ธ* * = No known workaround available. JDK11 requires dpiScale for this platform for correct positioning, but JDK always returns 1, so it positions it too-high and too-left on HiDPI displays

JavaScript

// Get screen coordinates from JavaScript (useful for positioning something on the same screen that someone is working from)
[(screen.availWidth || screen.width) / 2 + (screen.left || screen.availLeft), (screen.availHeight || screen.height) / 2 + (screen.top || screen.availTop)];

Java

// Position a Java component centered on the same screen as the web browser
Point chromePoint = new Point(2880,520); // <--- ####### Replace with values from JS
JPopupMenu menu = new JPopupMenu();
JMenuItem item = new JMenuItem("Hello World");
item.addActionListener(e -> System.exit(0));
menu.add(item);
menu.pack();

double dpiScale = Toolkit.getDefaultToolkit().getScreenResolution() / 96;
Point javaPoint = new Point((int)(chromePoint.getX() * dpiScale), (int)(chromePoint.getY() * dpiScale));

// Account for own size when centering
javaPoint.translate((int)(-menu.getWidth() / 2.0), (int)(-menu.getHeight() / 2.0));
System.out.println("Point provided by Chrome: " + chromePoint.x + "," + chromePoint.y);
System.out.println("Calculated Java component centered at: " + javaPoint.x + "," + javaPoint.y);

menu.setLocation(javaPoint);
menu.setVisible(true); // <--- This should be centered on the same monitor as the web browser

sun.awt.SunToolkit awt.dll: Can't find dependent libraries

Platform:
Windows

Architecture:
64 bit

When using OpenJDK8U-jre_x64_windows_hotspot_8u232b09\jdk8u232-b09-jre, an exception is thrown when trying to get the print services because there are missing dependencies for awt.dll

When calling the PrintServiceLookup.lookupPrintServices method from within a unit test, this issue is not observed but when a service is started and tries to call this, the stack trace is created ...

Exception in thread "AbstractPortMapper.InetService" Exception in thread "AbstractPortMapper.InetService" java.lang.UnsatisfiedLinkError: awt.dll: Can't find dependent libraries
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1934)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1838)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1122)
at java.awt.Toolkit$3.run(Toolkit.java:1636)
at java.awt.Toolkit$3.run(Toolkit.java:1634)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.loadLibraries(Toolkit.java:1633)
at java.awt.Toolkit.(Toolkit.java:1670)
at sun.awt.AppContext$2.run(AppContext.java:277)
at sun.awt.AppContext$2.run(AppContext.java:266)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.AppContext.initMainAppContext(AppContext.java:266)
at sun.awt.AppContext.access$400(AppContext.java:135)
at sun.awt.AppContext$3.run(AppContext.java:321)
at sun.awt.AppContext$3.run(AppContext.java:304)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.AppContext.getAppContext(AppContext.java:303)
at javax.print.PrintServiceLookup.getServicesForContext(PrintServiceLookup.java:78)
at javax.print.PrintServiceLookup.getListOfLookupServices(PrintServiceLookup.java:87)
at javax.print.PrintServiceLookup.getAllLookupServices(PrintServiceLookup.java:331)
at javax.print.PrintServiceLookup.getServices(PrintServiceLookup.java:371)
at javax.print.PrintServiceLookup.lookupPrintServices(PrintServiceLookup.java:123)

java.lang.NoClassDefFoundError: Could not initialize class sun.awt.SunToolkit
at sun.awt.AppContext$2.run(AppContext.java:277)
at sun.awt.AppContext$2.run(AppContext.java:266)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.AppContext.initMainAppContext(AppContext.java:266)
at sun.awt.AppContext.access$400(AppContext.java:135)
at sun.awt.AppContext$3.run(AppContext.java:321)
at sun.awt.AppContext$3.run(AppContext.java:304)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.AppContext.getAppContext(AppContext.java:303)
at javax.print.PrintServiceLookup.getServicesForContext(PrintServiceLookup.java:78)
at javax.print.PrintServiceLookup.getListOfLookupServices(PrintServiceLookup.java:87)
at javax.print.PrintServiceLookup.getAllLookupServices(PrintServiceLookup.java:331)
at javax.print.PrintServiceLookup.getServices(PrintServiceLookup.java:371)
at javax.print.PrintServiceLookup.lookupPrintServices(PrintServiceLookup.java:123)

This is not a problem in OpenJDK8U-jre_x64_windows_hotspot_8u202b08\jdk8u202-b08-jre

macOS printing ignores printer tray

Platform:
OS: macOS 10.14.6 (Mojave), macOS 10.15.1 Beta (Catalina)
JDK: AdoptOpenJDK 11.0.4

Architecture:
x86_64

Hardware:

  • EPSON WF-4740 Series
  • Dymo TwinTurbo

Steps:

  1. Using macOS, set a default printer to a multi-tray printer
  2. Insert paper that's identifiable into each tray. (e.g. paper in tray one can be marked 1 with a marker)
  3. Run the below code.

Expected results:

  • Demo prints from last tray.

Actual results:

  • Demo prints from first tray.
import javax.print.PrintService;
import javax.print.PrintServiceLookup;
import javax.print.attribute.HashPrintRequestAttributeSet;
import javax.print.attribute.PrintRequestAttributeSet;
import javax.print.attribute.standard.Media;
import javax.print.attribute.standard.MediaTray;
import java.awt.*;
import java.awt.print.PageFormat;
import java.awt.print.Printable;
import java.awt.print.PrinterException;
import java.awt.print.PrinterJob;
import java.util.ArrayList;
import java.util.List;

public class PrintLastTray implements Printable {

    private MediaTray lastTray = null;

    public static void main(String ... args) throws PrinterException {
        PrintLastTray lastTrayDemo = new PrintLastTray();

        // Use default printer
        PrintService printer = PrintServiceLookup.lookupDefaultPrintService();

        List<MediaTray> availableTrays = new ArrayList<>();
        Media[] supportedMedia = (Media[])printer.getSupportedAttributeValues(Media.class, null, null);
        for(Media media : supportedMedia) {
            if (media instanceof MediaTray) {
                availableTrays.add((MediaTray)media);
            }
        }

        if (!availableTrays.isEmpty()) {
            PrintRequestAttributeSet attributes = new HashPrintRequestAttributeSet();

            // Use last tray
            lastTrayDemo.lastTray = availableTrays.get(availableTrays.size() - 1);
            System.out.println("Using Tray: " + lastTrayDemo.lastTray);
            attributes.add(availableTrays.get(availableTrays.size() - 1));

            PrinterJob job = PrinterJob.getPrinterJob();
            job.setPrintable(lastTrayDemo);
            job.setPrintService(printer);

            job.print(attributes);
        } else {
            System.err.println("No trays to print to");
        }
    }

    @Override
    public int print(Graphics graphics, PageFormat pf, int pageNumber) {
        Graphics2D g2d = (Graphics2D)graphics;
        g2d.translate(pf.getImageableX(), pf.getImageableY());
        graphics.drawString("This page should print from tray: " + lastTray, 100, 100);

        if (pageNumber == 0) {
            return PAGE_EXISTS;
        } else {
            return NO_SUCH_PAGE;
        }
    }

}

JVM Crashing when use sigar 1.6.4

OS: Windows Server 2012 R2 , 64 bit build 9600 (6.3.9600.17415)
JRE: 1.8.0_222-b10 64bit
Native frames:
C [sigar-amd64-winnt.dll+0x14ed4]
C [sigar-amd64-winnt.dll+0x22718]

Java frames:
j org.hyperic.sigar.Sigar.getCpuListNative()[Long/hyperic/sigar/Cpu;+0

I have try some versions:
AdoptOpenJDK Builds:
OpenJDK8U-jre_x64_windows_hotspot_8u192b12 jvm not crash
OpenJDK8U-jre_x64_windows_hotspot_8u222b10 jvm crash
OpenJDK8U-jre_x64_windows_hotspot_8u232b09 jvm crash

OpenJDK upstream builds:
OpenJDK8u-jre_x64_windows_8u232b09 jvm not crash

I think something wrong with the last builds of AdoptOpenJDK.

There was no fonts in Linux version

From @JamesMung on October 23, 2018 3:54

JDK Version ; jdk8u181-b13

When I use jasper print PDF in Windows is fine, but for Linux found the error as follow:

Caused by: net.sf.jasperreports.engine.JRRuntimeException: java.io.IOException: Problem reading font data.
        at net.sf.jasperreports.engine.fonts.SimpleFontFace.<init>(SimpleFontFace.java:108)
        at net.sf.jasperreports.engine.fonts.SimpleFontFace.<init>(SimpleFontFace.java:128)
        at net.sf.jasperreports.engine.fonts.SimpleFontFace.getInstance(SimpleFontFace.java:67)
        at net.sf.jasperreports.engine.fonts.SimpleFontFamily.setNormal(SimpleFontFamily.java:99)
        at net.sf.jasperreports.engine.fonts.SimpleFontExtensionHelper.parseFontFamily(SimpleFontExtensionHelper.java:261)
        at net.sf.jasperreports.engine.fonts.SimpleFontExtensionHelper.parseFontFamilies(SimpleFontExtensionHelper.java:232)
        at net.sf.jasperreports.engine.fonts.SimpleFontExtensionHelper.loadFontFamilies(SimpleFontExtensionHelper.java:193)
        at net.sf.jasperreports.engine.fonts.SimpleFontExtensionHelper.loadFontFamilies(SimpleFontExtensionHelper.java:162)
        at net.sf.jasperreports.engine.fonts.FontExtensionsRegistry.getExtensions(FontExtensionsRegistry.java:56)
        at net.sf.jasperreports.extensions.DefaultExtensionsRegistry.getExtensions(DefaultExtensionsRegistry.java:110)
        at net.sf.jasperreports.engine.util.JRStyledTextParser.<clinit>(JRStyledTextParser.java:83)
        ... 73 more
Caused by: java.io.IOException: Problem reading font data.
        at java.awt.Font.createFont0(Font.java:1000)
        at java.awt.Font.createFont(Font.java:877)
        at net.sf.jasperreports.engine.fonts.SimpleFontFace.<init>(SimpleFontFace.java:100)
        ... 83 more

Can you help for solve this problem in current version ? And please fix it in future version.

Copied from original issue: AdoptOpenJDK/openjdk8-releases#16

Times differ for 2014 Sao_Paulo TZ between 8u222_b10 and 8u232_b9 / 8u242_b8

In jdk 8.222_b10 using tzdata-2019a:
2014-02-15 23:59:59 BRST: 1392515999000
2014-02-15 23:00:00 BRST: 1392512400000
2014-02-15 23:00:00 BRT: 1392516000000
2014-02-16 00:00:00 BRST: 1392516000000
2014-02-16 00:00:00 BRT: 1392519600000

In jdk 8.232_b09 using tzdata-2019c:
2014-02-15 23:59:59 BRST: 1392519599000
2014-02-15 23:00:00 BRST: 1392516000000
2014-02-15 23:00:00 BRT: 1392516000000
2014-02-16 00:00:00 BRST: 1392519600000
2014-02-16 00:00:00 BRT: 1392519600000

To recreate:

        TimeZone tz = TimeZone.getTimeZone("America/Sao_Paulo");
        SimpleDateFormat parser = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss zzz");
        parser.setTimeZone(tz);

        String[] strings = {"2014-02-15 23:59:59 BRST", "2014-02-15 23:00:00 BRST", "2014-02-15 23:00:00 BRT", "2014-02-16 00:00:00 BRST", "2014-02-16 00:00:00 BRT"};

        try {
            for (String s : strings) {
                System.out.println(String.format("%-24s: %s", s, parser.parse(s).getTime()));
            }

        } catch (ParseException e) {
            e.printStackTrace();
        }

Verifying tzdata between versions 2019a and 2019c:
tzdata-2019a
zdump -V -c 2014,2015 America/Sao_Paulo
America/Sao_Paulo Sun Feb 16 01:59:59 2014 UT = Sat Feb 15 23:59:59 2014 -02 isdst=1 gmtoff=-7200
America/Sao_Paulo Sun Feb 16 02:00:00 2014 UT = Sat Feb 15 23:00:00 2014 -03 isdst=0 gmtoff=-10800
America/Sao_Paulo Sun Oct 19 02:59:59 2014 UT = Sat Oct 18 23:59:59 2014 -03 isdst=0 gmtoff=-10800
America/Sao_Paulo Sun Oct 19 03:00:00 2014 UT = Sun Oct 19 01:00:00 2014 -02 isdst=1 gmtoff=-7200

tzdata-2019c
zdump -V -c 2014,2015 America/Sao_Paulo
America/Sao_Paulo Sun Feb 16 01:59:59 2014 UT = Sat Feb 15 23:59:59 2014 -02 isdst=1 gmtoff=-7200
America/Sao_Paulo Sun Feb 16 02:00:00 2014 UT = Sat Feb 15 23:00:00 2014 -03 isdst=0 gmtoff=-10800
America/Sao_Paulo Sun Oct 19 02:59:59 2014 UT = Sat Oct 18 23:59:59 2014 -03 isdst=0 gmtoff=-10800
America/Sao_Paulo Sun Oct 19 03:00:00 2014 UT = Sun Oct 19 01:00:00 2014 -02 isdst=1 gmtoff=-7200

The tzdata appears to be identical.

Any thoughts on why java is behaving differently between the two versions?

SIGSEV on Raspberry PI + Raspbian 10 + Deeplearning4j

Platform:

  • Raspberry PI 4 / 4GB + Raspbian 10
  • JDK 11 (more details below)
  • Deeplearning4j 1.0.0-beta4

Architecture:

When trying to train a neural network on Raspberry PI using Deeplearning4j / nd4j, this fatal error is produced. Maybe related to a similar issue about macOs Catalina.

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0xadf1d0c0, pid=3641, tid=3759
#
# JRE version: OpenJDK Runtime Environment (11.0.3+7) (build 11.0.3+7-post-Raspbian-5)
# Java VM: OpenJDK Server VM (11.0.3+7-post-Raspbian-5, mixed mode, g1 gc, linux-)
# Problematic frame:
# J 3592 c2 org.bytedeco.javacpp.indexer.FloatRawIndexer.put(JJJF)Lorg/bytedeco/javacpp/indexer/FloatIndexer; (29 bytes) @ 0xadf1d0c0 [0xadf1cff0+0x000000d0]
#
# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/pi/Development/programming/planes/hs_err_pid3641.log
Compiled method (c2)  389633 3592             org.bytedeco.javacpp.indexer.FloatRawIndexer::put (29 bytes)
 total in heap  [0xadf1cf08,0xadf1d304] = 1020
 relocation     [0xadf1cfec,0xadf1cff0] = 4
 main code      [0xadf1cff0,0xadf1d1b0] = 448
 stub code      [0xadf1d1b0,0xadf1d1d8] = 40
 oops           [0xadf1d1d8,0xadf1d1e0] = 8
 metadata       [0xadf1d1e0,0xadf1d1f0] = 16
 scopes data    [0xadf1d1f0,0xadf1d290] = 160
 scopes pcs     [0xadf1d290,0xadf1d2f0] = 96
 dependencies   [0xadf1d2f0,0xadf1d2f8] = 8
 nul chk table  [0xadf1d2f8,0xadf1d304] = 12
Could not load hsdis-arm.so; library not loadable; PrintAssembly is disabled
#
# If you would like to submit a bug report, please visit:
#   Unknown
#

Does not draws graphs in javamelody [sparc build]

Does not draws graphs in javamelody
In log file there is no errors and warns

$ uname -a
SunOS test 5.11 11.3 sun4v sparc sun4v

$ /site/share/java/jdk8u192-b12/bin/java -version
openjdk version "1.8.0_192"
OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_192-201901120427-b12)
OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.192-b12, mixed mode)

adoptopenjdk

$ /site/share/java/jdk1.8.0_191/bin/java -version
java version "1.8.0_191"
Java(TM) SE Runtime Environment (build 1.8.0_191-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode)

oraclejdk

Fatal runtime error: guarantee(chk == -1 || chk == 0) failed: Field too big for insn

Fedora Linux 28; AArch64; Raspberry PI 3.

Running some of the system test bucket for our Java application on Raspberry PI 3 running on 64 bit Fedora core 28 Linux, we get the following hard error:

[junit] #
[junit] # A fatal error has been detected by the Java Runtime Environment:
[junit] #
[junit] #  Internal Error (assembler_aarch64.hpp:251), pid=7849, tid=7857
[junit] #  guarantee(chk == -1 || chk == 0) failed: Field too big for insn
[junit] #
[junit] # JRE version: OpenJDK Runtime Environment (12.0.1+12) (build 12.0.1+12)
[junit] # Java VM: OpenJDK 64-Bit Server VM (12.0.1+12, mixed mode, tiered, compressed oops, serial gc, linux-aarch64)
[junit] # Problematic frame:
[junit] # V  [libjvm.so+0x27e8bc]  Instruction_aarch64::sf(long, int, int)+0x64
[junit] #
[junit] # 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 /home/rob/svn/svn/veryant/dev/iscobol/trunk/systest/core.7849)
[junit] #
[junit] # An error report file with more information is saved as:
[junit] # /home/rob/svn/svn/veryant/dev/iscobol/trunk/systest/hs_err_pid7849.log
[junit] Could not load hsdis-aarch64.so; library not loadable; PrintAssembly is disabled
[junit] #
[junit] # Compiler replay data is saved as:
[junit] # /home/rob/svn/svn/veryant/dev/iscobol/trunk/systest/replay_pid7849.log
[junit] #
[junit] # If you would like to submit a bug report, please visit:
[junit] #   https://github.com/AdoptOpenJDK/openjdk-build/issues
[junit] #

I'm attaching the referenced files.
hs_err_pid7849.log
replay_pid7849.log

JDK version as follows:

$ java -version
openjdk version "12.0.1" 2019-04-16
OpenJDK Runtime Environment AdoptOpenJDK (build 12.0.1+12)
OpenJDK 64-Bit Server VM AdoptOpenJDK (build 12.0.1+12, mixed mode)

fatal error: no original bytecode found in sun.nio.ch.WindowsSelectorImpl.updateSelectedKeys

A fatal error has been detected by the Java Runtime Environment:

Internal Error (c:/cygwin64/tmp/openjdk-jdk11u-windows-x64-hotspot/workspace/build/src/src/hotspot/share/oops/method.cpp:1762), pid=2540, tid=19268

fatal error: no original bytecode found in sun.nio.ch.WindowsSelectorImpl.updateSelectedKeys(Ljava/util/function/Consumer;)I at bci 7

JRE version: OpenJDK Runtime Environment (11.0.4+11) (build 11.0.4+11)

Java VM: OpenJDK 64-Bit Server VM (11.0.4+11, mixed mode, tiered, compressed oops, g1 gc, windows-amd64)

No core dump will be written. Minidumps are not enabled by default on client versions of Windows

An error report file with more information is saved as:

C:\Users\10159\JAVA\www1907\ssm-file-upload\hs_err_pid2540.log

If you would like to submit a bug report, please visit:

https://github.com/AdoptOpenJDK/openjdk-build/issues

JVM consuming more Virtual and Resident memory

Platform:
RHEL7
Architecture:
X86 64-bit

Please describe the issue that you are having with our binaries and if possible how to recreate it.

I am running a light-weight application - SCP(AdoptOpenJDK 8) with memory limit of 256meg( -Xmx256m) but the virtual and resident memory doesn't honour the memory limit. Virtual memory took 19G and Resident 370meg.

We took the heapdump(JMap) but the heap has 18Meg live allocations.
It looks to me a Java bug.
image

jdk crash with SIGILL running on Vmware - AMD opteron environment

Platform:
VMware ESXi, 6.0.0, 9313334
ProLiant DL165 G7
AMD Opteron(tm) Processor 6128
Architecture:
/ $ java -version
openjdk version "11.0.3" 2019-04-16
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.3+7)
OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.3+7, mixed mode)

We have a document-api container which host documents for our application.
during import we get sporadic restart of our containers with following error logged

2019-09-05T05:48:55.014Z [event-3] WARN  EVENTS - APP: ApplicationReadyEvent
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGILL (0x4) at pc=0x00007fa43d4955c7, pid=1, tid=80
#
# JRE version: OpenJDK Runtime Environment (11.0.3+7) (build 11.0.3+7)
# Java VM: OpenJDK 64-Bit Server VM (11.0.3+7, mixed mode, tiered, compressed oops, serial gc, linux-amd64)
# Problematic frame:
# J 19595 c2 com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer.calcHash([II)I (115 bytes) @ 0x00007fa43d4955c7 [0x00007fa43d4954a0+0x0000000000000127]
#
# Core dump will be written. Default location: /app/core.1
#
# An error report file with more information is saved as:
# /app/hs_err_pid1.log
Compiled method (c2) 3317740 19595       4       com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer::calcHash (115 bytes)
 total in heap  [0x00007fa43d495310,0x00007fa43d4957a8] = 1176
 relocation     [0x00007fa43d495488,0x00007fa43d4954a0] = 24
 main code      [0x00007fa43d4954a0,0x00007fa43d4956a0] = 512
 stub code      [0x00007fa43d4956a0,0x00007fa43d4956b8] = 24
 oops           [0x00007fa43d4956b8,0x00007fa43d4956c0] = 8
 metadata       [0x00007fa43d4956c0,0x00007fa43d4956c8] = 8
 scopes data    [0x00007fa43d4956c8,0x00007fa43d495730] = 104
 scopes pcs     [0x00007fa43d495730,0x00007fa43d4957a0] = 112
 dependencies   [0x00007fa43d4957a0,0x00007fa43d4957a8] = 8
Compiled method (c2) 3317743 19595       4       com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer::calcHash (115 bytes)
 total in heap  [0x00007fa43d495310,0x00007fa43d4957a8] = 1176
 relocation     [0x00007fa43d495488,0x00007fa43d4954a0] = 24
 main code      [0x00007fa43d4954a0,0x00007fa43d4956a0] = 512
 stub code      [0x00007fa43d4956a0,0x00007fa43d4956b8] = 24
 oops           [0x00007fa43d4956b8,0x00007fa43d4956c0] = 8
 metadata       [0x00007fa43d4956c0,0x00007fa43d4956c8] = 8
 scopes data    [0x00007fa43d4956c8,0x00007fa43d495730] = 104
 scopes pcs     [0x00007fa43d495730,0x00007fa43d4957a0] = 112
 dependencies   [0x00007fa43d4957a0,0x00007fa43d4957a8] = 8
Compiled method (c1) 3317743 16603       3       com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer::findName (218 bytes)
 total in heap  [0x00007fa436457990,0x00007fa436458a20] = 4240
 relocation     [0x00007fa436457b08,0x00007fa436457bf8] = 240
 main code      [0x00007fa436457c00,0x00007fa436458440] = 2112
 stub code      [0x00007fa436458440,0x00007fa436458548] = 264
 oops           [0x00007fa436458548,0x00007fa436458550] = 8
 metadata       [0x00007fa436458550,0x00007fa436458560] = 16
 scopes data    [0x00007fa436458560,0x00007fa436458760] = 512
 scopes pcs     [0x00007fa436458760,0x00007fa4364589b0] = 592
 dependencies   [0x00007fa4364589b0,0x00007fa4364589b8] = 8
 nul chk table  [0x00007fa4364589b8,0x00007fa436458a20] = 104
Could not load hsdis-amd64.so; library not loadable; PrintAssembly is disabled
#
# If you would like to submit a bug report, please visit:
#   https://github.com/AdoptOpenJDK/openjdk-build/issues
#

[error occurred during error reporting (), id 0xb, SIGSEGV (0xb) at pc=0x00007fa453db7884]

Thu Sep  5 06:43:08 UTC 2019
DEPLOY  ID: 897375e4-88da-4959-97ef-c0c88077c5ef

crash happened after +/- 1 hour of runtime.

core file was not available in the container, only hs_err_pid1.log file

we use the jackson library on many containers. in total 19 containers are running
jdk 11 applications.

JVM Crashing intermittently with below error

A fatal error has been detected by the Java Runtime Environment:

SIGSEGV (0xb) at pc=0x00007f58a0064884, pid=1, tid=3687

JRE version: OpenJDK Runtime Environment (11.0.3+7) (build 11.0.3+7)

Java VM: OpenJDK 64-Bit Server VM (11.0.3+7, mixed mode, tiered, compressed oops, g1 gc, linux-amd64)

Problematic frame:

C [libc.so.6+0x36884]

[timeout occurred during error reporting in step "printing problematic frame"] after 30 s.

Core dump will be written. Default location: Core dumps may be processed with "/opt/dynatrace/oneagent/agent/rdp -p %p -P %P -e %e -s %s" (or dumping to /app/core.1)

If you would like to submit a bug report, please visit:

https://github.com/AdoptOpenJDK/openjdk-build/issues

--------------- S U M M A R Y ------------

Command Line: -Xms2g -Xmx2g -XX:+UseG1GC -XX:+UseStringDeduplication -Xverify:none -Djava.net.preferIPv4Stack=true -Dcom.sun.jndi.ldap.connect.pool.timeout=3000 -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:7777 -Xlog:gc

Host:
[timeout occurred during error reporting in step "printing summary machine and OS info"] after 30 s.

------ Timeout during error reporting after 120 s. ------

Send Mails via Office 365 SMTP not working with Version 11

We use jdk-11.0.5+10 with a software application and try to send mails via Office 365 SMTP. While we are facing no problems with any version OpenJDK Version 8, it's not working with version 11 anymore.

Caused by: org.springframework.mail.MailSendException: Mail server connection failed; nested exception is javax.mail.MessagingException: Could not convert socket to TLS;

We us smtp.office365.com as our SMTP server.

JVM 13.0.1+ crash: void OopOopIterateDispatch<ShenandoahMarkRefsClosure>::Table::oop_oop_iterate<InstanceKlass, unsigned int>(ShenandoahMarkRefsClosure*, oopDesc*, Klass*)+0xf3

Platform:
Linux ip-172-31-18-15 4.9.0-11-amd64 adoptium/temurin-build#1 SMP Debian 4.9.189-3+deb9u1 (2019-09-20) x86_64 GNU/Linux
kops Version 1.15.0 (git-9992b4055)

Architecture:
AWS EC2 t3.small

Please describe the issue that you are having with our binaries and if possible how to recreate it.

JVM crashed with message:

[1930537.203s][info][gc] Trigger: Time since last GC (300003 ms) is larger than guaranteed interval (300000 ms)
[1930537.205s][info][gc] GC(6433) Concurrent reset 388M->388M(512M) 1.542ms
[1930537.207s][info][gc] GC(6433) Pause Init Mark 1.920ms
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007fba7aee5ee3, pid=24, tid=26
#
# JRE version: OpenJDK Runtime Environment (13.0.1+9) (build 13.0.1+9-201911081227)
# Java VM: OpenJDK 64-Bit Server VM (13.0.1+9-201911081227, mixed mode, sharing, tiered, compressed oops, shenandoah gc, linux-amd64)
# Problematic frame:
# V  [libjvm.so+0xd97ee3]  void OopOopIterateDispatch<ShenandoahMarkRefsClosure>::Table::oop_oop_iterate<InstanceKlass, unsigned int>(ShenandoahMarkRefsClosure*, oopDesc*, Klass*)+0xf3
#
# Core dump will be written. Default location: /lightstreamer/core
#
# An error report file with more information is saved as:
# /lightstreamer/hs_err_pid24.log
Compiled method (c1) 1930537381 42447       3       com.github.benmanes.caffeine.cache.PSWMS::newNode (17 bytes)
 total in heap  [0x00007fba62071710,0x00007fba62071ee8] = 2008
 relocation     [0x00007fba62071870,0x00007fba620718d0] = 96
 main code      [0x00007fba620718e0,0x00007fba62071c60] = 896
 stub code      [0x00007fba62071c60,0x00007fba62071d08] = 168
 oops           [0x00007fba62071d08,0x00007fba62071d10] = 8
 metadata       [0x00007fba62071d10,0x00007fba62071d38] = 40
 scopes data    [0x00007fba62071d38,0x00007fba62071e40] = 264
 scopes pcs     [0x00007fba62071e40,0x00007fba62071ee0] = 160
 dependencies   [0x00007fba62071ee0,0x00007fba62071ee8] = 8
#
# If you would like to submit a bug report, please visit:
#   https://github.com/AdoptOpenJDK/openjdk-build/issues
#
Aborted (core dumped)
+ result=134

Full log attached
server.log.gz

Could not generate ECDH keypair

Platform: / Architecture:

NAME="Red Hat Enterprise Linux"
VERSION="8.1 (Ootpa)"
ID="rhel"
ID_LIKE="fedora"
VERSION_ID="8.1"
PLATFORM_ID="platform:el8"
PRETTY_NAME="Red Hat Enterprise Linux 8.1 (Ootpa)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:redhat:enterprise_linux:8.1:GA"
OS name: "linux", version: "4.18.0-147.el8.x86_64", arch: "amd64", family: "unix"

Please describe the issue that you are having with our binaries and if possible how to recreate it.

When building Infinispan with OpenJDK11.0.4 it is failing but when building with OracleJDK11.0.4 is working

Commands:

export M2_HOME=/qa/tools/opt/maven3-latest
export JAVA_HOME=/qa/tools/opt/x86_64/openjdk11_last
export PATH=$M2_HOME/bin:$JAVA_HOME/bin:$PATH
mvn -v
git clone https://github.com/infinispan/infinispan.git
mvn -f infinispan/pom.xml -s infinispan/maven-settings.xml clean install -DskipTests

Output:

Apache Maven 3.6.1 (d66c9c0b3152b2e69ee9bac180bb8fcc8e6af555; 2019-04-04T15:00:29-04:00)
Maven home: /qa/tools/opt/maven3-latest
Java version: 11.0.4, vendor: Oracle Corporation, runtime: /qa/tools/opt/x86_64/openjdk-11.0.4.11
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux", version: "4.18.0-147.el8.x86_64", arch: "amd64", family: "unix"

Error:

[WARNING] Could not transfer metadata kr.motd.maven:os-maven-plugin/maven-metadata.xml from/to central (https://repo.maven.apache.org/maven2/): Could not generate ECDH keypair
org.eclipse.aether.transfer.MetadataTransferException: Could not transfer metadata kr.motd.maven:os-maven-plugin/maven-metadata.xml from/to central (https://repo.maven.apache.org/maven2/): Could not generate ECDH keypair
    at org.eclipse.aether.connector.basic.MetadataTransportListener.transferFailed (MetadataTransportListener.java:52)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run (BasicRepositoryConnector.java:368)
    at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run (RunnableErrorForwarder.java:75)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector$DirectExecutor.execute (BasicRepositoryConnector.java:642)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector.get (BasicRepositoryConnector.java:235)
    at org.eclipse.aether.internal.impl.DefaultMetadataResolver$ResolveTask.run (DefaultMetadataResolver.java:580)
    at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run (RunnableErrorForwarder.java:75)
    at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
    at java.lang.Thread.run (Thread.java:834)
Caused by: org.apache.maven.wagon.TransferFailedException: Could not generate ECDH keypair
    at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.fillInputData (AbstractHttpClientWagon.java:1206)
    at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.fillInputData (AbstractHttpClientWagon.java:1094)
    at org.apache.maven.wagon.StreamWagon.getInputStream (StreamWagon.java:126)
    at org.apache.maven.wagon.StreamWagon.getIfNewer (StreamWagon.java:88)
    at org.apache.maven.wagon.StreamWagon.get (StreamWagon.java:61)
    at org.eclipse.aether.transport.wagon.WagonTransporter$GetTaskRunner.run (WagonTransporter.java:567)
    at org.eclipse.aether.transport.wagon.WagonTransporter.execute (WagonTransporter.java:435)
    at org.eclipse.aether.transport.wagon.WagonTransporter.get (WagonTransporter.java:412)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector$GetTaskRunner.runTask (BasicRepositoryConnector.java:456)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run (BasicRepositoryConnector.java:363)
    at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run (RunnableErrorForwarder.java:75)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector$DirectExecutor.execute (BasicRepositoryConnector.java:642)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector.get (BasicRepositoryConnector.java:235)
    at org.eclipse.aether.internal.impl.DefaultMetadataResolver$ResolveTask.run (DefaultMetadataResolver.java:580)
    at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run (RunnableErrorForwarder.java:75)
    at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
    at java.lang.Thread.run (Thread.java:834)
Caused by: javax.net.ssl.SSLException: Could not generate ECDH keypair
    at sun.security.ssl.Alert.createSSLException (Alert.java:133)
    at sun.security.ssl.TransportContext.fatal (TransportContext.java:320)
    at sun.security.ssl.TransportContext.fatal (TransportContext.java:263)
    at sun.security.ssl.TransportContext.fatal (TransportContext.java:258)
    at sun.security.ssl.SSLSocketImpl.handleException (SSLSocketImpl.java:1315)
    at sun.security.ssl.SSLSocketImpl.startHandshake (SSLSocketImpl.java:408)
    at org.apache.maven.wagon.providers.http.httpclient.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket (SSLConnectionSocketFactory.java:404)
    at org.apache.maven.wagon.providers.http.httpclient.conn.ssl.SSLConnectionSocketFactory.connectSocket (SSLConnectionSocketFactory.java:364)
    at org.apache.maven.wagon.providers.http.httpclient.impl.conn.DefaultHttpClientConnectionOperator.connect (DefaultHttpClientConnectionOperator.java:142)
    at org.apache.maven.wagon.providers.http.httpclient.impl.conn.PoolingHttpClientConnectionManager.connect (PoolingHttpClientConnectionManager.java:374)
    at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.MainClientExec.establishRoute (MainClientExec.java:393)
    at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.MainClientExec.execute (MainClientExec.java:236)
    at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.ProtocolExec.execute (ProtocolExec.java:185)
    at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec.execute (RetryExec.java:89)
    at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RedirectExec.execute (RedirectExec.java:110)
    at org.apache.maven.wagon.providers.http.httpclient.impl.client.InternalHttpClient.doExecute (InternalHttpClient.java:185)
    at org.apache.maven.wagon.providers.http.httpclient.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:83)
    at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.execute (AbstractHttpClientWagon.java:958)
    at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.fillInputData (AbstractHttpClientWagon.java:1117)
    at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.fillInputData (AbstractHttpClientWagon.java:1094)
    at org.apache.maven.wagon.StreamWagon.getInputStream (StreamWagon.java:126)
    at org.apache.maven.wagon.StreamWagon.getIfNewer (StreamWagon.java:88)
    at org.apache.maven.wagon.StreamWagon.get (StreamWagon.java:61)
    at org.eclipse.aether.transport.wagon.WagonTransporter$GetTaskRunner.run (WagonTransporter.java:567)
    at org.eclipse.aether.transport.wagon.WagonTransporter.execute (WagonTransporter.java:435)
    at org.eclipse.aether.transport.wagon.WagonTransporter.get (WagonTransporter.java:412)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector$GetTaskRunner.runTask (BasicRepositoryConnector.java:456)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run (BasicRepositoryConnector.java:363)
    at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run (RunnableErrorForwarder.java:75)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector$DirectExecutor.execute (BasicRepositoryConnector.java:642)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector.get (BasicRepositoryConnector.java:235)
    at org.eclipse.aether.internal.impl.DefaultMetadataResolver$ResolveTask.run (DefaultMetadataResolver.java:580)
    at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run (RunnableErrorForwarder.java:75)
    at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
    at java.lang.Thread.run (Thread.java:834)
Caused by: java.lang.RuntimeException: Could not generate ECDH keypair
    at sun.security.ssl.ECDHKeyExchange$ECDHEPossession.<init> (ECDHKeyExchange.java:117)
    at sun.security.ssl.SSLKeyExchange$T13KeyAgreement.createPossession (SSLKeyExchange.java:575)
    at sun.security.ssl.SSLKeyExchange.createPossessions (SSLKeyExchange.java:88)
    at sun.security.ssl.KeyShareExtension$CHKeyShareProducer.produce (KeyShareExtension.java:263)
    at sun.security.ssl.SSLExtension.produce (SSLExtension.java:532)
    at sun.security.ssl.SSLExtensions.produce (SSLExtensions.java:250)
    at sun.security.ssl.ClientHello$ClientHelloKickstartProducer.produce (ClientHello.java:650)
    at sun.security.ssl.SSLHandshake.kickstart (SSLHandshake.java:515)
    at sun.security.ssl.ClientHandshakeContext.kickstart (ClientHandshakeContext.java:107)
    at sun.security.ssl.TransportContext.kickstart (TransportContext.java:227)
    at sun.security.ssl.SSLSocketImpl.startHandshake (SSLSocketImpl.java:395)
    at org.apache.maven.wagon.providers.http.httpclient.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket (SSLConnectionSocketFactory.java:404)
    at org.apache.maven.wagon.providers.http.httpclient.conn.ssl.SSLConnectionSocketFactory.connectSocket (SSLConnectionSocketFactory.java:364)
    at org.apache.maven.wagon.providers.http.httpclient.impl.conn.DefaultHttpClientConnectionOperator.connect (DefaultHttpClientConnectionOperator.java:142)
    at org.apache.maven.wagon.providers.http.httpclient.impl.conn.PoolingHttpClientConnectionManager.connect (PoolingHttpClientConnectionManager.java:374)
    at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.MainClientExec.establishRoute (MainClientExec.java:393)
    at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.MainClientExec.execute (MainClientExec.java:236)
    at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.ProtocolExec.execute (ProtocolExec.java:185)
    at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec.execute (RetryExec.java:89)
    at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RedirectExec.execute (RedirectExec.java:110)
    at org.apache.maven.wagon.providers.http.httpclient.impl.client.InternalHttpClient.doExecute (InternalHttpClient.java:185)
    at org.apache.maven.wagon.providers.http.httpclient.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:83)
    at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.execute (AbstractHttpClientWagon.java:958)
    at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.fillInputData (AbstractHttpClientWagon.java:1117)
    at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.fillInputData (AbstractHttpClientWagon.java:1094)
    at org.apache.maven.wagon.StreamWagon.getInputStream (StreamWagon.java:126)
    at org.apache.maven.wagon.StreamWagon.getIfNewer (StreamWagon.java:88)
    at org.apache.maven.wagon.StreamWagon.get (StreamWagon.java:61)
    at org.eclipse.aether.transport.wagon.WagonTransporter$GetTaskRunner.run (WagonTransporter.java:567)
    at org.eclipse.aether.transport.wagon.WagonTransporter.execute (WagonTransporter.java:435)
    at org.eclipse.aether.transport.wagon.WagonTransporter.get (WagonTransporter.java:412)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector$GetTaskRunner.runTask (BasicRepositoryConnector.java:456)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run (BasicRepositoryConnector.java:363)
    at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run (RunnableErrorForwarder.java:75)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector$DirectExecutor.execute (BasicRepositoryConnector.java:642)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector.get (BasicRepositoryConnector.java:235)
    at org.eclipse.aether.internal.impl.DefaultMetadataResolver$ResolveTask.run (DefaultMetadataResolver.java:580)
    at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run (RunnableErrorForwarder.java:75)
    at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
    at java.lang.Thread.run (Thread.java:834)
Caused by: java.security.NoSuchAlgorithmException: EC KeyPairGenerator not available
    at java.security.KeyPairGenerator.getInstance (KeyPairGenerator.java:236)
    at sun.security.ssl.JsseJce.getKeyPairGenerator (JsseJce.java:237)
    at sun.security.ssl.ECDHKeyExchange$ECDHEPossession.<init> (ECDHKeyExchange.java:109)
    at sun.security.ssl.SSLKeyExchange$T13KeyAgreement.createPossession (SSLKeyExchange.java:575)
    at sun.security.ssl.SSLKeyExchange.createPossessions (SSLKeyExchange.java:88)
    at sun.security.ssl.KeyShareExtension$CHKeyShareProducer.produce (KeyShareExtension.java:263)
    at sun.security.ssl.SSLExtension.produce (SSLExtension.java:532)
    at sun.security.ssl.SSLExtensions.produce (SSLExtensions.java:250)
    at sun.security.ssl.ClientHello$ClientHelloKickstartProducer.produce (ClientHello.java:650)
    at sun.security.ssl.SSLHandshake.kickstart (SSLHandshake.java:515)
    at sun.security.ssl.ClientHandshakeContext.kickstart (ClientHandshakeContext.java:107)
    at sun.security.ssl.TransportContext.kickstart (TransportContext.java:227)
    at sun.security.ssl.SSLSocketImpl.startHandshake (SSLSocketImpl.java:395)
    at org.apache.maven.wagon.providers.http.httpclient.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket (SSLConnectionSocketFactory.java:404)
    at org.apache.maven.wagon.providers.http.httpclient.conn.ssl.SSLConnectionSocketFactory.connectSocket (SSLConnectionSocketFactory.java:364)
    at org.apache.maven.wagon.providers.http.httpclient.impl.conn.DefaultHttpClientConnectionOperator.connect (DefaultHttpClientConnectionOperator.java:142)
    at org.apache.maven.wagon.providers.http.httpclient.impl.conn.PoolingHttpClientConnectionManager.connect (PoolingHttpClientConnectionManager.java:374)
    at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.MainClientExec.establishRoute (MainClientExec.java:393)
    at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.MainClientExec.execute (MainClientExec.java:236)
    at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.ProtocolExec.execute (ProtocolExec.java:185)
    at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec.execute (RetryExec.java:89)
    at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RedirectExec.execute (RedirectExec.java:110)
    at org.apache.maven.wagon.providers.http.httpclient.impl.client.InternalHttpClient.doExecute (InternalHttpClient.java:185)
    at org.apache.maven.wagon.providers.http.httpclient.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:83)
    at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.execute (AbstractHttpClientWagon.java:958)
    at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.fillInputData (AbstractHttpClientWagon.java:1117)
    at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.fillInputData (AbstractHttpClientWagon.java:1094)
    at org.apache.maven.wagon.StreamWagon.getInputStream (StreamWagon.java:126)
    at org.apache.maven.wagon.StreamWagon.getIfNewer (StreamWagon.java:88)
    at org.apache.maven.wagon.StreamWagon.get (StreamWagon.java:61)
    at org.eclipse.aether.transport.wagon.WagonTransporter$GetTaskRunner.run (WagonTransporter.java:567)
    at org.eclipse.aether.transport.wagon.WagonTransporter.execute (WagonTransporter.java:435)
    at org.eclipse.aether.transport.wagon.WagonTransporter.get (WagonTransporter.java:412)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector$GetTaskRunner.runTask (BasicRepositoryConnector.java:456)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run (BasicRepositoryConnector.java:363)
    at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run (RunnableErrorForwarder.java:75)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector$DirectExecutor.execute (BasicRepositoryConnector.java:642)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector.get (BasicRepositoryConnector.java:235)
    at org.eclipse.aether.internal.impl.DefaultMetadataResolver$ResolveTask.run (DefaultMetadataResolver.java:580)
    at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run (RunnableErrorForwarder.java:75)
    at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
    at java.lang.Thread.run (Thread.java:834)

AdoptOpenJDK 11 crashes when compile source files with ToolProvider.getSystemJavaCompiler

Platform:
macOS High Sierra

Architecture:
x86_64

Related Java version:
openjdk version "11.0.4" 2019-07-16
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.4+11)
OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.4+11, mixed mode)

My team has a project which is written with Java 8. We encounter a bug while trying to compile java source with arguments -proc:only.

Here is sample project that you can demonstrate the case.


Processor returns an Element object which it's original type is ClassSymbol. With using JDK 11, whenever i try to access element's kind with Element#getKind(), java throws Assertion Error. But, if I ignore the exception and try to access elements' kind, it returns succesfully.

After while, I dig into to the code, I found exception causes somewhere in ImplicitCompleter in JavacProcessingEnvironment.

Whenever it tries to run

JavacProcessingEnvironment.this.compiler.readSourceFile(this.topLevel, (ClassSymbol)sym);

it fails in this line (line number: 536 in mycase)
if (!this.modules.enter(List.of(tree), c))

In such scenario, JavacProcessingEnvironment calls Modules#initModule() while processing annotations. However, JavacProcessingEnvironment holds states and i think it's not able to manage correctly so it's not calling initModule right after AbstractProcessor#process() scope out.

The following line check states and DO NOT initialize modules correctly:

public List<JCCompilationUnit> enterTreesIfNeeded(List<JCCompilationUnit> roots) {
    return this.shouldStop(CompileState.ATTR) ? List.nil() : this.enterTrees(this.initModules(roots));
};

Just because of the modules is not initialized correctly, when I try to access elements' kind java throws AssertionException.

To able to get a success result, i had to run with try-catch Element#getKind() like;

int remainAttempt = 3;
while(remainAttempt-- > 0) {
    try {
        ElementKind kind = element.getKind();
        return true;
    } catch (AssertionError error) {
         System.err.println("Attempt failed, remaining attempt: " + remainAttempt);
     }
 }

In first attempt fails, and second while loop returns true. Probably, JavacProcessingEnvironment reset states when an exception occurs(passing to new round) so second attempts not fails as the first one.

Fatal error while Running JDK 11 HotSpot with DoitgenBench-GPULambda Benchmark

Problem Description

While adding GPU tests from BumbleBench (adoptium/aqa-tests#1413 & adoptium/aqa-tests#1379), I get the following error shown below. The issue is only seen on JDK 11 HotSpot. This benchmark can run successfully with JDK 8 and 11 OpenJ9 and JDK 8 HotSpot.

Platform:
x86 Linux (Haven't tested other platforms)

Error

14:06:51  ===============================================
14:06:51  Running test bumbleBench-DoitgenBench-GPULambda_0 ...
14:06:51  ===============================================
14:06:51  bumbleBench-DoitgenBench-GPULambda_0 Start Time: Fri Oct 25 08:22:01 2019 Epoch Time (ms): 1572016921663
14:06:51  Nothing to be done for setup.
14:06:51  variation: NoOptions
14:06:51  JVM_OPTIONS:  
14:06:51  { itercnt=1; \
14:06:51  mkdir -p "/home/jenkins/workspace/Grinder/openjdk-tests/TestConfig/../TestConfig/test_output_15720167633294/bumbleBench-DoitgenBench-GPULambda_0"; \
14:06:51  cd "/home/jenkins/workspace/Grinder/openjdk-tests/TestConfig/../TestConfig/test_output_15720167633294/bumbleBench-DoitgenBench-GPULambda_0"; \
14:06:51  "/home/jenkins/workspace/Grinder/openjdkbinary/j2sdk-image/bin/java" -jar /home/jenkins/workspace/Grinder/openjdk-tests/TestConfig/../../jvmtest/perf/bumbleBench/bumblebench/BumbleBench.jar DoitgenBench.GPULambda; \
14:06:51  	if [ $? -eq 0 ] ; then echo ""; echo "bumbleBench-DoitgenBench-GPULambda_0""_PASSED"; echo ""; cd /home/jenkins/workspace/Grinder/openjdk-tests/TestConfig/..;  else echo ""; echo "bumbleBench-DoitgenBench-GPULambda_0""_FAILED"; echo ""; fi; } 2>&1 | tee -a "/home/jenkins/workspace/Grinder/openjdk-tests/TestConfig/../TestConfig/test_output_15720167633294/TestTargetResult";
14:06:51  
14:06:51  -= BumbleBench series 7 version 5.10 running DoitgenBench.GPULambda  Fri Oct 25 08:22:01 MST 2019 =-
14:06:51  
14:06:51                Target	Est	Uncert%	MaxPeak	Peak	Peak%	%paused
14:06:51      0.0s:  >! 110	2343	 40.0	110	110	470.0
14:06:51  #
14:06:51  # A fatal error has been detected by the Java Runtime Environment:
14:06:51  #
14:06:51  #  SIGSEGV (0xb) at pc=0x00007faa6c33a679, pid=19710, tid=19730
14:06:51  #
14:06:51  # JRE version: OpenJDK Runtime Environment (11.0.5+9) (build 11.0.5+9-201910121809)
14:06:51  # Java VM: OpenJDK 64-Bit Server VM (11.0.5+9-201910121809, mixed mode, tiered, compressed oops, g1 gc, linux-amd64)
14:06:51  # Problematic frame:
14:06:51  # V  [libjvm.so+0xd5e679]  SWPointer::SWPointer(MemNode*, SuperWord*, Node_Stack*, bool) [clone .constprop.200]+0x49
14:06:51  #
14:06:51  # No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
14:06:51  #
14:06:51  # An error report file with more information is saved as:
14:06:51  # /home/jenkins/workspace/Grinder/openjdk-tests/TestConfig/test_output_15720167633294/bumbleBench-DoitgenBench-GPULambda_0/hs_err_pid19710.log
14:06:51  #
14:06:51  # Compiler replay data is saved as:
14:06:51  # /home/jenkins/workspace/Grinder/openjdk-tests/TestConfig/test_output_15720167633294/bumbleBench-DoitgenBench-GPULambda_0/replay_pid19710.log
14:06:51  #
14:06:51  # If you would like to submit a bug report, please visit:
14:06:51  #   https://github.com/AdoptOpenJDK/openjdk-build/issues
14:06:51  #
14:06:51  /bin/sh: line 4: 19710 Aborted                 "/home/jenkins/workspace/Grinder/openjdkbinary/j2sdk-image/bin/java" -jar /home/jenkins/workspace/Grinder/openjdk-tests/TestConfig/../../jvmtest/perf/bumbleBench/bumblebench/BumbleBench.jar DoitgenBench.GPULambda
14:06:51  
14:06:51  bumbleBench-DoitgenBench-GPULambda_0_FAILED
14:06:51  
14:06:51  Nothing to be done for teardown.
14:06:51  bumbleBench-DoitgenBench-GPULambda_0 Finish Time: Fri Oct 25 08:22:02 2019 Epoch Time (ms): 1572016922031
14:06:51  
14:06:51  ===============================================

To Reproduce

Remove the implementation constraint for this test: bumbleBench-DoitgenBench-GPULambda (https://github.com/AdoptOpenJDK/openjdk-tests/blob/master/perf/bumbleBench/playlist.xml)
Use the bumbleBench-DoitgenBench-GPULambda target on TestKitGen with the relevant SDK

fatal error: ArcGIS Runtime for JAVA run on RedHat 8 Enterprise

INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< com.mycompany:app >--------------------------
[INFO] Building My Map App 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/tommy1/TEST/java-maven-starter-project-master/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ app ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- exec-maven-plugin:1.6.0:java (default-cli) @ app ---

A fatal error has been detected by the Java Runtime Environment:

SIGSEGV (0xb) at pc=0x00007efe11500eaf, pid=53365, tid=53405

JRE version: OpenJDK Runtime Environment (11.0.5+10) (build 11.0.5+10)

Java VM: OpenJDK 64-Bit Server VM (11.0.5+10, mixed mode, tiered, compressed oops, g1 gc, linux-amd64)

Problematic frame:

C [libX11.so.6+0x30eaf] XInternAtom+0x3f

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 /home/tommy1/TEST/java-maven-starter-project-master/core.53365)

(java:53365): Gdk-CRITICAL **: 15:15:23.044: gdk_x11_display_set_window_scale: assertion 'GDK_IS_X11_DISPLAY (display)' failed

An error report file with more information is saved as:

/home/tommy1/TEST/java-maven-starter-project-master/hs_err_pid53365.log

If you would like to submit a bug report, please visit:

https://github.com/AdoptOpenJDK/openjdk-build/issues

The crash happened outside the Java Virtual Machine in native code.

See problematic frame for where to report the bug.

Wrong default heap size (11.0.4_11 Windows)

Platform:
Windows 10 64bit

Architecture:
x64_windows_hotspot

Heap size -Xmx not specified. (Eclipse eclipse.ini)
Physical Memory: 4GB

OpenJDK11U-jdk_x64_windows_hotspot_11.0.3_7
-> Heap Size 1GB (Probably 1/4 of physical memory)
OpenJDK11U-jdk_x64_windows_hotspot_11.0.4_11
-> Heap Size 256MB (default?)

Incorrect FontMetrics on Windows via PrinterJob Graphics

On Windows, the FontMetrics returned from Graphics.getFontMetrics(Font) within a PrinterJob are incorrect if the PageFormat has had the orientation explicitly set to PageFormat.LANDSCAPE or PageFormat.REVERSE_LANDSCAPE. The issue is not present when explicitly setting the orientation to PageFormat.PORTRAIT. The attached code demonstrates the problem.

JPSFontMetrics.zip

EXCEPTION_ACCESS_VIOLATION OpenJDK 11.0.1+13 when opening DirectoryDialog or FileDialog

Platform:
Windows 10

Architecture:
64 bit Build 17134 (10.0.17134.1)

We have consistent JVM crash on our test machine when opening DirectoryDialog or FileDialog.

So far we managed to reproduce the issue only on our test machines and only when our product (large Eclipse based application) is run using QFTest GUI test tool (https://www.qfs.de/en.html).

Crash report is attached.
hs_err_AdoptOpenJDK.log

Issue is also reproducible on Oracle JDK (Java(TM) SE Runtime Environment (11.0.1+13) (build 11.0.1+13-LTS))
hs_err_OracleJRE.log

EXCEPTION_ACCESS_VIOLATION at pc=0x00007ff805539766, pid=7204, tid=9772

Platform: OpenJDK Runtime Environment 11.0.5+10, with 11.0.4+11 same issue
OS: Windows 10

I cannot start my Swing-Client-App. Here is the output:

A fatal error has been detected by the Java Runtime Environment:

EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ff805539766, pid=7204, tid=9772

JRE version: OpenJDK Runtime Environment (11.0.5+10) (build 11.0.5+10)
Java VM: OpenJDK 64-Bit Server VM (11.0.5+10, mixed mode, tiered, compressed oops, g1 gc, windows-amd64)
Problematic frame:
V [jvm.dll+0x5c9766]

No core dump will be written. Minidumps are not enabled by default on client versions of Windows

If you would like to submit a bug report, please visit:
https://github.com/AdoptOpenJDK/openjdk-build/issues

--------------- S U M M A R Y ------------

Command Line: -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:64597 -Djava.naming.factory.url.pkgs=org.jboss.ejb.client.naming -Djboss.naming.client.ejb.context=true -Djava.naming.provider.url=http-remoting://localhost:8080 -Djava.naming.provider.url=http-remoting://localhost:8080

Host: Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz, 4 cores, 15G, Windows 10 , 64 bit Build 18362 (10.0.18362.329)
Time: Thu Nov 21 13:45:46 2019 Mitteleuropรคische Zeit elapsed time: 1 seconds (0d 0h 0m 1s)

--------------- T H R E A D ---------------

Current thread (0x00000200fc594800): GCTaskThread "GC Thread2" [stack: 0x00000057ca400000,0x00000057ca500000] [id=9772]

Stack: [0x00000057ca400000,0x00000057ca500000], sp=0x00000057ca4fdad0, free space=1014k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x5c9766]
V [jvm.dll+0x5909c2]
V [jvm.dll+0x2c1805]
V [jvm.dll+0x2c1289]
V [jvm.dll+0x6d2977]
V [jvm.dll+0x6d2e00]
V [jvm.dll+0x304e35]
V [jvm.dll+0x304938]
V [jvm.dll+0x2d6313]
V [jvm.dll+0x73abc0]
V [jvm.dll+0x6cdcbc]
V [jvm.dll+0x5d8d26]
C [ucrtbase.dll+0x20e72]
C [KERNEL32.DLL+0x17bd4]
C [ntdll.dll+0x6ced1]

JavaThread 0x00000200fb5ab800 (nid = 14088) was being processed
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j java.lang.Object.wait(J)V+0 [email protected]
j java.lang.ref.ReferenceQueue.remove(J)Ljava/lang/ref/Reference;+59 [email protected]
j java.lang.ref.ReferenceQueue.remove()Ljava/lang/ref/Reference;+2 [email protected]
j java.lang.ref.Finalizer$FinalizerThread.run()V+37 [email protected]
v ~StubRoutines::call_stub

siginfo: EXCEPTION_ACCESS_VIOLATION (0xc0000005), reading address 0x000000200000001f

Register to memory mapping:

RIP=0x00007ff805539766 jvm.dll
RAX=0x000000200000001f is an unknown value
RBX=0x00000000000000c0 is an unknown value
RCX=0x0 is NULL
RDX=0x00000057ca4fdb60 points into unknown readable memory: 10 0c d0 fa 00 02 00 00
RSP=0x00000057ca4fdad0 points into unknown readable memory: 02 00 00 00 00 00 00 00
RBP=0x0 is NULL
RSI=0x0 is NULL
RDI=0x00000000000000c0 is an unknown value
R8 =0x0 is NULL
R9 =0x00000057ca4fdc78 points into unknown readable memory: 00 00 00 00 00 00 00 00
R10=0x00000200fad00bd0 is pointing into metadata
R11=0x00000200fcbe79e0 points into unknown readable memory: 60 84 78 05 f8 7f 00 00
R12=0x00000057ca4fdc78 points into unknown readable memory: 00 00 00 00 00 00 00 00
R13=0x00000000000003d8 is an unknown value
R14=0x00000200fbd6fb30 points into unknown readable memory: 1f 00 00 00 20 00 00 00
R15=0x00000057ca4fdb60 points into unknown readable memory: 10 0c d0 fa 00 02 00 00

Registers:
RAX=0x000000200000001f, RBX=0x00000000000000c0, RCX=0x0000000000000000, RDX=0x00000057ca4fdb60
RSP=0x00000057ca4fdad0, RBP=0x0000000000000000, RSI=0x0000000000000000, RDI=0x00000000000000c0
R8 =0x0000000000000000, R9 =0x00000057ca4fdc78, R10=0x00000200fad00bd0, R11=0x00000200fcbe79e0
R12=0x00000057ca4fdc78, R13=0x00000000000003d8, R14=0x00000200fbd6fb30, R15=0x00000057ca4fdb60
RIP=0x00007ff805539766, EFLAGS=0x0000000000010246

Top of Stack: (sp=0x00000057ca4fdad0)
0x00000057ca4fdad0: 0000000000000002 00000200fcbe7870
0x00000057ca4fdae0: 0000000702583ba0 00000057ca4fdc78
0x00000057ca4fdaf0: 0000000000000025 00000057c99ff118
0x00000057ca4fdb00: 00000200fd0c8980 00000200fd0c8908
0x00000057ca4fdb10: 0000000000000000 00000057ca4fdc78
0x00000057ca4fdb20: 0000000000000000 00000057ca4fdc80
0x00000057ca4fdb30: 00000200fad00c10 00007ff8055009c2
0x00000057ca4fdb40: 00000200fad00c10 00000057ca4fdc80
0x00000057ca4fdb50: 0000000000000000 00000057ca4fdc78
0x00000057ca4fdb60: 00000200fad00c10 00000200fc594800
0x00000057ca4fdb70: 00000200fd0c8980 00007ff805231805
0x00000057ca4fdb80: 00000200fad00c10 00000057ca4fde40
0x00000057ca4fdb90: 00000057ca4fde10 00000200fd0c8980
0x00000057ca4fdba0: 0000000702583701 00000200fad00c10
0x00000057ca4fdbb0: 00000200fc594800 0000020000000003
0x00000057ca4fdbc0: 00000200fc594800 0000000000000000

Instructions: (pc=0x00007ff805539766)
0x00007ff805539666: 55 56 57 41 54 41 56 41 57 48 83 ec 30 4c 8b f1
0x00007ff805539676: 4d 8b e1 48 8b 0a 41 8b e8 4c 8b fa 4c 8b 51 08
0x00007ff805539686: 41 0f b7 42 28 41 0f b7 5a 34 c1 e3 02 33 d8 41
0x00007ff805539696: 0f b7 42 32 c1 e3 02 33 d8 c1 e3 02 41 33 d8 48
0x00007ff8055396a6: 83 3d eb 72 43 00 00 0f 84 99 00 00 00 8b 15 a3
0x00007ff8055396b6: f7 45 00 65 48 8b 04 25 58 00 00 00 ff 05 a8 71
0x00007ff8055396c6: 43 00 41 b8 08 00 00 00 4c 89 6c 24 70 48 8b 04
0x00007ff8055396d6: d0 4a 8b 14 00 48 8b ba 70 02 00 00 48 8b 47 28
0x00007ff8055396e6: 48 8b 77 10 4c 8b 67 18 4c 8b 6f 20 48 89 44 24
0x00007ff8055396f6: 78 e8 c4 74 fc ff 8b 15 6e 71 43 00 48 8d 0d d7
0x00007ff805539706: 25 29 00 4c 8b c8 89 5c 24 20 44 8b c5 e8 d8 f1
0x00007ff805539716: ff ff 48 83 3e 00 74 15 48 8b 54 24 78 48 8b cf
0x00007ff805539726: e8 05 01 af ff 48 8b ce e8 dd 00 af ff 4c 89 67
0x00007ff805539736: 18 4c 8b a4 24 88 00 00 00 4c 89 6f 20 4c 8b 6c
0x00007ff805539746: 24 70 48 89 77 10 8b fb 66 90 8b c7 25 1f 00 00
0x00007ff805539756: 80 7d 07 ff c8 83 c8 e0 ff c0 48 63 c8 49 8b 06
0x00007ff805539766: 48 8b 14 c8 48 85 d2 74 15 48 8b 02 48 85 c0 74
0x00007ff805539776: 0d 49 3b 07 75 08 0f b7 42 08 3b c5 74 79 ff c7
0x00007ff805539786: 8b c7 2b c3 83 f8 03 7c c1 45 33 c0 41 8d 50 01
0x00007ff805539796: 8d 4a 3f e8 92 6e ae ff 33 ff 44 8b c5 49 8b d7
0x00007ff8055397a6: 48 8b c8 48 8b f0 48 89 38 48 c7 40 0c ff ff 00
0x00007ff8055397b6: 00 66 89 78 08 48 89 78 18 48 89 78 20 48 89 78
0x00007ff8055397c6: 28 48 89 78 30 e8 d0 f5 ff ff 48 8b d6 49 8b cc
0x00007ff8055397d6: e8 85 01 00 00 49 8b 0f e8 9d 8d fc ff 84 c0 74
0x00007ff8055397e6: 49 48 8b ce 48 83 c4 30 41 5f 41 5e 41 5c 5f 5e
0x00007ff8055397f6: 5d 5b e9 b3 6d ae ff 49 8b cc e8 5b 01 00 00 48
0x00007ff805539806: 83 3d 8b 71 43 00 00 0f 84 bc 00 00 00 8b d7 48
0x00007ff805539816: 8d 0d fc 24 29 00 48 83 c4 30 41 5f 41 5e 41 5c
0x00007ff805539826: 5f 5e 5d 5b e9 c1 f0 ff ff 90 8d 04 1f 25 1f 00
0x00007ff805539836: 00 80 7d 07 ff c8 83 c8 e0 ff c0 48 63 c8 49 8b
0x00007ff805539846: 06 48 8d 14 cd 00 00 00 00 48 8b 0c 02 48 85 c9
0x00007ff805539856: 75 17 49 03 16 45 33 c0 48 8b 05 6b 94 3d 00 48

Stack slot to memory mapping:
stack at sp + 0 slots: 0x0000000000000002 is an unknown value
stack at sp + 1 slots: 0x00000200fcbe7870 points into unknown readable memory: a8 84 78 05 f8 7f 00 00
stack at sp + 2 slots: 0x0000000702583ba0 is an oop: java.lang.Class
{0x0000000702583ba0} - klass: 'java/lang/Class'
stack at sp + 3 slots: 0x00000057ca4fdc78 points into unknown readable memory: 00 00 00 00 00 00 00 00
stack at sp + 4 slots: 0x0000000000000025 is an unknown value
stack at sp + 5 slots: 0x00000057c99ff118 is pointing into the stack for thread: 0x00000200fb5ab800
stack at sp + 6 slots: 0x00000200fd0c8980 points into unknown readable memory: d0 9a 78 05 f8 7f 00 00
stack at sp + 7 slots: 0x00000200fd0c8908 points into unknown readable memory: e0 9a 78 05 f8 7f 00 00

--------------- P R O C E S S ---------------

Threads class SMR info:
_java_thread_list=0x00000200fc648350, length=14, elements={
0x00000200da6c9800, 0x00000200faceb800, 0x00000200fb5ab800, 0x00000200fb5b7000,
0x00000200fb5bb000, 0x00000200fb5c4800, 0x00000200fb5ca800, 0x00000200fb5d8800,
0x00000200fb8b9000, 0x00000200fb8fe000, 0x00000200fba3c800, 0x00000200fba3d800,
0x00000200fb5cc000, 0x00000200fc904800
}

Java Threads: ( => current thread )
0x00000200da6c9800 JavaThread "main" [_thread_blocked, id=13756, stack(0x00000057c9100000,0x00000057c9200000)]
0x00000200faceb800 JavaThread "Reference Handler" daemon [_thread_blocked, id=13504, stack(0x00000057c9800000,0x00000057c9900000)]
0x00000200fb5ab800 JavaThread "Finalizer" daemon [_thread_blocked, id=14088, stack(0x00000057c9900000,0x00000057c9a00000)]
0x00000200fb5b7000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2932, stack(0x00000057c9a00000,0x00000057c9b00000)]
0x00000200fb5bb000 JavaThread "Attach Listener" daemon [_thread_blocked, id=14400, stack(0x00000057c9b00000,0x00000057c9c00000)]
0x00000200fb5c4800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=13908, stack(0x00000057c9c00000,0x00000057c9d00000)]
0x00000200fb5ca800 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=12364, stack(0x00000057c9d00000,0x00000057c9e00000)]
0x00000200fb5d8800 JavaThread "Sweeper thread" daemon [_thread_blocked, id=11832, stack(0x00000057c9e00000,0x00000057c9f00000)]
0x00000200fb8b9000 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=16468, stack(0x00000057c9f00000,0x00000057ca000000)]
0x00000200fb8fe000 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=6972, stack(0x00000057ca100000,0x00000057ca200000)]
0x00000200fba3c800 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=14684, stack(0x00000057ca200000,0x00000057ca300000)]
0x00000200fba3d800 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=14880, stack(0x00000057ca300000,0x00000057ca400000)]
0x00000200fb5cc000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=13308, stack(0x00000057ca600000,0x00000057ca700000)]
0x00000200fc904800 JavaThread "Service Thread" daemon [_thread_blocked, id=6900, stack(0x00000057ca700000,0x00000057ca800000)]

Other Threads:
0x00000200face6800 VMThread "VM Thread" [stack: 0x00000057c9700000,0x00000057c9800000] [id=14180]
0x00000200fc9e6800 WatcherThread [stack: 0x00000057ca800000,0x00000057ca900000] [id=13008]
0x00000200da6e2000 GCTaskThread "GC Thread0" [stack: 0x00000057c9200000,0x00000057c9300000] [id=15860]
0x00000200fc594000 GCTaskThread "GC Thread1" [stack: 0x00000057ca000000,0x00000057ca100000] [id=13580]
=>0x00000200fc594800 GCTaskThread "GC Thread2" [stack: 0x00000057ca400000,0x00000057ca500000] [id=9772]
0x00000200fc591800 GCTaskThread "GC Thread3" [stack: 0x00000057ca500000,0x00000057ca600000] [id=10652]
0x00000200da73e000 ConcurrentGCThread "G1 Main Marker" [stack: 0x00000057c9300000,0x00000057c9400000] [id=6068]
0x00000200da744800 ConcurrentGCThread "G1 Conc0" [stack: 0x00000057c9400000,0x00000057c9500000] [id=9128]
0x00000200fabd5000 ConcurrentGCThread "G1 Refine0" [stack: 0x00000057c9500000,0x00000057c9600000] [id=13900]
0x00000200fabd6000 ConcurrentGCThread "G1 Young RemSet Sampling" [stack: 0x00000057c9600000,0x00000057c9700000] [id=12992]

Threads with active compile tasks:
C2 CompilerThread0 1179 707 ! 4 jdk.internal.loader.URLClassPath$JarLoader::getResource (65 bytes)
C1 CompilerThread0 1179 748 3 org.eclipse.jdt.launching.internal.org.objectweb.asm.ClassReader::readCode (5089 bytes)
C2 CompilerThread1 1179 720 4 org.eclipse.jdt.launching.internal.org.objectweb.asm.ByteVector::putUTF8 (144 bytes)

VM state:at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
[0x00000200da6c7470] Threads_lock - owner thread: 0x00000200face6800
[0x00000200da6c7d70] Heap_lock - owner thread: 0x00000200da6c9800

Heap address: 0x0000000701c00000, size: 4068 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
Narrow klass base: 0x0000000800000000, Narrow klass shift: 0
Compressed class space size: 1073741824 Address: 0x0000000800000000

Heap:
garbage-first heap total 262144K, used 23046K [0x0000000701c00000, 0x0000000800000000)
region size 1024K, 12 young (12288K), 2 survivors (2048K)
Metaspace used 9015K, capacity 9125K, committed 9472K, reserved 1058816K
class space used 867K, capacity 931K, committed 1024K, 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|0x0000000701c00000, 0x0000000701d00000, 0x0000000701d00000|100%|HS| |TAMS 0x0000000701c00000, 0x0000000701c00000| Complete
| 1|0x0000000701d00000, 0x0000000701e00000, 0x0000000701e00000|100%|HS| |TAMS 0x0000000701d00000, 0x0000000701d00000| Complete
| 2|0x0000000701e00000, 0x0000000701f00000, 0x0000000701f00000|100%|HC| |TAMS 0x0000000701e00000, 0x0000000701e00000| Complete
| 3|0x0000000701f00000, 0x0000000702000000, 0x0000000702000000|100%|HS| |TAMS 0x0000000701f00000, 0x0000000701f00000| Complete
| 4|0x0000000702000000, 0x0000000702100000, 0x0000000702100000|100%| O| |TAMS 0x0000000702000000, 0x0000000702000000| Untracked
| 5|0x0000000702100000, 0x0000000702200000, 0x0000000702200000|100%| O| |TAMS 0x0000000702100000, 0x0000000702100000| Untracked
| 6|0x0000000702200000, 0x0000000702300000, 0x0000000702300000|100%| O| |TAMS 0x0000000702200000, 0x0000000702200000| Untracked
| 7|0x0000000702300000, 0x0000000702400000, 0x0000000702400000|100%| O| |TAMS 0x0000000702300000, 0x0000000702300000| Untracked
| 8|0x0000000702400000, 0x0000000702500000, 0x0000000702500000|100%| O| |TAMS 0x0000000702400000, 0x0000000702400000| Untracked
| 9|0x0000000702500000, 0x0000000702600000, 0x0000000702600000|100%| O| |TAMS 0x0000000702500000, 0x0000000702500000| Untracked
| 10|0x0000000702600000, 0x0000000702700000, 0x0000000702700000|100%|HS| |TAMS 0x0000000702600000, 0x0000000702600000| Complete
| 11|0x0000000702700000, 0x0000000702800000, 0x0000000702800000|100%| O| |TAMS 0x0000000702700000, 0x0000000702700000| Untracked
| 12|0x0000000702800000, 0x00000007028aba80, 0x0000000702900000| 67%| O| |TAMS 0x0000000702800000, 0x0000000702800000| Untracked
| 13|0x0000000702900000, 0x0000000702900000, 0x0000000702a00000| 0%| F| |TAMS 0x0000000702900000, 0x0000000702900000| Untracked
| 14|0x0000000702a00000, 0x0000000702a00000, 0x0000000702b00000| 0%| F| |TAMS 0x0000000702a00000, 0x0000000702a00000| Untracked
| 15|0x0000000702b00000, 0x0000000702b00000, 0x0000000702c00000| 0%| F| |TAMS 0x0000000702b00000, 0x0000000702b00000| Untracked
| 16|0x0000000702c00000, 0x0000000702c00000, 0x0000000702d00000| 0%| F| |TAMS 0x0000000702c00000, 0x0000000702c00000| Untracked
| 17|0x0000000702d00000, 0x0000000702d00000, 0x0000000702e00000| 0%| F| |TAMS 0x0000000702d00000, 0x0000000702d00000| Untracked
| 18|0x0000000702e00000, 0x0000000702e00000, 0x0000000702f00000| 0%| F| |TAMS 0x0000000702e00000, 0x0000000702e00000| Untracked
| 19|0x0000000702f00000, 0x0000000702f00000, 0x0000000703000000| 0%| F| |TAMS 0x0000000702f00000, 0x0000000702f00000| Untracked
| 20|0x0000000703000000, 0x0000000703000000, 0x0000000703100000| 0%| F| |TAMS 0x0000000703000000, 0x0000000703000000| Untracked
| 21|0x0000000703100000, 0x0000000703100000, 0x0000000703200000| 0%| F| |TAMS 0x0000000703100000, 0x0000000703100000| Untracked
| 22|0x0000000703200000, 0x0000000703200000, 0x0000000703300000| 0%| F| |TAMS 0x0000000703200000, 0x0000000703200000| Untracked
| 23|0x0000000703300000, 0x0000000703300000, 0x0000000703400000| 0%| F| |TAMS 0x0000000703300000, 0x0000000703300000| Untracked
| 24|0x0000000703400000, 0x0000000703400000, 0x0000000703500000| 0%| F| |TAMS 0x0000000703400000, 0x0000000703400000| Untracked
| 25|0x0000000703500000, 0x0000000703500000, 0x0000000703600000| 0%| F| |TAMS 0x0000000703500000, 0x0000000703500000| Untracked
| 26|0x0000000703600000, 0x0000000703600000, 0x0000000703700000| 0%| F| |TAMS 0x0000000703600000, 0x0000000703600000| Untracked
| 27|0x0000000703700000, 0x0000000703700000, 0x0000000703800000| 0%| F| |TAMS 0x0000000703700000, 0x0000000703700000| Untracked
| 28|0x0000000703800000, 0x0000000703800000, 0x0000000703900000| 0%| F| |TAMS 0x0000000703800000, 0x0000000703800000| Untracked
| 29|0x0000000703900000, 0x0000000703900000, 0x0000000703a00000| 0%| F| |TAMS 0x0000000703900000, 0x0000000703900000| Untracked
| 30|0x0000000703a00000, 0x0000000703a00000, 0x0000000703b00000| 0%| F| |TAMS 0x0000000703a00000, 0x0000000703a00000| Untracked
| 31|0x0000000703b00000, 0x0000000703b00000, 0x0000000703c00000| 0%| F| |TAMS 0x0000000703b00000, 0x0000000703b00000| Untracked
| 32|0x0000000703c00000, 0x0000000703c00000, 0x0000000703d00000| 0%| F| |TAMS 0x0000000703c00000, 0x0000000703c00000| Untracked
| 33|0x0000000703d00000, 0x0000000703d00000, 0x0000000703e00000| 0%| F| |TAMS 0x0000000703d00000, 0x0000000703d00000| Untracked
| 34|0x0000000703e00000, 0x0000000703e00000, 0x0000000703f00000| 0%| F| |TAMS 0x0000000703e00000, 0x0000000703e00000| Untracked
| 35|0x0000000703f00000, 0x0000000703f00000, 0x0000000704000000| 0%| F| |TAMS 0x0000000703f00000, 0x0000000703f00000| Untracked
| 36|0x0000000704000000, 0x0000000704000000, 0x0000000704100000| 0%| F| |TAMS 0x0000000704000000, 0x0000000704000000| Untracked
| 37|0x0000000704100000, 0x0000000704100000, 0x0000000704200000| 0%| F| |TAMS 0x0000000704100000, 0x0000000704100000| Untracked
| 38|0x0000000704200000, 0x0000000704200000, 0x0000000704300000| 0%| F| |TAMS 0x0000000704200000, 0x0000000704200000| Untracked
| 39|0x0000000704300000, 0x0000000704300000, 0x0000000704400000| 0%| F| |TAMS 0x0000000704300000, 0x0000000704300000| Untracked
| 40|0x0000000704400000, 0x0000000704400000, 0x0000000704500000| 0%| F| |TAMS 0x0000000704400000, 0x0000000704400000| Untracked
| 41|0x0000000704500000, 0x0000000704500000, 0x0000000704600000| 0%| F| |TAMS 0x0000000704500000, 0x0000000704500000| Untracked
| 42|0x0000000704600000, 0x0000000704600000, 0x0000000704700000| 0%| F| |TAMS 0x0000000704600000, 0x0000000704600000| Untracked
| 43|0x0000000704700000, 0x0000000704700000, 0x0000000704800000| 0%| F| |TAMS 0x0000000704700000, 0x0000000704700000| Untracked
| 44|0x0000000704800000, 0x0000000704800000, 0x0000000704900000| 0%| F| |TAMS 0x0000000704800000, 0x0000000704800000| Untracked
| 45|0x0000000704900000, 0x0000000704900000, 0x0000000704a00000| 0%| F| |TAMS 0x0000000704900000, 0x0000000704900000| Untracked
| 46|0x0000000704a00000, 0x0000000704a00000, 0x0000000704b00000| 0%| F| |TAMS 0x0000000704a00000, 0x0000000704a00000| Untracked
| 47|0x0000000704b00000, 0x0000000704b00000, 0x0000000704c00000| 0%| F| |TAMS 0x0000000704b00000, 0x0000000704b00000| Untracked
| 48|0x0000000704c00000, 0x0000000704c00000, 0x0000000704d00000| 0%| F| |TAMS 0x0000000704c00000, 0x0000000704c00000| Untracked
| 49|0x0000000704d00000, 0x0000000704d00000, 0x0000000704e00000| 0%| F| |TAMS 0x0000000704d00000, 0x0000000704d00000| Untracked
| 50|0x0000000704e00000, 0x0000000704e00000, 0x0000000704f00000| 0%| F| |TAMS 0x0000000704e00000, 0x0000000704e00000| Untracked
| 51|0x0000000704f00000, 0x0000000704f00000, 0x0000000705000000| 0%| F| |TAMS 0x0000000704f00000, 0x0000000704f00000| Untracked
| 52|0x0000000705000000, 0x0000000705000000, 0x0000000705100000| 0%| F| |TAMS 0x0000000705000000, 0x0000000705000000| Untracked
| 53|0x0000000705100000, 0x0000000705100000, 0x0000000705200000| 0%| F| |TAMS 0x0000000705100000, 0x0000000705100000| Untracked
| 54|0x0000000705200000, 0x0000000705200000, 0x0000000705300000| 0%| F| |TAMS 0x0000000705200000, 0x0000000705200000| Untracked
| 55|0x0000000705300000, 0x0000000705300000, 0x0000000705400000| 0%| F| |TAMS 0x0000000705300000, 0x0000000705300000| Untracked
| 56|0x0000000705400000, 0x0000000705400000, 0x0000000705500000| 0%| F| |TAMS 0x0000000705400000, 0x0000000705400000| Untracked
| 57|0x0000000705500000, 0x0000000705500000, 0x0000000705600000| 0%| F| |TAMS 0x0000000705500000, 0x0000000705500000| Untracked
| 58|0x0000000705600000, 0x0000000705600000, 0x0000000705700000| 0%| F| |TAMS 0x0000000705600000, 0x0000000705600000| Untracked
| 59|0x0000000705700000, 0x0000000705700000, 0x0000000705800000| 0%| F| |TAMS 0x0000000705700000, 0x0000000705700000| Untracked
| 60|0x0000000705800000, 0x0000000705800000, 0x0000000705900000| 0%| F| |TAMS 0x0000000705800000, 0x0000000705800000| Untracked
| 61|0x0000000705900000, 0x0000000705900000, 0x0000000705a00000| 0%| F| |TAMS 0x0000000705900000, 0x0000000705900000| Untracked
| 62|0x0000000705a00000, 0x0000000705a00000, 0x0000000705b00000| 0%| F| |TAMS 0x0000000705a00000, 0x0000000705a00000| Untracked
| 63|0x0000000705b00000, 0x0000000705b00000, 0x0000000705c00000| 0%| F| |TAMS 0x0000000705b00000, 0x0000000705b00000| Untracked
| 64|0x0000000705c00000, 0x0000000705c00000, 0x0000000705d00000| 0%| F| |TAMS 0x0000000705c00000, 0x0000000705c00000| Untracked
| 65|0x0000000705d00000, 0x0000000705d00000, 0x0000000705e00000| 0%| F| |TAMS 0x0000000705d00000, 0x0000000705d00000| Untracked
| 66|0x0000000705e00000, 0x0000000705e00000, 0x0000000705f00000| 0%| F| |TAMS 0x0000000705e00000, 0x0000000705e00000| Untracked
| 67|0x0000000705f00000, 0x0000000705f00000, 0x0000000706000000| 0%| F| |TAMS 0x0000000705f00000, 0x0000000705f00000| Untracked
| 68|0x0000000706000000, 0x0000000706000000, 0x0000000706100000| 0%| F| |TAMS 0x0000000706000000, 0x0000000706000000| Untracked
| 69|0x0000000706100000, 0x0000000706100000, 0x0000000706200000| 0%| F| |TAMS 0x0000000706100000, 0x0000000706100000| Untracked
| 70|0x0000000706200000, 0x0000000706200000, 0x0000000706300000| 0%| F| |TAMS 0x0000000706200000, 0x0000000706200000| Untracked
| 71|0x0000000706300000, 0x0000000706300000, 0x0000000706400000| 0%| F| |TAMS 0x0000000706300000, 0x0000000706300000| Untracked
| 72|0x0000000706400000, 0x0000000706400000, 0x0000000706500000| 0%| F| |TAMS 0x0000000706400000, 0x0000000706400000| Untracked
| 73|0x0000000706500000, 0x0000000706500000, 0x0000000706600000| 0%| F| |TAMS 0x0000000706500000, 0x0000000706500000| Untracked
| 74|0x0000000706600000, 0x0000000706600000, 0x0000000706700000| 0%| F| |TAMS 0x0000000706600000, 0x0000000706600000| Untracked
| 75|0x0000000706700000, 0x0000000706700000, 0x0000000706800000| 0%| F| |TAMS 0x0000000706700000, 0x0000000706700000| Untracked
| 76|0x0000000706800000, 0x0000000706800000, 0x0000000706900000| 0%| F| |TAMS 0x0000000706800000, 0x0000000706800000| Untracked
| 77|0x0000000706900000, 0x0000000706900000, 0x0000000706a00000| 0%| F| |TAMS 0x0000000706900000, 0x0000000706900000| Untracked
| 78|0x0000000706a00000, 0x0000000706a00000, 0x0000000706b00000| 0%| F| |TAMS 0x0000000706a00000, 0x0000000706a00000| Untracked
| 79|0x0000000706b00000, 0x0000000706b00000, 0x0000000706c00000| 0%| F| |TAMS 0x0000000706b00000, 0x0000000706b00000| Untracked
| 80|0x0000000706c00000, 0x0000000706c00000, 0x0000000706d00000| 0%| F| |TAMS 0x0000000706c00000, 0x0000000706c00000| Untracked
| 81|0x0000000706d00000, 0x0000000706d00000, 0x0000000706e00000| 0%| F| |TAMS 0x0000000706d00000, 0x0000000706d00000| Untracked
| 82|0x0000000706e00000, 0x0000000706e00000, 0x0000000706f00000| 0%| F| |TAMS 0x0000000706e00000, 0x0000000706e00000| Untracked
| 83|0x0000000706f00000, 0x0000000706f00000, 0x0000000707000000| 0%| F| |TAMS 0x0000000706f00000, 0x0000000706f00000| Untracked
| 84|0x0000000707000000, 0x0000000707000000, 0x0000000707100000| 0%| F| |TAMS 0x0000000707000000, 0x0000000707000000| Untracked
| 85|0x0000000707100000, 0x0000000707100000, 0x0000000707200000| 0%| F| |TAMS 0x0000000707100000, 0x0000000707100000| Untracked
| 86|0x0000000707200000, 0x0000000707200000, 0x0000000707300000| 0%| F| |TAMS 0x0000000707200000, 0x0000000707200000| Untracked
| 87|0x0000000707300000, 0x0000000707300000, 0x0000000707400000| 0%| F| |TAMS 0x0000000707300000, 0x0000000707300000| Untracked
| 88|0x0000000707400000, 0x0000000707400000, 0x0000000707500000| 0%| F| |TAMS 0x0000000707400000, 0x0000000707400000| Untracked
| 89|0x0000000707500000, 0x0000000707500000, 0x0000000707600000| 0%| F| |TAMS 0x0000000707500000, 0x0000000707500000| Untracked
| 90|0x0000000707600000, 0x0000000707600000, 0x0000000707700000| 0%| F| |TAMS 0x0000000707600000, 0x0000000707600000| Untracked
| 91|0x0000000707700000, 0x0000000707700000, 0x0000000707800000| 0%| F| |TAMS 0x0000000707700000, 0x0000000707700000| Untracked
| 92|0x0000000707800000, 0x0000000707800000, 0x0000000707900000| 0%| F| |TAMS 0x0000000707800000, 0x0000000707800000| Untracked
| 93|0x0000000707900000, 0x0000000707900000, 0x0000000707a00000| 0%| F| |TAMS 0x0000000707900000, 0x0000000707900000| Untracked
| 94|0x0000000707a00000, 0x0000000707a00000, 0x0000000707b00000| 0%| F| |TAMS 0x0000000707a00000, 0x0000000707a00000| Untracked
| 95|0x0000000707b00000, 0x0000000707b00000, 0x0000000707c00000| 0%| F| |TAMS 0x0000000707b00000, 0x0000000707b00000| Untracked
| 96|0x0000000707c00000, 0x0000000707c00000, 0x0000000707d00000| 0%| F| |TAMS 0x0000000707c00000, 0x0000000707c00000| Untracked
| 97|0x0000000707d00000, 0x0000000707d00000, 0x0000000707e00000| 0%| F| |TAMS 0x0000000707d00000, 0x0000000707d00000| Untracked
| 98|0x0000000707e00000, 0x0000000707e00000, 0x0000000707f00000| 0%| F| |TAMS 0x0000000707e00000, 0x0000000707e00000| Untracked
| 99|0x0000000707f00000, 0x0000000707f00000, 0x0000000708000000| 0%| F| |TAMS 0x0000000707f00000, 0x0000000707f00000| Untracked
| 100|0x0000000708000000, 0x0000000708000000, 0x0000000708100000| 0%| F| |TAMS 0x0000000708000000, 0x0000000708000000| Untracked
| 101|0x0000000708100000, 0x0000000708100000, 0x0000000708200000| 0%| F| |TAMS 0x0000000708100000, 0x0000000708100000| Untracked
| 102|0x0000000708200000, 0x0000000708200000, 0x0000000708300000| 0%| F| |TAMS 0x0000000708200000, 0x0000000708200000| Untracked
| 103|0x0000000708300000, 0x0000000708300000, 0x0000000708400000| 0%| F| |TAMS 0x0000000708300000, 0x0000000708300000| Untracked
| 104|0x0000000708400000, 0x0000000708400000, 0x0000000708500000| 0%| F| |TAMS 0x0000000708400000, 0x0000000708400000| Untracked
| 105|0x0000000708500000, 0x0000000708500000, 0x0000000708600000| 0%| F| |TAMS 0x0000000708500000, 0x0000000708500000| Untracked
| 106|0x0000000708600000, 0x0000000708600000, 0x0000000708700000| 0%| F| |TAMS 0x0000000708600000, 0x0000000708600000| Untracked
| 107|0x0000000708700000, 0x0000000708700000, 0x0000000708800000| 0%| F| |TAMS 0x0000000708700000, 0x0000000708700000| Untracked
| 108|0x0000000708800000, 0x0000000708800000, 0x0000000708900000| 0%| F| |TAMS 0x0000000708800000, 0x0000000708800000| Untracked
| 109|0x0000000708900000, 0x0000000708900000, 0x0000000708a00000| 0%| F| |TAMS 0x0000000708900000, 0x0000000708900000| Untracked
| 110|0x0000000708a00000, 0x0000000708a00000, 0x0000000708b00000| 0%| F| |TAMS 0x0000000708a00000, 0x0000000708a00000| Untracked
| 111|0x0000000708b00000, 0x0000000708b00000, 0x0000000708c00000| 0%| F| |TAMS 0x0000000708b00000, 0x0000000708b00000| Untracked
| 112|0x0000000708c00000, 0x0000000708c00000, 0x0000000708d00000| 0%| F| |TAMS 0x0000000708c00000, 0x0000000708c00000| Untracked
| 113|0x0000000708d00000, 0x0000000708d00000, 0x0000000708e00000| 0%| F| |TAMS 0x0000000708d00000, 0x0000000708d00000| Untracked
| 114|0x0000000708e00000, 0x0000000708e00000, 0x0000000708f00000| 0%| F| |TAMS 0x0000000708e00000, 0x0000000708e00000| Untracked
| 115|0x0000000708f00000, 0x0000000708f00000, 0x0000000709000000| 0%| F| |TAMS 0x0000000708f00000, 0x0000000708f00000| Untracked
| 116|0x0000000709000000, 0x0000000709000000, 0x0000000709100000| 0%| F| |TAMS 0x0000000709000000, 0x0000000709000000| Untracked
| 117|0x0000000709100000, 0x0000000709100000, 0x0000000709200000| 0%| F| |TAMS 0x0000000709100000, 0x0000000709100000| Untracked
| 118|0x0000000709200000, 0x0000000709200000, 0x0000000709300000| 0%| F| |TAMS 0x0000000709200000, 0x0000000709200000| Untracked
| 119|0x0000000709300000, 0x0000000709300000, 0x0000000709400000| 0%| F| |TAMS 0x0000000709300000, 0x0000000709300000| Untracked
| 120|0x0000000709400000, 0x0000000709400000, 0x0000000709500000| 0%| F| |TAMS 0x0000000709400000, 0x0000000709400000| Untracked
| 121|0x0000000709500000, 0x0000000709500000, 0x0000000709600000| 0%| F| |TAMS 0x0000000709500000, 0x0000000709500000| Untracked
| 122|0x0000000709600000, 0x0000000709600000, 0x0000000709700000| 0%| F| |TAMS 0x0000000709600000, 0x0000000709600000| Untracked
| 123|0x0000000709700000, 0x0000000709700000, 0x0000000709800000| 0%| F| |TAMS 0x0000000709700000, 0x0000000709700000| Untracked
| 124|0x0000000709800000, 0x0000000709800000, 0x0000000709900000| 0%| F| |TAMS 0x0000000709800000, 0x0000000709800000| Untracked
| 125|0x0000000709900000, 0x0000000709900000, 0x0000000709a00000| 0%| F| |TAMS 0x0000000709900000, 0x0000000709900000| Untracked
| 126|0x0000000709a00000, 0x0000000709a00000, 0x0000000709b00000| 0%| F| |TAMS 0x0000000709a00000, 0x0000000709a00000| Untracked
| 127|0x0000000709b00000, 0x0000000709b00000, 0x0000000709c00000| 0%| F| |TAMS 0x0000000709b00000, 0x0000000709b00000| Untracked
| 128|0x0000000709c00000, 0x0000000709c00000, 0x0000000709d00000| 0%| F| |TAMS 0x0000000709c00000, 0x0000000709c00000| Untracked
| 129|0x0000000709d00000, 0x0000000709d00000, 0x0000000709e00000| 0%| F| |TAMS 0x0000000709d00000, 0x0000000709d00000| Untracked
| 130|0x0000000709e00000, 0x0000000709e00000, 0x0000000709f00000| 0%| F| |TAMS 0x0000000709e00000, 0x0000000709e00000| Untracked
| 131|0x0000000709f00000, 0x0000000709f00000, 0x000000070a000000| 0%| F| |TAMS 0x0000000709f00000, 0x0000000709f00000| Untracked
| 132|0x000000070a000000, 0x000000070a000000, 0x000000070a100000| 0%| F| |TAMS 0x000000070a000000, 0x000000070a000000| Untracked
| 133|0x000000070a100000, 0x000000070a100000, 0x000000070a200000| 0%| F| |TAMS 0x000000070a100000, 0x000000070a100000| Untracked
| 134|0x000000070a200000, 0x000000070a200000, 0x000000070a300000| 0%| F| |TAMS 0x000000070a200000, 0x000000070a200000| Untracked
| 135|0x000000070a300000, 0x000000070a300000, 0x000000070a400000| 0%| F| |TAMS 0x000000070a300000, 0x000000070a300000| Untracked
| 136|0x000000070a400000, 0x000000070a400000, 0x000000070a500000| 0%| F| |TAMS 0x000000070a400000, 0x000000070a400000| Untracked
| 137|0x000000070a500000, 0x000000070a500000, 0x000000070a600000| 0%| F| |TAMS 0x000000070a500000, 0x000000070a500000| Untracked
| 138|0x000000070a600000, 0x000000070a600000, 0x000000070a700000| 0%| F| |TAMS 0x000000070a600000, 0x000000070a600000| Untracked
| 139|0x000000070a700000, 0x000000070a700000, 0x000000070a800000| 0%| F| |TAMS 0x000000070a700000, 0x000000070a700000| Untracked
| 140|0x000000070a800000, 0x000000070a800000, 0x000000070a900000| 0%| F| |TAMS 0x000000070a800000, 0x000000070a800000| Untracked
| 141|0x000000070a900000, 0x000000070a900000, 0x000000070aa00000| 0%| F| |TAMS 0x000000070a900000, 0x000000070a900000| Untracked
| 142|0x000000070aa00000, 0x000000070aa00000, 0x000000070ab00000| 0%| F| |TAMS 0x000000070aa00000, 0x000000070aa00000| Untracked
| 143|0x000000070ab00000, 0x000000070ab00000, 0x000000070ac00000| 0%| F| |TAMS 0x000000070ab00000, 0x000000070ab00000| Untracked
| 144|0x000000070ac00000, 0x000000070ac00000, 0x000000070ad00000| 0%| F| |TAMS 0x000000070ac00000, 0x000000070ac00000| Untracked
| 145|0x000000070ad00000, 0x000000070ad00000, 0x000000070ae00000| 0%| F| |TAMS 0x000000070ad00000, 0x000000070ad00000| Untracked
| 146|0x000000070ae00000, 0x000000070ae00000, 0x000000070af00000| 0%| F| |TAMS 0x000000070ae00000, 0x000000070ae00000| Untracked
| 147|0x000000070af00000, 0x000000070af00000, 0x000000070b000000| 0%| F| |TAMS 0x000000070af00000, 0x000000070af00000| Untracked
| 148|0x000000070b000000, 0x000000070b000000, 0x000000070b100000| 0%| F| |TAMS 0x000000070b000000, 0x000000070b000000| Untracked
| 149|0x000000070b100000, 0x000000070b100000, 0x000000070b200000| 0%| F| |TAMS 0x000000070b100000, 0x000000070b100000| Untracked
| 150|0x000000070b200000, 0x000000070b200000, 0x000000070b300000| 0%| F| |TAMS 0x000000070b200000, 0x000000070b200000| Untracked
| 151|0x000000070b300000, 0x000000070b300000, 0x000000070b400000| 0%| F| |TAMS 0x000000070b300000, 0x000000070b300000| Untracked
| 152|0x000000070b400000, 0x000000070b400000, 0x000000070b500000| 0%| F| |TAMS 0x000000070b400000, 0x000000070b400000| Untracked
| 153|0x000000070b500000, 0x000000070b500000, 0x000000070b600000| 0%| F| |TAMS 0x000000070b500000, 0x000000070b500000| Untracked
| 154|0x000000070b600000, 0x000000070b600000, 0x000000070b700000| 0%| F| |TAMS 0x000000070b600000, 0x000000070b600000| Untracked
| 155|0x000000070b700000, 0x000000070b700000, 0x000000070b800000| 0%| F| |TAMS 0x000000070b700000, 0x000000070b700000| Untracked
| 156|0x000000070b800000, 0x000000070b800000, 0x000000070b900000| 0%| F| |TAMS 0x000000070b800000, 0x000000070b800000| Untracked
| 157|0x000000070b900000, 0x000000070b900000, 0x000000070ba00000| 0%| F| |TAMS 0x000000070b900000, 0x000000070b900000| Untracked
| 158|0x000000070ba00000, 0x000000070ba00000, 0x000000070bb00000| 0%| F| |TAMS 0x000000070ba00000, 0x000000070ba00000| Untracked
| 159|0x000000070bb00000, 0x000000070bb00000, 0x000000070bc00000| 0%| F| |TAMS 0x000000070bb00000, 0x000000070bb00000| Untracked
| 160|0x000000070bc00000, 0x000000070bc00000, 0x000000070bd00000| 0%| F| |TAMS 0x000000070bc00000, 0x000000070bc00000| Untracked
| 161|0x000000070bd00000, 0x000000070bd00000, 0x000000070be00000| 0%| F| |TAMS 0x000000070bd00000, 0x000000070bd00000| Untracked
| 162|0x000000070be00000, 0x000000070be00000, 0x000000070bf00000| 0%| F| |TAMS 0x000000070be00000, 0x000000070be00000| Untracked
| 163|0x000000070bf00000, 0x000000070bf00000, 0x000000070c000000| 0%| F| |TAMS 0x000000070bf00000, 0x000000070bf00000| Untracked
| 164|0x000000070c000000, 0x000000070c000000, 0x000000070c100000| 0%| F| |TAMS 0x000000070c000000, 0x000000070c000000| Untracked
| 165|0x000000070c100000, 0x000000070c100000, 0x000000070c200000| 0%| F| |TAMS 0x000000070c100000, 0x000000070c100000| Untracked
| 166|0x000000070c200000, 0x000000070c200000, 0x000000070c300000| 0%| F| |TAMS 0x000000070c200000, 0x000000070c200000| Untracked
| 167|0x000000070c300000, 0x000000070c300000, 0x000000070c400000| 0%| F| |TAMS 0x000000070c300000, 0x000000070c300000| Untracked
| 168|0x000000070c400000, 0x000000070c400000, 0x000000070c500000| 0%| F| |TAMS 0x000000070c400000, 0x000000070c400000| Untracked
| 169|0x000000070c500000, 0x000000070c500000, 0x000000070c600000| 0%| F| |TAMS 0x000000070c500000, 0x000000070c500000| Untracked
| 170|0x000000070c600000, 0x000000070c600000, 0x000000070c700000| 0%| F| |TAMS 0x000000070c600000, 0x000000070c600000| Untracked
| 171|0x000000070c700000, 0x000000070c700000, 0x000000070c800000| 0%| F| |TAMS 0x000000070c700000, 0x000000070c700000| Untracked
| 172|0x000000070c800000, 0x000000070c800000, 0x000000070c900000| 0%| F| |TAMS 0x000000070c800000, 0x000000070c800000| Untracked
| 173|0x000000070c900000, 0x000000070c900000, 0x000000070ca00000| 0%| F| |TAMS 0x000000070c900000, 0x000000070c900000| Untracked
| 174|0x000000070ca00000, 0x000000070ca00000, 0x000000070cb00000| 0%| F| |TAMS 0x000000070ca00000, 0x000000070ca00000| Untracked
| 175|0x000000070cb00000, 0x000000070cb00000, 0x000000070cc00000| 0%| F| |TAMS 0x000000070cb00000, 0x000000070cb00000| Untracked
| 176|0x000000070cc00000, 0x000000070cc00000, 0x000000070cd00000| 0%| F| |TAMS 0x000000070cc00000, 0x000000070cc00000| Untracked
| 177|0x000000070cd00000, 0x000000070cd00000, 0x000000070ce00000| 0%| F| |TAMS 0x000000070cd00000, 0x000000070cd00000| Untracked
| 178|0x000000070ce00000, 0x000000070ce00000, 0x000000070cf00000| 0%| F| |TAMS 0x000000070ce00000, 0x000000070ce00000| Untracked
| 179|0x000000070cf00000, 0x000000070cf00000, 0x000000070d000000| 0%| F| |TAMS 0x000000070cf00000, 0x000000070cf00000| Untracked
| 180|0x000000070d000000, 0x000000070d000000, 0x000000070d100000| 0%| F| |TAMS 0x000000070d000000, 0x000000070d000000| Untracked
| 181|0x000000070d100000, 0x000000070d100000, 0x000000070d200000| 0%| F| |TAMS 0x000000070d100000, 0x000000070d100000| Untracked
| 182|0x000000070d200000, 0x000000070d200000, 0x000000070d300000| 0%| F| |TAMS 0x000000070d200000, 0x000000070d200000| Untracked
| 183|0x000000070d300000, 0x000000070d300000, 0x000000070d400000| 0%| F| |TAMS 0x000000070d300000, 0x000000070d300000| Untracked
| 184|0x000000070d400000, 0x000000070d400000, 0x000000070d500000| 0%| F| |TAMS 0x000000070d400000, 0x000000070d400000| Untracked
| 185|0x000000070d500000, 0x000000070d500000, 0x000000070d600000| 0%| F| |TAMS 0x000000070d500000, 0x000000070d500000| Untracked
| 186|0x000000070d600000, 0x000000070d600000, 0x000000070d700000| 0%| F| |TAMS 0x000000070d600000, 0x000000070d600000| Untracked
| 187|0x000000070d700000, 0x000000070d700000, 0x000000070d800000| 0%| F| |TAMS 0x000000070d700000, 0x000000070d700000| Untracked
| 188|0x000000070d800000, 0x000000070d800000, 0x000000070d900000| 0%| F| |TAMS 0x000000070d800000, 0x000000070d800000| Untracked
| 189|0x000000070d900000, 0x000000070d900000, 0x000000070da00000| 0%| F| |TAMS 0x000000070d900000, 0x000000070d900000| Untracked
| 190|0x000000070da00000, 0x000000070da00000, 0x000000070db00000| 0%| F| |TAMS 0x000000070da00000, 0x000000070da00000| Untracked
| 191|0x000000070db00000, 0x000000070db00000, 0x000000070dc00000| 0%| F| |TAMS 0x000000070db00000, 0x000000070db00000| Untracked
| 192|0x000000070dc00000, 0x000000070dc00000, 0x000000070dd00000| 0%| F| |TAMS 0x000000070dc00000, 0x000000070dc00000| Untracked
| 193|0x000000070dd00000, 0x000000070dd00000, 0x000000070de00000| 0%| F| |TAMS 0x000000070dd00000, 0x000000070dd00000| Untracked
| 194|0x000000070de00000, 0x000000070de00000, 0x000000070df00000| 0%| F| |TAMS 0x000000070de00000, 0x000000070de00000| Untracked
| 195|0x000000070df00000, 0x000000070df00000, 0x000000070e000000| 0%| F| |TAMS 0x000000070df00000, 0x000000070df00000| Untracked
| 196|0x000000070e000000, 0x000000070e000000, 0x000000070e100000| 0%| F| |TAMS 0x000000070e000000, 0x000000070e000000| Untracked
| 197|0x000000070e100000, 0x000000070e100000, 0x000000070e200000| 0%| F| |TAMS 0x000000070e100000, 0x000000070e100000| Untracked
| 198|0x000000070e200000, 0x000000070e200000, 0x000000070e300000| 0%| F| |TAMS 0x000000070e200000, 0x000000070e200000| Untracked
| 199|0x000000070e300000, 0x000000070e300000, 0x000000070e400000| 0%| F| |TAMS 0x000000070e300000, 0x000000070e300000| Untracked
| 200|0x000000070e400000, 0x000000070e400000, 0x000000070e500000| 0%| F| |TAMS 0x000000070e400000, 0x000000070e400000| Untracked
| 201|0x000000070e500000, 0x000000070e500000, 0x000000070e600000| 0%| F| |TAMS 0x000000070e500000, 0x000000070e500000| Untracked
| 202|0x000000070e600000, 0x000000070e600000, 0x000000070e700000| 0%| F| |TAMS 0x000000070e600000, 0x000000070e600000| Untracked
| 203|0x000000070e700000, 0x000000070e700000, 0x000000070e800000| 0%| F| |TAMS 0x000000070e700000, 0x000000070e700000| Untracked
| 204|0x000000070e800000, 0x000000070e800000, 0x000000070e900000| 0%| F| |TAMS 0x000000070e800000, 0x000000070e800000| Untracked
| 205|0x000000070e900000, 0x000000070e900000, 0x000000070ea00000| 0%| F| |TAMS 0x000000070e900000, 0x000000070e900000| Untracked
| 206|0x000000070ea00000, 0x000000070ea00000, 0x000000070eb00000| 0%| F| |TAMS 0x000000070ea00000, 0x000000070ea00000| Untracked
| 207|0x000000070eb00000, 0x000000070eb00000, 0x000000070ec00000| 0%| F| |TAMS 0x000000070eb00000, 0x000000070eb00000| Untracked
| 208|0x000000070ec00000, 0x000000070ec00000, 0x000000070ed00000| 0%| F| |TAMS 0x000000070ec00000, 0x000000070ec00000| Untracked
| 209|0x000000070ed00000, 0x000000070ed00000, 0x000000070ee00000| 0%| F| |TAMS 0x000000070ed00000, 0x000000070ed00000| Untracked
| 210|0x000000070ee00000, 0x000000070ee00000, 0x000000070ef00000| 0%| F| |TAMS 0x000000070ee00000, 0x000000070ee00000| Untracked
| 211|0x000000070ef00000, 0x000000070ef00000, 0x000000070f000000| 0%| F| |TAMS 0x000000070ef00000, 0x000000070ef00000| Untracked
| 212|0x000000070f000000, 0x000000070f000000, 0x000000070f100000| 0%| F| |TAMS 0x000000070f000000, 0x000000070f000000| Untracked
| 213|0x000000070f100000, 0x000000070f100000, 0x000000070f200000| 0%| F| |TAMS 0x000000070f100000, 0x000000070f100000| Untracked
| 214|0x000000070f200000, 0x000000070f200000, 0x000000070f300000| 0%| F| |TAMS 0x000000070f200000, 0x000000070f200000| Untracked
| 215|0x000000070f300000, 0x000000070f300000, 0x000000070f400000| 0%| F| |TAMS 0x000000070f300000, 0x000000070f300000| Untracked
| 216|0x000000070f400000, 0x000000070f400000, 0x000000070f500000| 0%| F| |TAMS 0x000000070f400000, 0x000000070f400000| Untracked
| 217|0x000000070f500000, 0x000000070f500000, 0x000000070f600000| 0%| F| |TAMS 0x000000070f500000, 0x000000070f500000| Untracked
| 218|0x000000070f600000, 0x000000070f600000, 0x000000070f700000| 0%| F| |TAMS 0x000000070f600000, 0x000000070f600000| Untracked
| 219|0x000000070f700000, 0x000000070f700000, 0x000000070f800000| 0%| F| |TAMS 0x000000070f700000, 0x000000070f700000| Untracked
| 220|0x000000070f800000, 0x000000070f800000, 0x000000070f900000| 0%| F| |TAMS 0x000000070f800000, 0x000000070f800000| Untracked
| 221|0x000000070f900000, 0x000000070f900000, 0x000000070fa00000| 0%| F| |TAMS 0x000000070f900000, 0x000000070f900000| Untracked
| 222|0x000000070fa00000, 0x000000070fa00000, 0x000000070fb00000| 0%| F| |TAMS 0x000000070fa00000, 0x000000070fa00000| Untracked
| 223|0x000000070fb00000, 0x000000070fb00000, 0x000000070fc00000| 0%| F| |TAMS 0x000000070fb00000, 0x000000070fb00000| Untracked
| 224|0x000000070fc00000, 0x000000070fc00000, 0x000000070fd00000| 0%| F| |TAMS 0x000000070fc00000, 0x000000070fc00000| Untracked
| 225|0x000000070fd00000, 0x000000070fd00000, 0x000000070fe00000| 0%| F| |TAMS 0x000000070fd00000, 0x000000070fd00000| Untracked
| 226|0x000000070fe00000, 0x000000070fe00000, 0x000000070ff00000| 0%| F| |TAMS 0x000000070fe00000, 0x000000070fe00000| Untracked
| 227|0x000000070ff00000, 0x000000070ff00000, 0x0000000710000000| 0%| F| |TAMS 0x000000070ff00000, 0x000000070ff00000| Untracked
| 228|0x0000000710000000, 0x0000000710000000, 0x0000000710100000| 0%| F| |TAMS 0x0000000710000000, 0x0000000710000000| Untracked
| 229|0x0000000710100000, 0x0000000710100000, 0x0000000710200000| 0%| F| |TAMS 0x0000000710100000, 0x0000000710100000| Untracked
| 230|0x0000000710200000, 0x0000000710200000, 0x0000000710300000| 0%| F| |TAMS 0x0000000710200000, 0x0000000710200000| Untracked
| 231|0x0000000710300000, 0x0000000710300000, 0x0000000710400000| 0%| F| |TAMS 0x0000000710300000, 0x0000000710300000| Untracked
| 232|0x0000000710400000, 0x0000000710400000, 0x0000000710500000| 0%| F| |TAMS 0x0000000710400000, 0x0000000710400000| Untracked
| 233|0x0000000710500000, 0x0000000710500000, 0x0000000710600000| 0%| F| |TAMS 0x0000000710500000, 0x0000000710500000| Untracked
| 234|0x0000000710600000, 0x0000000710600000, 0x0000000710700000| 0%| F| |TAMS 0x0000000710600000, 0x0000000710600000| Untracked
| 235|0x0000000710700000, 0x0000000710700000, 0x0000000710800000| 0%| F| |TAMS 0x0000000710700000, 0x0000000710700000| Untracked
| 236|0x0000000710800000, 0x0000000710800000, 0x0000000710900000| 0%| F| |TAMS 0x0000000710800000, 0x0000000710800000| Untracked
| 237|0x0000000710900000, 0x0000000710900000, 0x0000000710a00000| 0%| F| |TAMS 0x0000000710900000, 0x0000000710900000| Untracked
| 238|0x0000000710a00000, 0x0000000710a00000, 0x0000000710b00000| 0%| F| |TAMS 0x0000000710a00000, 0x0000000710a00000| Untracked
| 239|0x0000000710b00000, 0x0000000710b00000, 0x0000000710c00000| 0%| F| |TAMS 0x0000000710b00000, 0x0000000710b00000| Untracked
| 240|0x0000000710c00000, 0x0000000710d00000, 0x0000000710d00000|100%| E|CS|TAMS 0x0000000710c00000, 0x0000000710c00000| Complete
| 241|0x0000000710d00000, 0x0000000710e00000, 0x0000000710e00000|100%| E|CS|TAMS 0x0000000710d00000, 0x0000000710d00000| Complete
| 242|0x0000000710e00000, 0x0000000710e00000, 0x0000000710f00000| 0%| F| |TAMS 0x0000000710e00000, 0x0000000710e00000| Untracked
| 243|0x0000000710f00000, 0x0000000710f00000, 0x0000000711000000| 0%| F| |TAMS 0x0000000710f00000, 0x0000000710f00000| Untracked
| 244|0x0000000711000000, 0x0000000711100000, 0x0000000711100000|100%| S| |TAMS 0x0000000711000000, 0x0000000711000000| Complete
| 245|0x0000000711100000, 0x0000000711200000, 0x0000000711200000|100%| S| |TAMS 0x0000000711100000, 0x0000000711100000| Complete
| 246|0x0000000711200000, 0x0000000711300000, 0x0000000711300000|100%| E|CS|TAMS 0x0000000711200000, 0x0000000711200000| Complete
| 247|0x0000000711300000, 0x0000000711400000, 0x0000000711400000|100%| E|CS|TAMS 0x0000000711300000, 0x0000000711300000| Complete
| 248|0x0000000711400000, 0x0000000711500000, 0x0000000711500000|100%| E|CS|TAMS 0x0000000711400000, 0x0000000711400000| Complete
| 249|0x0000000711500000, 0x0000000711600000, 0x0000000711600000|100%| E|CS|TAMS 0x0000000711500000, 0x0000000711500000| Complete
| 250|0x0000000711600000, 0x0000000711700000, 0x0000000711700000|100%| E|CS|TAMS 0x0000000711600000, 0x0000000711600000| Complete
| 251|0x0000000711700000, 0x0000000711800000, 0x0000000711800000|100%| E|CS|TAMS 0x0000000711700000, 0x0000000711700000| Complete
| 252|0x0000000711800000, 0x0000000711900000, 0x0000000711900000|100%| E|CS|TAMS 0x0000000711800000, 0x0000000711800000| Complete
| 253|0x0000000711900000, 0x0000000711a00000, 0x0000000711a00000|100%| E|CS|TAMS 0x0000000711900000, 0x0000000711900000| Complete
| 254|0x0000000711a00000, 0x0000000711b00000, 0x0000000711b00000|100%| E|CS|TAMS 0x0000000711a00000, 0x0000000711a00000| Complete
| 255|0x0000000711b00000, 0x0000000711c00000, 0x0000000711c00000|100%| E|CS|TAMS 0x0000000711b00000, 0x0000000711b00000| Complete

Card table byte_map: [0x00000200ef8a0000,0x00000200f00a0000] _byte_map_base: 0x00000200ec092000

Marking Bits (Prev, Next): (CMBitMap*) 0x00000200da72d648, (CMBitMap*) 0x00000200da72d680
Prev Bits: [0x00000200f08a0000, 0x00000200f4830000)
Next Bits: [0x00000200f4830000, 0x00000200f87c0000)

Polling page: 0x00000200d84f0000

Metaspace:

Usage:
Non-class: 8.00 MB capacity, 7.96 MB (>99%) used, 39.80 KB ( <1%) free+waste, 6.63 KB ( <1%) overhead.
Class: 931.00 KB capacity, 867.81 KB ( 93%) used, 60.44 KB ( 6%) free+waste, 2.75 KB ( <1%) overhead.
Both: 8.91 MB capacity, 8.80 MB ( 99%) used, 100.23 KB ( 1%) free+waste, 9.38 KB ( <1%) overhead.

Virtual space:
Non-class space: 10.00 MB reserved, 8.25 MB ( 83%) committed
Class space: 1.00 GB reserved, 1.00 MB ( <1%) committed
Both: 1.01 GB reserved, 9.25 MB ( <1%) committed

Chunk freelists:
Non-Class: 62.00 KB
Class: 29.00 KB
Both: 91.00 KB

MaxMetaspaceSize: 17179869184.00 GB
CompressedClassSpaceSize: 1.00 GB

CodeHeap 'non-profiled nmethods': size=120064Kb used=289Kb max_used=289Kb free=119774Kb
bounds [0x00000200e7b60000, 0x00000200e7dd0000, 0x00000200ef0a0000]
CodeHeap 'profiled nmethods': size=120000Kb used=1610Kb max_used=1610Kb free=118389Kb
bounds [0x00000200e0630000, 0x00000200e08a0000, 0x00000200e7b60000]
CodeHeap 'non-nmethods': size=5696Kb used=1155Kb max_used=1190Kb free=4540Kb
bounds [0x00000200e00a0000, 0x00000200e0310000, 0x00000200e0630000]
total_blobs=1607 nmethods=743 adapters=279
compilation: enabled
stopped_count=0, restarted_count=0
full_count=0

Compilation events (20 events):
Event: 1.050 Thread 0x00000200fb5ca800 nmethod 738 0x00000200e07bc690 code [0x00000200e07bc900, 0x00000200e07bce80]
Event: 1.050 Thread 0x00000200fb5ca800 739 3 org.eclipse.jdt.launching.internal.org.objectweb.asm.MethodWriter::visitMethodInsn (191 bytes)
Event: 1.051 Thread 0x00000200fb5ca800 nmethod 739 0x00000200e07bd190 code [0x00000200e07bd3e0, 0x00000200e07bdd70]
Event: 1.051 Thread 0x00000200fb5ca800 742 3 org.eclipse.jdt.launching.internal.org.objectweb.asm.MethodWriter:: (232 bytes)
Event: 1.053 Thread 0x00000200fb5ca800 nmethod 742 0x00000200e07be110 code [0x00000200e07be3c0, 0x00000200e07bf220]
Event: 1.053 Thread 0x00000200fb5ca800 740 3 org.eclipse.jdt.launching.internal.org.objectweb.asm.SymbolTable::addConstantMethodref (24 bytes)
Event: 1.053 Thread 0x00000200fb5ca800 nmethod 740 0x00000200e07bf710 code [0x00000200e07bf8e0, 0x00000200e07bfb10]
Event: 1.053 Thread 0x00000200fb5ca800 741 3 org.eclipse.jdt.launching.internal.org.objectweb.asm.ClassWriter::visitMethod (57 bytes)
Event: 1.053 Thread 0x00000200fb5ca800 nmethod 741 0x00000200e07bfc10 code [0x00000200e07bfde0, 0x00000200e07c0210]
Event: 1.053 Thread 0x00000200fb5ca800 745 3 org.eclipse.jdt.launching.internal.org.objectweb.asm.Label::addLineNumber (89 bytes)
Event: 1.054 Thread 0x00000200fb5ca800 nmethod 745 0x00000200e07c0390 code [0x00000200e07c0580, 0x00000200e07c0b10]
Event: 1.054 Thread 0x00000200fb5ca800 746 3 org.eclipse.jdt.launching.internal.org.objectweb.asm.MethodWriter::visitLineNumber (50 bytes)
Event: 1.054 Thread 0x00000200fb5ca800 nmethod 746 0x00000200e07c0c90 code [0x00000200e07c0e80, 0x00000200e07c1380]
Event: 1.054 Thread 0x00000200fb5ca800 743 3 org.eclipse.jdt.launching.internal.org.objectweb.asm.MethodVisitor:: (7 bytes)
Event: 1.054 Thread 0x00000200fb5ca800 nmethod 743 0x00000200e07c1590 code [0x00000200e07c1740, 0x00000200e07c18f0]
Event: 1.054 Thread 0x00000200fb5ca800 744 3 org.eclipse.jdt.launching.internal.org.objectweb.asm.MethodVisitor:: (66 bytes)
Event: 1.055 Thread 0x00000200fb5ca800 nmethod 744 0x00000200e07c1990 code [0x00000200e07c1c20, 0x00000200e07c2700]
Event: 1.055 Thread 0x00000200fb5ca800 748 3 org.eclipse.jdt.launching.internal.org.objectweb.asm.ClassReader::readCode (5089 bytes)
Event: 1.066 Thread 0x00000200fb5cc000 nmethod 717 0x00000200e7ba7010 code [0x00000200e7ba71e0, 0x00000200e7ba8098]
Event: 1.066 Thread 0x00000200fb5cc000 720 4 org.eclipse.jdt.launching.internal.org.objectweb.asm.ByteVector::putUTF8 (144 bytes)

GC Heap History (3 events):
Event: 0.682 GC heap before
{Heap before GC invocations=0 (full 0):
garbage-first heap total 262144K, used 17408K [0x0000000701c00000, 0x0000000800000000)
region size 1024K, 14 young (14336K), 0 survivors (0K)
Metaspace used 5542K, capacity 5631K, committed 5760K, reserved 1056768K
class space used 518K, capacity 534K, committed 640K, reserved 1048576K
}
Event: 0.687 GC heap after
{Heap after GC invocations=1 (full 0):
garbage-first heap total 262144K, used 11782K [0x0000000701c00000, 0x0000000800000000)
region size 1024K, 2 young (2048K), 2 survivors (2048K)
Metaspace used 5542K, capacity 5631K, committed 5760K, reserved 1056768K
class space used 518K, capacity 534K, committed 640K, reserved 1048576K
}
Event: 1.069 GC heap before
{Heap before GC invocations=1 (full 0):
garbage-first heap total 262144K, used 23046K [0x0000000701c00000, 0x0000000800000000)
region size 1024K, 12 young (12288K), 2 survivors (2048K)
Metaspace used 9015K, capacity 9125K, committed 9472K, reserved 1058816K
class space used 867K, capacity 931K, committed 1024K, reserved 1048576K
}

Deoptimization events (20 events):
Event: 0.957 Thread 0x00000200da6c9800 DEOPT PACKING pc=0x00000200e075300d sp=0x00000057c91fa4e0
Event: 0.957 Thread 0x00000200da6c9800 DEOPT UNPACKING pc=0x00000200e00dd6ce sp=0x00000057c91f99a8 mode 0
Event: 0.958 Thread 0x00000200da6c9800 DEOPT PACKING pc=0x00000200e075e823 sp=0x00000057c91fa640
Event: 0.958 Thread 0x00000200da6c9800 DEOPT UNPACKING pc=0x00000200e00dd6ce sp=0x00000057c91f9ab0 mode 0
Event: 0.962 Thread 0x00000200da6c9800 DEOPT PACKING pc=0x00000200e0752dd8 sp=0x00000057c91fb820
Event: 0.962 Thread 0x00000200da6c9800 DEOPT UNPACKING pc=0x00000200e00dd6ce sp=0x00000057c91face8 mode 0
Event: 0.962 Thread 0x00000200da6c9800 DEOPT PACKING pc=0x00000200e0752dd8 sp=0x00000057c91fb820
Event: 0.962 Thread 0x00000200da6c9800 DEOPT UNPACKING pc=0x00000200e00dd6ce sp=0x00000057c91face8 mode 0
Event: 0.963 Thread 0x00000200da6c9800 DEOPT PACKING pc=0x00000200e075e823 sp=0x00000057c91fb900
Event: 0.963 Thread 0x00000200da6c9800 DEOPT UNPACKING pc=0x00000200e00dd6ce sp=0x00000057c91fad70 mode 0
Event: 0.965 Thread 0x00000200da6c9800 DEOPT PACKING pc=0x00000200e06847f3 sp=0x00000057c91fb710
Event: 0.965 Thread 0x00000200da6c9800 DEOPT UNPACKING pc=0x00000200e00dd6ce sp=0x00000057c91fac28 mode 0
Event: 0.967 Thread 0x00000200da6c9800 DEOPT PACKING pc=0x00000200e0752dd8 sp=0x00000057c91fb410
Event: 0.967 Thread 0x00000200da6c9800 DEOPT UNPACKING pc=0x00000200e00dd6ce sp=0x00000057c91fa8d8 mode 0
Event: 0.967 Thread 0x00000200da6c9800 DEOPT PACKING pc=0x00000200e0752dd8 sp=0x00000057c91fb410
Event: 0.967 Thread 0x00000200da6c9800 DEOPT UNPACKING pc=0x00000200e00dd6ce sp=0x00000057c91fa8d8 mode 0
Event: 0.968 Thread 0x00000200da6c9800 DEOPT PACKING pc=0x00000200e075300d sp=0x00000057c91fb410
Event: 0.968 Thread 0x00000200da6c9800 DEOPT UNPACKING pc=0x00000200e00dd6ce sp=0x00000057c91fa8d8 mode 0
Event: 0.971 Thread 0x00000200da6c9800 DEOPT PACKING pc=0x00000200e075e823 sp=0x00000057c91fb510
Event: 0.971 Thread 0x00000200da6c9800 DEOPT UNPACKING pc=0x00000200e00dd6ce sp=0x00000057c91fa980 mode 0

Classes redefined (0 events):
No events

Internal exceptions (20 events):
Event: 0.579 Thread 0x00000200da6c9800 Exception <a 'java/security/PrivilegedActionException'{0x000000071149c338}> (0x000000071149c338) thrown at [c:/cygwin64/tmp/openjdk-jdk11u-windows-x64-hotspot/workspace/build/src/src/hotspot/share/prims/jvm.cpp, line 1297]
Event: 0.579 Thread 0x00000200da6c9800 Exception <a 'java/security/PrivilegedActionException'{0x000000071149c608}> (0x000000071149c608) thrown at [c:/cygwin64/tmp/openjdk-jdk11u-windows-x64-hotspot/workspace/build/src/src/hotspot/share/prims/jvm.cpp, line 1297]
Event: 0.581 Thread 0x00000200da6c9800 Exception <a 'java/security/PrivilegedActionException'{0x00000007114bc0a8}> (0x00000007114bc0a8) thrown at [c:/cygwin64/tmp/openjdk-jdk11u-windows-x64-hotspot/workspace/build/src/src/hotspot/share/prims/jvm.cpp, line 1297]
Event: 0.581 Thread 0x00000200da6c9800 Exception <a 'java/security/PrivilegedActionException'{0x00000007114bc378}> (0x00000007114bc378) thrown at [c:/cygwin64/tmp/openjdk-jdk11u-windows-x64-hotspot/workspace/build/src/src/hotspot/share/prims/jvm.cpp, line 1297]
Event: 0.581 Thread 0x00000200da6c9800 Exception <a 'java/security/PrivilegedActionException'{0x00000007114bd190}> (0x00000007114bd190) thrown at [c:/cygwin64/tmp/openjdk-jdk11u-windows-x64-hotspot/workspace/build/src/src/hotspot/share/prims/jvm.cpp, line 1297]
Event: 0.581 Thread 0x00000200da6c9800 Exception <a 'java/security/PrivilegedActionException'{0x00000007114bd460}> (0x00000007114bd460) thrown at [c:/cygwin64/tmp/openjdk-jdk11u-windows-x64-hotspot/workspace/build/src/src/hotspot/share/prims/jvm.cpp, line 1297]
Event: 0.691 Thread 0x00000200da6c9800 Exception <a 'java/security/PrivilegedActionException'{0x0000000711b6fde8}> (0x0000000711b6fde8) thrown at [c:/cygwin64/tmp/openjdk-jdk11u-windows-x64-hotspot/workspace/build/src/src/hotspot/share/prims/jvm.cpp, line 1297]
Event: 0.691 Thread 0x00000200da6c9800 Exception <a 'java/security/PrivilegedActionException'{0x0000000711b700b8}> (0x0000000711b700b8) thrown at [c:/cygwin64/tmp/openjdk-jdk11u-windows-x64-hotspot/workspace/build/src/src/hotspot/share/prims/jvm.cpp, line 1297]
Event: 0.691 Thread 0x00000200da6c9800 Exception <a 'java/security/PrivilegedActionException'{0x0000000711b70c50}> (0x0000000711b70c50) thrown at [c:/cygwin64/tmp/openjdk-jdk11u-windows-x64-hotspot/workspace/build/src/src/hotspot/share/prims/jvm.cpp, line 1297]
Event: 0.691 Thread 0x00000200da6c9800 Exception <a 'java/security/PrivilegedActionException'{0x0000000711b70f20}> (0x0000000711b70f20) thrown at [c:/cygwin64/tmp/openjdk-jdk11u-windows-x64-hotspot/workspace/build/src/src/hotspot/share/prims/jvm.cpp, line 1297]
Event: 0.691 Thread 0x00000200da6c9800 Exception <a 'java/security/PrivilegedActionException'{0x0000000711b71a98}> (0x0000000711b71a98) thrown at [c:/cygwin64/tmp/openjdk-jdk11u-windows-x64-hotspot/workspace/build/src/src/hotspot/share/prims/jvm.cpp, line 1297]
Event: 0.691 Thread 0x00000200da6c9800 Exception <a 'java/security/PrivilegedActionException'{0x0000000711b71d68}> (0x0000000711b71d68) thrown at [c:/cygwin64/tmp/openjdk-jdk11u-windows-x64-hotspot/workspace/build/src/src/hotspot/share/prims/jvm.cpp, line 1297]
Event: 0.691 Thread 0x00000200da6c9800 Exception <a 'java/security/PrivilegedActionException'{0x0000000711b728b0}> (0x0000000711b728b0) thrown at [c:/cygwin64/tmp/openjdk-jdk11u-windows-x64-hotspot/workspace/build/src/src/hotspot/share/prims/jvm.cpp, line 1297]
Event: 0.691 Thread 0x00000200da6c9800 Exception <a 'java/security/PrivilegedActionException'{0x0000000711b72b80}> (0x0000000711b72b80) thrown at [c:/cygwin64/tmp/openjdk-jdk11u-windows-x64-hotspot/workspace/build/src/src/hotspot/share/prims/jvm.cpp, line 1297]
Event: 0.708 Thread 0x00000200da6c9800 Exception <a 'java/security/PrivilegedActionException'{0x0000000711be2120}> (0x0000000711be2120) thrown at [c:/cygwin64/tmp/openjdk-jdk11u-windows-x64-hotspot/workspace/build/src/src/hotspot/share/prims/jvm.cpp, line 1297]
Event: 0.708 Thread 0x00000200da6c9800 Exception <a 'java/security/PrivilegedActionException'{0x0000000711be23f0}> (0x0000000711be23f0) thrown at [c:/cygwin64/tmp/openjdk-jdk11u-windows-x64-hotspot/workspace/build/src/src/hotspot/share/prims/jvm.cpp, line 1297]
Event: 0.708 Thread 0x00000200da6c9800 Exception <a 'java/security/PrivilegedActionException'{0x0000000711be3208}> (0x0000000711be3208) thrown at [c:/cygwin64/tmp/openjdk-jdk11u-windows-x64-hotspot/workspace/build/src/src/hotspot/share/prims/jvm.cpp, line 1297]
Event: 0.708 Thread 0x00000200da6c9800 Exception <a 'java/security/PrivilegedActionException'{0x0000000711be34d8}> (0x0000000711be34d8) thrown at [c:/cygwin64/tmp/openjdk-jdk11u-windows-x64-hotspot/workspace/build/src/src/hotspot/share/prims/jvm.cpp, line 1297]
Event: 0.709 Thread 0x00000200da6c9800 Exception <a 'java/security/PrivilegedActionException'{0x0000000711be42f0}> (0x0000000711be42f0) thrown at [c:/cygwin64/tmp/openjdk-jdk11u-windows-x64-hotspot/workspace/build/src/src/hotspot/share/prims/jvm.cpp, line 1297]
Event: 0.709 Thread 0x00000200da6c9800 Exception <a 'java/security/PrivilegedActionException'{0x0000000711be45c0}> (0x0000000711be45c0) thrown at [c:/cygwin64/tmp/openjdk-jdk11u-windows-x64-hotspot/workspace/build/src/src/hotspot/share/prims/jvm.cpp, line 1297]

Events (20 events):
Event: 1.066 loading class java/util/concurrent/locks/AbstractQueuedSynchronizer done
Event: 1.066 loading class java/util/concurrent/locks/ReentrantLock$Sync done
Event: 1.066 loading class java/util/concurrent/locks/ReentrantLock$NonfairSync done
Event: 1.066 loading class java/util/concurrent/locks/AbstractQueuedSynchronizer$Node
Event: 1.066 loading class java/util/concurrent/locks/AbstractQueuedSynchronizer$Node done
Event: 1.066 loading class java/lang/invoke/VarHandleObjects$FieldInstanceReadWrite
Event: 1.066 loading class java/lang/invoke/VarHandleObjects$FieldInstanceReadOnly
Event: 1.066 loading class java/lang/invoke/VarHandleObjects$FieldInstanceReadOnly done
Event: 1.066 loading class java/lang/invoke/VarHandleObjects$FieldInstanceReadWrite done
Event: 1.067 loading class java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject
Event: 1.067 loading class java/util/concurrent/locks/Condition
Event: 1.067 loading class java/util/concurrent/locks/Condition done
Event: 1.067 loading class java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject done
Event: 1.067 loading class java/util/concurrent/LinkedBlockingQueue$Node
Event: 1.067 loading class java/util/concurrent/LinkedBlockingQueue$Node done
Event: 1.067 loading class org/slf4j/helpers/NOPLoggerFactory
Event: 1.067 loading class org/slf4j/helpers/NOPLoggerFactory done
Event: 1.068 loading class org/slf4j/helpers/Util
Event: 1.068 loading class org/slf4j/helpers/Util done
Event: 1.069 Executing VM operation: G1CollectForAllocation

Dynamic libraries:
0x00007ff6a4700000 - 0x00007ff6a470d000 D:\Programme\OpenJDK11_jre_11.0.5_10\jdk-11.0.5+10-jre\bin\javaw.exe
0x00007ff8735a0000 - 0x00007ff873790000 C:\Windows\SYSTEM32\ntdll.dll
0x00007ff871b50000 - 0x00007ff871c02000 C:\Windows\System32\KERNEL32.DLL
0x00007ff870830000 - 0x00007ff870ad3000 C:\Windows\System32\KERNELBASE.dll
0x00007ff870640000 - 0x00007ff87073a000 C:\Windows\System32\ucrtbase.dll
0x00007ff854140000 - 0x00007ff854156000 D:\Programme\OpenJDK11_jre_11.0.5_10\jdk-11.0.5+10-jre\bin\VCRUNTIME140.dll
0x00007ff854120000 - 0x00007ff854137000 D:\Programme\OpenJDK11_jre_11.0.5_10\jdk-11.0.5+10-jre\bin\jli.dll
0x00007ff872e80000 - 0x00007ff873014000 C:\Windows\System32\USER32.dll
0x00007ff85c9b0000 - 0x00007ff85cc35000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.18362.418_none_e6c6b287130d565d\COMCTL32.dll
0x00007ff872590000 - 0x00007ff87262e000 C:\Windows\System32\msvcrt.dll
0x00007ff870530000 - 0x00007ff870551000 C:\Windows\System32\win32u.dll
0x00007ff872420000 - 0x00007ff872446000 C:\Windows\System32\GDI32.dll
0x00007ff8716b0000 - 0x00007ff8719e6000 C:\Windows\System32\combase.dll
0x00007ff8732b0000 - 0x00007ff8733d0000 C:\Windows\System32\RPCRT4.dll
0x00007ff870d30000 - 0x00007ff870ec4000 C:\Windows\System32\gdi32full.dll
0x00007ff870740000 - 0x00007ff8707c0000 C:\Windows\System32\bcryptPrimitives.dll
0x00007ff870c90000 - 0x00007ff870d2e000 C:\Windows\System32\msvcp_win.dll
0x00007ff8722c0000 - 0x00007ff8722ee000 C:\Windows\System32\IMM32.DLL
0x00007ff84a190000 - 0x00007ff84a22b000 D:\Programme\OpenJDK11_jre_11.0.5_10\jdk-11.0.5+10-jre\bin\msvcp140.dll
0x00007ff804f70000 - 0x00007ff805a2a000 D:\Programme\OpenJDK11_jre_11.0.5_10\jdk-11.0.5+10-jre\bin\server\jvm.dll
0x00007ff872370000 - 0x00007ff872413000 C:\Windows\System32\ADVAPI32.dll
0x00007ff8734c0000 - 0x00007ff873557000 C:\Windows\System32\sechost.dll
0x00007ff872130000 - 0x00007ff872138000 C:\Windows\System32\PSAPI.DLL
0x00007ff86e2e0000 - 0x00007ff86e2e9000 C:\Windows\SYSTEM32\WSOCK32.dll
0x00007ff86e240000 - 0x00007ff86e264000 C:\Windows\SYSTEM32\WINMM.dll
0x00007ff864650000 - 0x00007ff86465a000 C:\Windows\SYSTEM32\VERSION.dll
0x00007ff8733d0000 - 0x00007ff87343f000 C:\Windows\System32\WS2_32.dll
0x00007ff86e210000 - 0x00007ff86e23d000 C:\Windows\SYSTEM32\WINMMBASE.dll
0x00007ff8707e0000 - 0x00007ff87082a000 C:\Windows\System32\cfgmgr32.dll
0x00007ff8704a0000 - 0x00007ff8704b1000 C:\Windows\System32\kernel.appcore.dll
0x00007ff862bc0000 - 0x00007ff862bd0000 D:\Programme\OpenJDK11_jre_11.0.5_10\jdk-11.0.5+10-jre\bin\verify.dll
0x00007ff864bc0000 - 0x00007ff864db4000 C:\Windows\SYSTEM32\DBGHELP.DLL
0x00007ff85bba0000 - 0x00007ff85bbca000 C:\Windows\SYSTEM32\dbgcore.DLL
0x00007ff853f70000 - 0x00007ff853f98000 D:\Programme\OpenJDK11_jre_11.0.5_10\jdk-11.0.5+10-jre\bin\java.dll
0x00007ff853f30000 - 0x00007ff853f68000 D:\Programme\OpenJDK11_jre_11.0.5_10\jdk-11.0.5+10-jre\bin\jdwp.dll
0x00007ff862b90000 - 0x00007ff862b9e000 D:\Programme\OpenJDK11_jre_11.0.5_10\jdk-11.0.5+10-jre\bin\instrument.dll
0x00007ff853f10000 - 0x00007ff853f26000 D:\Programme\OpenJDK11_jre_11.0.5_10\jdk-11.0.5+10-jre\bin\zip.dll
0x00007ff854310000 - 0x00007ff85431a000 D:\Programme\OpenJDK11_jre_11.0.5_10\jdk-11.0.5+10-jre\bin\jimage.dll
0x00007ff872770000 - 0x00007ff872e55000 C:\Windows\System32\SHELL32.dll
0x00007ff872080000 - 0x00007ff872129000 C:\Windows\System32\shcore.dll
0x00007ff870ed0000 - 0x00007ff87164f000 C:\Windows\System32\windows.storage.dll
0x00007ff8704c0000 - 0x00007ff8704df000 C:\Windows\System32\profapi.dll
0x00007ff8704e0000 - 0x00007ff87052a000 C:\Windows\System32\powrprof.dll
0x00007ff870470000 - 0x00007ff870480000 C:\Windows\System32\UMPDC.dll
0x00007ff8722f0000 - 0x00007ff872342000 C:\Windows\System32\shlwapi.dll
0x00007ff8707c0000 - 0x00007ff8707d7000 C:\Windows\System32\cryptsp.dll
0x00007ff854110000 - 0x00007ff85411a000 D:\Programme\OpenJDK11_jre_11.0.5_10\jdk-11.0.5+10-jre\bin\dt_socket.dll
0x00007ff86fce0000 - 0x00007ff86fd47000 C:\Windows\System32\mswsock.dll
0x00007ff86fa30000 - 0x00007ff86fafa000 C:\Windows\SYSTEM32\DNSAPI.dll
0x00007ff872360000 - 0x00007ff872368000 C:\Windows\System32\NSI.dll
0x00007ff86f9f0000 - 0x00007ff86fa2a000 C:\Windows\SYSTEM32\IPHLPAPI.DLL
0x00007ff86c470000 - 0x00007ff86c4e7000 C:\Windows\System32\fwpuclnt.dll
0x00007ff870610000 - 0x00007ff870636000 C:\Windows\System32\bcrypt.dll
0x00007ff8637e0000 - 0x00007ff8637ea000 C:\Windows\System32\rasadhlp.dll
0x00007ff8537c0000 - 0x00007ff8537d9000 D:\Programme\OpenJDK11_jre_11.0.5_10\jdk-11.0.5+10-jre\bin\net.dll
0x00007ff863a20000 - 0x00007ff863b10000 C:\Windows\SYSTEM32\WINHTTP.dll
0x00007ff8537a0000 - 0x00007ff8537b2000 D:\Programme\OpenJDK11_jre_11.0.5_10\jdk-11.0.5+10-jre\bin\nio.dll

dbghelp: loaded successfully - version: 4.0.5 - missing functions: none
symbol engine: initialized successfully - sym options: 0x614 - pdb path: .;D:\Programme\OpenJDK11_jre_11.0.5_10\jdk-11.0.5+10-jre\bin;C:\Windows\SYSTEM32;C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.18362.418_none_e6c6b287130d565d;D:\Programme\OpenJDK11_jre_11.0.5_10\jdk-11.0.5+10-jre\bin\server

VM Arguments:
jvm_args: -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:64597 -Djava.naming.factory.url.pkgs=org.jboss.ejb.client.naming -Djboss.naming.client.ejb.context=true -Djava.naming.provider.url=http-remoting://localhost:8080
java_command: Erfassung
java_class_path (initial): D:\clt\build\classeses;C:\Users\caches\modules-2\files-2.1\javax.xml.bind\jaxb-api\2.3.0\99f802e0cb3e953ba3d6e698795c4aeb98d37c48\jaxb-api-2.3.0.jar;C:\Users\caches\modules-2\files-2.1\com.sun.xml.bind\jaxb-core\2.3.0.1\23574ca124d0a694721ce3ef13cd720095f18fdd\jaxb-core-2.3.0.1.jar;C:\Users\caches\modules-2\files-2.1\com.sun.xml.bind\jaxb-impl\2.3.0.1\2e979dabb3e5e74a0686115075956391a14dece8\jaxb-impl-2.3.0.1.jar;C:\Users\caches\modules-2\files-2.1\org.elasticsearch\elasticsearch\5.4.2\577d7c54261b0606c76533d32a07d07b3324c150\elasticsearch-5.4.2.jar;C:\Users\caches\modules-2\files-2.1\joda-time\joda-time\2.9.7\6eb2e87ddb09e944bb88f06f19ba0638d4607ffd\joda-time-2.9.7.jar;C:\Users\caches\modules-2\files-2.1\org.apache.lucene\lucene-core\6.5.1\64ba6eab21a7dd5d80b55632d4bb09be4f1ea7e1\lucene-core-6.5.1.jar;D:\git-repo\externlibs\repo\jboss-client\jars\jboss-client.jar;C:\Users\caches\modules-2\files-2.1\log4j\log4j\1.2.17\5af35056b4d257e4b64b9e8069c0746e8b08629f\log4j-1.2.17.jar;D:\git-repo\externlibs\repo\sadbean\jars\sad-bean-1.2.jar;C:\Users\caches\modules-2\files-2.1\com.thoughtworks.xstream\xstream\1.4.11.1\6c120c45a8c480bb2fea5b56502e3993ddd74fd2\xstream-1.4
Launcher Type: SUN_STANDARD

[Global flags]
intx CICompilerCount = 3 {product} {ergonomic}
uint ConcGCThreads = 1 {product} {ergonomic}
uint G1ConcRefinementThreads = 4 {product} {ergonomic}
size_t G1HeapRegionSize = 1048576 {product} {ergonomic}
uintx GCDrainStackTargetSize = 64 {product} {ergonomic}
size_t InitialHeapSize = 268435456 {product} {ergonomic}
size_t MarkStackSize = 4194304 {product} {ergonomic}
size_t MaxHeapSize = 4265607168 {product} {ergonomic}
size_t MaxNewSize = 2558525440 {product} {ergonomic}
size_t MinHeapDeltaBytes = 1048576 {product} {ergonomic}
uintx NonNMethodCodeHeapSize = 5830732 {pd product} {ergonomic}
uintx NonProfiledCodeHeapSize = 122913754 {pd product} {ergonomic}
uintx ProfiledCodeHeapSize = 122913754 {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}
bool UseLargePagesIndividualAllocation = false {pd product} {ergonomic}

Logging:
Log output configuration:
0: stdout all=warning uptime,level,tags
1: stderr all=off uptime,level,tags

Environment Variables:
JAVA_HOME=D:\Programme\OpenJDK_11.0.5_10\jdk-11.0.5+10
PATH=D:/Programme/OpenJDK_11.0.5_10/jdk-11.0.5+10/bin/client;D:/Programme/OpenJDK_11.0.5_10/jdk-11.0.5+10/bin;c:\Oracle_x86\OracleClient11.2\bin;C:\XEClient\bin;C:\Program Files (x86)\Intel\iCLS Client;C:\Program Files\Intel\iCLS Client;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Windows\SysWOW64\Empirum;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;D:\Programme\OpenJDK_11.0.5_10\jdk-11.0.5+10\bin;D:\git-repo\externlibs\repo\gradle-5\bin;C:\Users\AppData\Local\Microsoft\WindowsApps;;D:\Programme\eclipse-2019-09;
USERNAME=myuser
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 78 Stepping 3, GenuineIntel

--------------- S Y S T E M ---------------

OS: Windows 10 , 64 bit Build 18362 (10.0.18362.329)

CPU:total 4 (initial active 4) (2 cores per cpu, 2 threads per core) family 6 model 78 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, 3dnowpref, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2, adx, fma

Memory: 4k page, system-wide physical 16267M (3374M free)
TotalPageFile size 20235M (AvailPageFile size 2766M)
current process WorkingSet (physical memory assigned to process): 91M, peak: 91M
current process commit charge ("private bytes"): 357M, peak: 357M

vm_info: OpenJDK 64-Bit Server VM (11.0.5+10) for windows-amd64 JRE (11.0.5+10), built on Oct 19 2019 12:23:57 by "" with MS VC++ 15.8 (VS2017)

END.

AdoptOpenJDK 8 fatal error EXCEPTION_ACCESS_VIOLATION Problematic frame with racob-x64.dll called from jruby.ext.win32ole

The logstash flowline is reading logs and calling azure message queue via a dll.

Platform:
windows 2012r2 & windows 10

Architecture:
logstash 6.7.2
openjdk8

Using the Oracle JDK8 we see no error. Swapping to OpenJDK 8 and/or 12 we see an error.
Swapping back to Oracle JDK fixes the issue.

A fatal error has been detected by the Java Runtime Environment:

EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffbb01f1aa4, pid=17012, tid=0x0000000000002d24

JRE version: OpenJDK Runtime Environment (8.0_212-b03) (build 1.8.0_212-b03)

Java VM: OpenJDK 64-Bit Server VM (25.212-b03 mixed mode windows-amd64 compressed oops)

Problematic frame:

C [racob-x64.dll+0x1aa4]

This is when logstash is calling a dll via win32ole. I can send more detailed repo steps if required.

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.racob.com.Dispatch.invokev(ILjava/lang/String;III[Lorg/racob/com/Variant;[I)Lorg/racob/com/Variant;+0
j org.racob.com.Dispatch.invokev(Ljava/lang/String;I[Lorg/racob/com/Variant;[I)Lorg/racob/com/Variant;+13
j org.racob.com.Dispatch.callN(Ljava/lang/String;[Ljava/lang/Object;)Lorg/racob/com/Variant;+12
j org.jruby.ext.win32ole.RubyWIN32OLE.invokeMethodOrGet(Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+33
j org.jruby.ext.win32ole.RubyWIN32OLE.method_missing(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+40
j org.jruby.ext.win32ole.RubyWIN32OLE$INVOKER$i$0$0$method_missing.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;+32
J 8500 C2 org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN.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; (82 bytes) @ 0x000002a2cb186da0 [0x000002a2cb186d20+0x80]
J 11516 C1 org.jruby.runtime.Helpers$MethodMissingMethod.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; (44 bytes) @ 0x000002a2cd125e6c [0x000002a2cd125900+0x56c]
j org.jruby.runtime.Helpers.callMethodMissing(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Visibility;Ljava/lang/String;Lorg/jruby/runtime/CallType;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+19
j org.jruby.ir.targets.InvokeSite.callMethodMissing(Lorg/jruby/runtime/callsite/CacheEntry;Lorg/jruby/runtime/CallType;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+18
j org.jruby.ir.targets.InvokeSite.invoke(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;+96
J 8498 C2 java.lang.invoke.LambdaForm$DMH.invokeVirtual_L6_L(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; (24 bytes) @ 0x000002a2cb13d960 [0x000002a2cb13d920+0x40]
J 11919 C1 java.lang.invoke.LambdaForm$BMH.reinvoke(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; (63 bytes) @ 0x000002a2ca74c3fc [0x000002a2ca74bcc0+0x73c]
J 9684 C2 java.lang.invoke.LambdaForm$MH.linkToCallSite(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; (24 bytes) @ 0x000002a2cc878530 [0x000002a2cc8784a0+0x90]
j C_3a_.audit.logstash.vendor.local_gems.$78c166ef.logstash_minus_output_minus_azuretopic_minus_1_dot_2_dot_0.lib.logstash.outputs.azuretopic.RUBY$method$receive$0(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;+140
j C_3a_.audit.logstash.vendor.local_gems.$78c166ef.logstash_minus_output_minus_azuretopic_minus_1_dot_2_dot_0.lib.logstash.outputs.azuretopic.RUBY$method$receive$0$VARARGS(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;+30
J 7194 C2 java.lang.invoke.LambdaForm$DMH.invokeStatic_L7_L(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; (26 bytes) @ 0x000002a2cade2ee8 [0x000002a2cade2ea0+0x48]
J 8826 C2 org.jruby.internal.runtime.methods.CompiledIRMethod.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; (30 bytes) @ 0x000002a2cabc96bc [0x000002a2cabc9620+0x9c]
J 13976 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; (66 bytes) @ 0x000002a2ca92d1ec [0x000002a2ca92cf40+0x2ac]
J 12775 C1 org.jruby.ir.targets.InvokeSite.invoke(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; (226 bytes) @ 0x000002a2cb6c2e14 [0x000002a2cb6c1140+0x1cd4]
J 8498 C2 java.lang.invoke.LambdaForm$DMH.invokeVirtual_L6_L(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; (24 bytes) @ 0x000002a2cb13d960 [0x000002a2cb13d920+0x40]
J 12544 C2 java.lang.invoke.LambdaForm$BMH.reinvoke(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; (59 bytes) @ 0x000002a2cd4d1750 [0x000002a2cd4d16c0+0x90]
J 6552 C2 java.lang.invoke.LambdaForm$MH.linkToCallSite(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; (20 bytes) @ 0x000002a2cba3fc54 [0x000002a2cba3fbe0+0x74]
j C_3a_.audit.logstash.logstash_minus_core.lib.logstash.outputs.base.RUBY$block$multi_receive$1(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+58
J 6567 C2 java.lang.invoke.LambdaForm$DMH.invokeStatic_L6_L(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; (24 bytes) @ 0x000002a2cba526e0 [0x000002a2cba526a0+0x40]
J 8370 C2 java.lang.invoke.LambdaForm$BMH.reinvoke(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; (41 bytes) @ 0x000002a2cb745d68 [0x000002a2cb745d20+0x48]
J 8541 C2 org.jruby.RubyArray.each(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (50 bytes) @ 0x000002a2cb406a5c [0x000002a2cb406800+0x25c]
J 6667 C1 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; (11 bytes) @ 0x000002a2cba9a7e4 [0x000002a2cba9a600+0x1e4]
J 7995 C2 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; (31 bytes) @ 0x000002a2cb2b01ac [0x000002a2cb2b0160+0x4c]
J 12775 C1 org.jruby.ir.targets.InvokeSite.invoke(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; (226 bytes) @ 0x000002a2cb6c2cd4 [0x000002a2cb6c1140+0x1b94]
J 8498 C2 java.lang.invoke.LambdaForm$DMH.invokeVirtual_L6_L(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; (24 bytes) @ 0x000002a2cb13d960 [0x000002a2cb13d920+0x40]
J 9341 C1 java.lang.invoke.LambdaForm$BMH.reinvoke(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; (41 bytes) @ 0x000002a2cb58f14c [0x000002a2cb58ece0+0x46c]
J 6552 C2 java.lang.invoke.LambdaForm$MH.linkToCallSite(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; (20 bytes) @ 0x000002a2cba3fc54 [0x000002a2cba3fbe0+0x74]
j C_3a_.audit.logstash.logstash_minus_core.lib.logstash.outputs.base.RUBY$method$multi_receive$0(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;+149
J 7194 C2 java.lang.invoke.LambdaForm$DMH.invokeStatic_L7_L(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; (26 bytes) @ 0x000002a2cade2ee8 [0x000002a2cade2ea0+0x48]
J 6759 C1 org.jruby.internal.runtime.methods.CompiledIRMethod.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; (59 bytes) @ 0x000002a2cbaf9fb4 [0x000002a2cbaf9400+0xbb4]
J 14701 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; (66 bytes) @ 0x000002a2cb588b2c [0x000002a2cb588880+0x2ac]
J 8484 C2 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) @ 0x000002a2caf5f3ec [0x000002a2caf5f3a0+0x4c]
j org.logstash.config.ir.compiler.OutputStrategyExt$AbstractOutputStrategyExt.invokeOutput(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)V+13
j org.logstash.config.ir.compiler.OutputStrategyExt$LegacyOutputStrategyExt.output(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+17
j org.logstash.config.ir.compiler.OutputStrategyExt$AbstractOutputStrategyExt.multiReceive(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+3
j org.logstash.config.ir.compiler.OutputDelegatorExt.doOutput(Ljava/util/Collection;)V+17
j org.logstash.config.ir.compiler.AbstractOutputDelegatorExt.multiReceive(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+26
J 6632 C2 java.lang.invoke.LambdaForm$DMH.invokeVirtual_LL_L(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; (15 bytes) @ 0x000002a2cba843cc [0x000002a2cba843a0+0x2c]
J 7796 C2 java.lang.invoke.LambdaForm$BMH.reinvoke(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; (41 bytes) @ 0x000002a2ca9856e8 [0x000002a2ca985680+0x68]
J 6557 C2 java.lang.invoke.LambdaForm$reinvoker.dontInline(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; (26 bytes) @ 0x000002a2cba5a47c [0x000002a2cba5a420+0x5c]
J 6534 C2 java.lang.invoke.LambdaForm$MH.guard(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; (109 bytes) @ 0x000002a2cba3e4c4 [0x000002a2cba3e3e0+0xe4]
J 6557 C2 java.lang.invoke.LambdaForm$reinvoker.dontInline(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; (26 bytes) @ 0x000002a2cba5a47c [0x000002a2cba5a420+0x5c]
J 6534 C2 java.lang.invoke.LambdaForm$MH.guard(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; (109 bytes) @ 0x000002a2cba3e4c4 [0x000002a2cba3e3e0+0xe4]
J 6552 C2 java.lang.invoke.LambdaForm$MH.linkToCallSite(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; (20 bytes) @ 0x000002a2cba3fc54 [0x000002a2cba3fbe0+0x74]
j C_3a_.audit.logstash.logstash_minus_core.lib.logstash.pipeline.RUBY$block$output_batch$3(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+70
J 6567 C2 java.lang.invoke.LambdaForm$DMH.invokeStatic_L6_L(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; (24 bytes) @ 0x000002a2cba526e0 [0x000002a2cba526a0+0x40]
J 8370 C2 java.lang.invoke.LambdaForm$BMH.reinvoke(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; (41 bytes) @ 0x000002a2cb745d68 [0x000002a2cb745d20+0x48]
J 13799 C2 org.jruby.RubyHash$12.visit(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyHash;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;ILjava/lang/Object;)V (17 bytes) @ 0x000002a2ccc27480 [0x000002a2ccc27260+0x220]
J 8395 C2 org.jruby.RubyHash.visitLimited(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyHash$VisitorWithState;JLjava/lang/Object;)V (138 bytes) @ 0x000002a2cabddcac [0x000002a2cabdd940+0x36c]
J 6527 C1 org.jruby.RubyHash.visitAll(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyHash$VisitorWithState;Ljava/lang/Object;)V (11 bytes) @ 0x000002a2cba2594c [0x000002a2cba258c0+0x8c]
J 11803 C1 org.jruby.RubyHash.each(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (29 bytes) @ 0x000002a2ca8e83b4 [0x000002a2ca8e7d00+0x6b4]
j org.jruby.RubyHash$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 7995 C2 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; (31 bytes) @ 0x000002a2cb2b01ac [0x000002a2cb2b0160+0x4c]
J 12775 C1 org.jruby.ir.targets.InvokeSite.invoke(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; (226 bytes) @ 0x000002a2cb6c2cd4 [0x000002a2cb6c1140+0x1b94]
J 8498 C2 java.lang.invoke.LambdaForm$DMH.invokeVirtual_L6_L(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; (24 bytes) @ 0x000002a2cb13d960 [0x000002a2cb13d920+0x40]
J 9341 C1 java.lang.invoke.LambdaForm$BMH.reinvoke(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; (41 bytes) @ 0x000002a2cb58f14c [0x000002a2cb58ece0+0x46c]
J 6552 C2 java.lang.invoke.LambdaForm$MH.linkToCallSite(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; (20 bytes) @ 0x000002a2cba3fc54 [0x000002a2cba3fbe0+0x74]
j C_3a_.audit.logstash.logstash_minus_core.lib.logstash.pipeline.RUBY$method$output_batch$0(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/builtin/IRubyObject;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;+104
J 8552 C2 java.lang.invoke.LambdaForm$DMH.invokeStatic_L8_L(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;)Ljava/lang/Object; (28 bytes) @ 0x000002a2cad56530 [0x000002a2cad564e0+0x50]
J 12739 C2 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; (70 bytes) @ 0x000002a2ca8a0fec [0x000002a2ca8a0a00+0x5ec]
J 5517 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;)Lorg/jruby/runtime/builtin/IRubyObject; (17 bytes) @ 0x000002a2ca6c859c [0x000002a2ca6c8480+0x11c]
J 6001 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;)Lorg/jruby/runtime/builtin/IRubyObject; (70 bytes) @ 0x000002a2cb7dbffc [0x000002a2cb7dbb80+0x47c]
J 5962 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; (60 bytes) @ 0x000002a2cb7c6624 [0x000002a2cb7c6100+0x524]
J 14510 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) @ 0x000002a2cb84cf8c [0x000002a2cb84a620+0x296c]
J 2550 C2 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) @ 0x000002a2cae21640 [0x000002a2cae20d20+0x920]
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;+62
J 12775 C1 org.jruby.ir.targets.InvokeSite.invoke(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; (226 bytes) @ 0x000002a2cb6c2e14 [0x000002a2cb6c1140+0x1cd4]
J 8498 C2 java.lang.invoke.LambdaForm$DMH.invokeVirtual_L6_L(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; (24 bytes) @ 0x000002a2cb13d960 [0x000002a2cb13d920+0x40]
J 8366 C1 java.lang.invoke.LambdaForm$BMH.reinvoke(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; (61 bytes) @ 0x000002a2cadd7dac [0x000002a2cadd7680+0x72c]
J 8140 C2 java.lang.invoke.LambdaForm$MH.linkToCallSite(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; (22 bytes) @ 0x000002a2cabb3120 [0x000002a2cabb30a0+0x80]
j C_3a_.audit.logstash.logstash_minus_core.lib.logstash.pipeline.RUBY$block$start_workers$2(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+187
J 6567 C2 java.lang.invoke.LambdaForm$DMH.invokeStatic_L6_L(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; (24 bytes) @ 0x000002a2cba526e0 [0x000002a2cba526a0+0x40]
J 7757 C1 java.lang.invoke.LambdaForm$BMH.reinvoke(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; (60 bytes) @ 0x000002a2ca73989c [0x000002a2ca7391c0+0x6dc]
J 12292 C2 org.jruby.RubyProc.call(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (83 bytes) @ 0x000002a2cbb3d8c0 [0x000002a2cbb3d800+0xc0]
J 8361 C1 org.jruby.RubyProc.call(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (11 bytes) @ 0x000002a2cadab944 [0x000002a2cadab840+0x104]
j org.jruby.RubyProc.call(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+7
j org.jruby.internal.runtime.RubyRunnable.run()V+162
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub

--------------- P R O C E S S ---------------

Switching Gtk themes deadlocks UI

Description:
Switching themes on Ubuntu 18.04 using Gnome Tweak Utility deadlocks the Swing UI if the Gtk theme is being used.

Platform:
Linux (Ubuntu 18.04)
AdoptOpenJDK 11.0.7

Architecture:
x86_64

Steps:

  1. Install the gnome-tweak-tool

    sudo add-apt-repository universe
    sudo apt install gnome-tweak-tool
  2. Run the following code snippet

    import javax.swing.*;
    
    public class ThemeCrash {
        public static void main(String ... args) {
            SwingUtilities.invokeLater(() -> {
                try {
                    UIManager.setLookAndFeel("com.sun.java.swing.plaf.gtk.GTKLookAndFeel");
                    JOptionPane.showMessageDialog(null, "test");
                } catch (Throwable ignore) { }
            });
        }
    }
  3. Observe that the "Ok" button can be clicked.

  4. Launch Gnome Tweak Tool. From the "Appearance" tab, change the theme from "Adwaita (default)" to "Adwaita-dark"

  5. Observe that the "Ok" button can no longer be clicked.

Java fx native crash in build pipline (javafx_font_freetype)

Enviroment Linux inside Docker (Ubuntu 14.04.5 LTS)

In our travis build pipeline our unit tests (which load java fx Elements) fail.
https://travis-ci.org/FAForever/downlords-faf-client/builds/553860824?utm_source=github_status&utm_medium=notification
For the full error log see line 744 in the Travis build.

---------------  T H R E A D  ---------------
Current thread (0x00007fbb000a0000):  JavaThread "JavaFX Application Thread" daemon [_thread_in_native, id=5831, stack(0x00007fbad6a47000,0x00007fbad6b48000)]
Stack: [0x00007fbad6a47000,0x00007fbad6b48000],  sp=0x00007fbad6b42950,  free space=1006k
Native frames: (J=compiled Java code, A=aot compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [libfreetype.so.6+0x19f4a]  FT_Done_Library+0x9a
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  com.sun.javafx.font.freetype.OSFreetype.FT_Done_FreeType(J)I+0
j  com.sun.javafx.font.freetype.FTFactory.getFactory()Lcom/sun/javafx/font/PrismFontFactory;+116
v  ~StubRoutines::call_stub
J 1809  jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; [email protected] (0 bytes) @ 0x00007fbb276686b7 [0x00007fbb27668640+0x0000000000000077]
J 1808 c1 jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; [email protected] (104 bytes) @ 0x00007fbb204516ec [0x00007fbb20451340+0x00000000000003ac]
J 1740 c1 jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; [email protected] (10 bytes) @ 0x00007fbb27666184 [0x00007fbb27666140+0x0000000000000044]
J 1515 c1 java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; [email protected] (65 bytes) @ 0x00007fbb203d4294 [0x00007fbb203d4180+0x0000000000000114]
j  com.sun.javafx.font.PrismFontFactory.getFontFactory(Ljava/lang/String;)Lcom/sun/javafx/font/PrismFontFactory;+36
j  com.sun.javafx.font.PrismFontFactory.getFontFactory()Lcom/sun/javafx/font/PrismFontFactory;+174
j  com.sun.prism.GraphicsPipeline.getFontFactory()Lcom/sun/javafx/font/FontFactory;+25
v  ~StubRoutines::call_stub
J 1809  jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; [email protected] (0 bytes) @ 0x00007fbb276686b7 [0x00007fbb27668640+0x0000000000000077]
J 1808 c1 jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; [email protected] (104 bytes) @ 0x00007fbb204516ec [0x00007fbb20451340+0x00000000000003ac]
J 1740 c1 jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; [email protected] (10 bytes) @ 0x00007fbb27666184 [0x00007fbb27666140+0x0000000000000044]
J 1515 c1 java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; [email protected] (65 bytes) @ 0x00007fbb203d4294 [0x00007fbb203d4180+0x0000000000000114]
j  com.sun.javafx.font.PrismFontLoader.getFontFactoryFromPipeline()Lcom/sun/javafx/font/FontFactory;+97
j  com.sun.javafx.font.PrismFontLoader.loadFont(Ljavafx/scene/text/Font;)V+5
j  javafx.scene.text.Font.<init>(Ljava/lang/String;D)V+115
j  javafx.scene.text.Font.getDefault()Ljavafx/scene/text/Font;+31
j  javafx.scene.CssStyleHelper.<clinit>()V+60
v  ~StubRoutines::call_stub
j  javafx.scene.Node.reapplyCss()V+24
j  javafx.scene.Node.reapplyCSS()V+70
j  javafx.scene.Node.invalidatedScenes(Ljavafx/scene/Scene;Ljavafx/scene/SubScene;)V+301
j  javafx.scene.Node.setScenes(Ljavafx/scene/Scene;Ljavafx/scene/SubScene;)V+84
j  javafx.scene.Scene$8.invalidated()V+344
j  javafx.beans.property.ObjectPropertyBase.markInvalid()V+30
j  javafx.beans.property.ObjectPropertyBase.set(Ljava/lang/Object;)V+130
j  javafx.scene.Scene.setRoot(Ljavafx/scene/Parent;)V+9
j  javafx.scene.Scene.<init>(Ljavafx/scene/Parent;DDLjavafx/scene/paint/Paint;ZLjavafx/scene/SceneAntialiasing;)V+463
j  javafx.scene.Scene.<init>(Ljavafx/scene/Parent;DD)V+17
j  com.faforever.client.test.AbstractPlainJavaFxTest.createScene(Ljavafx/stage/Stage;)Ljavafx/scene/Scene;+14
j  com.faforever.client.test.AbstractPlainJavaFxTest.start(Ljavafx/stage/Stage;)V+24
j  org.testfx.framework.junit.ApplicationAdapter.start(Ljavafx/stage/Stage;)V+9
j  org.testfx.toolkit.impl.ApplicationServiceImpl.lambda$start$0(Ljavafx/application/Application;Ljavafx/stage/Stage;)Ljava/lang/Void;+6
j  org.testfx.toolkit.impl.ApplicationServiceImpl$$Lambda$158.call()Ljava/lang/Object;+8
j  java.util.concurrent.FutureTask.run()V+39 [email protected]
j  com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Ljava/lang/Runnable;)Ljava/lang/Void;+5
j  com.sun.javafx.application.PlatformImpl$$Lambda$148.run()Ljava/lang/Object;+4
v  ~StubRoutines::call_stub
j  java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0 [email protected]
j  com.sun.javafx.application.PlatformImpl.lambda$runLater$11(Ljava/lang/Runnable;Ljava/security/AccessControlContext;)V+11
j  com.sun.javafx.application.PlatformImpl$$Lambda$146.run()V+8
j  com.sun.glass.ui.InvokeLaterDispatcher$Future.run()V+8
v  ~StubRoutines::call_stub
j  com.sun.glass.ui.gtk.GtkApplication._runLoop(Ljava/lang/Runnable;Z)V+0
j  com.sun.glass.ui.gtk.GtkApplication.lambda$runLoop$11(Ljava/lang/Runnable;Z)V+16
j  com.sun.glass.ui.gtk.GtkApplication$$Lambda$137.run()V+12
j  java.lang.Thread.run()V+11 [email protected]
v  ~StubRoutines::call_stub

If you wanna see what exactly we called see FAForever/downlords-faf-client#1340 .

JVM Version 12 and 13 hotspot JIT enabled crashes

JVM Version 12 and 13 hotspot JIT enabled crashes

This problem happens on OpenJDK 12 and 13 with hotspot when JIT enabled. Mac and Oracle versions also crash. I tested Mac version "OpenJDK13U-jre_x64_mac_hotspot_13.0.1_9.pkg". This one also crashes. I also tested Oracle "jdk-13.0.1". This one also crashes.

This doesn't happen with OpenJ9 JVM.
JDK 8 hotspot is also OK.
Eclipse SDK debug run is also OK.
"openjdk-11.0.6_4-jre" from upstream.html works fine! No crash!
I also tested "jdk-11.0.5+10-jre" hotspot. This is also OK.
Problem versions are 12 and 13 hotspot. This bug should have been introduced in version 12.
I suspect this case is related to JIT compiler.

The following is crash dump.

A fatal error has been detected by the Java Runtime Environment:

EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffb31433d28, pid=12224, tid=11052

JRE version: Java(TM) SE Runtime Environment (10.0.2+13) (build 10.0.2+13)

Java VM: Java HotSpot(TM) 64-Bit Server VM (10.0.2+13, mixed mode, tiered, compressed oops, g1 gc, windows-amd64)

Problematic frame:

C [COMCTL32.dll+0x23d28]

No core dump will be written. Minidumps are not enabled by default on client versions of Windows

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: -Dfile.encoding=Cp1252 resello.cms.StartCMS

Host: Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz, 4 cores, 3G, Windows 10 , 64 bit Build 17763 (10.0.17763.1)
Time: Wed Jan 23 07:58:13 2019 AUS Eastern Daylight Time elapsed time: 39 seconds (0d 0h 0m 39s)

--------------- T H R E A D ---------------

Current thread (0x000002110ec34000): JavaThread "main" [_thread_in_native, id=11052, stack(0x000000dfc6200000,0x000000dfc6300000)]

Stack: [0x000000dfc6200000,0x000000dfc6300000], sp=0x000000dfc62fd7f0, free space=1013k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [COMCTL32.dll+0x23d28]
C [COMCTL32.dll+0x974f9]
C [COMCTL32.dll+0x26bb4]
C [USER32.dll+0xca66]
C [USER32.dll+0xc34b]
C 0x000002111df070b6

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J 1147 org.eclipse.swt.internal.win32.OS.CallWindowProc(JJIJJ)J (0 bytes) @ 0x000002111df07016 [0x000002111df06fc0+0x0000000000000056]
J 1706 c1 org.eclipse.swt.widgets.Combo.callWindowProc(JIJJ)J (305 bytes) @ 0x0000021116cea6ac [0x0000021116ce9d60+0x000000000000094c]
J 1735 c2 org.eclipse.swt.widgets.Control.windowProc(JIJJ)J (2022 bytes) @ 0x000002111df63774 [0x000002111df630e0+0x0000000000000694]
J 1705 c1 org.eclipse.swt.widgets.Combo.windowProc(JIJJ)J (1992 bytes) @ 0x0000021116ce63cc [0x0000021116cdf1c0+0x000000000000720c]
J 1694 c2 org.eclipse.swt.widgets.Display.windowProc(JJJJ)J (109 bytes) @ 0x000002111df5bd48 [0x000002111df5bbc0+0x0000000000000188]
v ~StubRoutines::call_stub
J 1380 org.eclipse.swt.internal.win32.OS.DispatchMessage(Lorg/eclipse/swt/internal/win32/MSG;)J (0 bytes) @ 0x000002111df2e692 [0x000002111df2e640+0x0000000000000052]
J 1364 c1 org.eclipse.swt.widgets.Display.readAndDispatch()Z (96 bytes) @ 0x0000021116c12af4 [0x0000021116c12520+0x00000000000005d4]
j resello.swtpatterns.SWTDialog.obtainObject(Z)Ljava/lang/Object;+80
j resello.swtpatterns.SWTDialog.obtainObject()Ljava/lang/Object;+2
j resello.cms.CMS.widgetSelected(Lorg/eclipse/swt/events/SelectionEvent;)V+5691
j org.eclipse.swt.widgets.TypedListener.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+1133
J 1354 c1 org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V (584 bytes) @ 0x0000021116c0ccc4 [0x0000021116c0ca00+0x00000000000002c4]
j org.eclipse.swt.widgets.Display.sendEvent(Lorg/eclipse/swt/widgets/EventTable;Lorg/eclipse/swt/widgets/Event;)V+12
J 1382 c1 org.eclipse.swt.widgets.Display.runDeferredEvents()Z (109 bytes) @ 0x0000021116c1bbe4 [0x0000021116c1b3e0+0x0000000000000804]
J 1364 c1 org.eclipse.swt.widgets.Display.readAndDispatch()Z (96 bytes) @ 0x0000021116c12b24 [0x0000021116c12520+0x0000000000000604]
j resello.swtpatterns.SWTDevice.runShell(Lresello/swtpatterns/SWTFrame;)V+6
j resello.cms.CMS.invoke()V+2787
j resello.cms.CMS.main0([Ljava/lang/String;)V+168
j resello.cms.StartCMS.main([Ljava/lang/String;)V+140
v ~StubRoutines::call_stub

siginfo: EXCEPTION_ACCESS_VIOLATION (0xc0000005), reading address 0x0000000500000056

Register to memory mapping:

RIP=0x00007ffb31433d28 COMCTL32.dll
RAX=0x000000050000004a is an unknown value
RBX=0x0000000000000000 is an unknown value
RCX=0x000002112d31fb10 is an unknown value
RDX=0x0000000000000000 is an unknown value
RSP=0x000000dfc62fd7f0 is pointing into the stack for thread: 0x000002110ec34000
RBP=0x0000000000000001 is an unknown value
RSI=0x00000000000f0788 is an unknown value
RDI=0x000002112d31fb10 is an unknown value
R8 =0x000000dfc62fd730 is pointing into the stack for thread: 0x000002110ec34000
R9 =0x0000000080000000 is an unknown value
R10={method} {0x000002112a0d9080} 'windowProc' '(JJJJ)J' in 'org/eclipse/swt/widgets/Display'
R11=0x000000dfc62fd928 is pointing into the stack for thread: 0x000002110ec34000
R12=0x00000000000c0726 is an unknown value
R13=0x0000000000000001 is an unknown value
R14=0x0000000000000000 is an unknown value
R15=0x0000000000000000 is an unknown value

Registers:
RAX=0x000000050000004a, RBX=0x0000000000000000, RCX=0x000002112d31fb10, RDX=0x0000000000000000
RSP=0x000000dfc62fd7f0, RBP=0x0000000000000001, RSI=0x00000000000f0788, RDI=0x000002112d31fb10
R8 =0x000000dfc62fd730, R9 =0x0000000080000000, R10=0x000002112a0d9078, R11=0x000000dfc62fd928
R12=0x00000000000c0726, R13=0x0000000000000001, R14=0x0000000000000000, R15=0x0000000000000000
RIP=0x00007ffb31433d28, EFLAGS=0x0000000000010246

Top of Stack: (sp=0x000000dfc62fd7f0)
0x000000dfc62fd7f0: 000000000003080e 000000000003080e
0x000000dfc62fd800: 0000000040000000 00000000fffffed1
0x000000dfc62fd810: 00000000000c0726 00007ffb05e76278
0x000000dfc62fd820: 0000000000000111 00007ffb4318c0b8
0x000000dfc62fd830: 000002110d07e230 00007ffb05e76278
0x000000dfc62fd840: 000000000003080e 0000001400000000
0x000000dfc62fd850: 0000000500010726 00000000000c0726
0x000000dfc62fd860: 0000021100000000 0000000000000000
0x000000dfc62fd870: 0000000000000000 0000000000000000
0x000000dfc62fd880: 0000000000000000 000002110d06a400
0x000000dfc62fd890: 0000000000010726 00000000000c0726
0x000000dfc62fd8a0: 0000000000000001 00000000000c0726
0x000000dfc62fd8b0: 00000000000103e8 000000000003080e
0x000000dfc62fd8c0: 0000000000000111 00007ffb4318be38
0x000000dfc62fd8d0: 000000000003080e 00007ffb314a7600
0x000000dfc62fd8e0: 0000000000010726 000002110d07e230

Instructions: (pc=0x00007ffb31433d28)
0x00007ffb31433d08: ff ff 49 89 83 50 ff ff ff 48 8b 01 48 89 44 24
0x00007ffb31433d18: 58 c7 44 24 64 05 00 00 00 48 8b 81 80 00 00 00
0x00007ffb31433d28: 8b 48 0c be 00 00 00 08 23 ce f7 d9 1b c0 83 e0
0x00007ffb31433d38: 03 ff c0 89 44 24 70 45 33 c9 45 33 c0 ba 88 01

--------------- P R O C E S S ---------------

Threads class SMR info:
_java_thread_list=0x000002112b2c13e0, length=14, elements={
0x000002110ec34000, 0x000002112a5ce800, 0x000002112a5df800, 0x000002112a5f1000,
0x000002112a5f2000, 0x000002112a5f4800, 0x000002112a5f5800, 0x000002112a60b000,
0x000002112a60c000, 0x000002112a8a9000, 0x000002112a8ad800, 0x000002112b161800,
0x000002112b23e800, 0x000002112d0a2000
}

Java Threads: ( => current thread )
=>0x000002110ec34000 JavaThread "main" [_thread_in_native, id=11052, stack(0x000000dfc6200000,0x000000dfc6300000)]
0x000002112a5ce800 JavaThread "Reference Handler" daemon [_thread_blocked, id=7316, stack(0x000000dfc6f00000,0x000000dfc7000000)]
0x000002112a5df800 JavaThread "Finalizer" daemon [_thread_blocked, id=5608, stack(0x000000dfc7000000,0x000000dfc7100000)]
0x000002112a5f1000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4968, stack(0x000000dfc7100000,0x000000dfc7200000)]
0x000002112a5f2000 JavaThread "Attach Listener" daemon [_thread_blocked, id=8440, stack(0x000000dfc7200000,0x000000dfc7300000)]
0x000002112a5f4800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=3012, stack(0x000000dfc7300000,0x000000dfc7400000)]
0x000002112a5f5800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=2700, stack(0x000000dfc7400000,0x000000dfc7500000)]
0x000002112a60b000 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=8364, stack(0x000000dfc7500000,0x000000dfc7600000)]
0x000002112a60c000 JavaThread "Sweeper thread" daemon [_thread_blocked, id=7796, stack(0x000000dfc7600000,0x000000dfc7700000)]
0x000002112a8a9000 JavaThread "Service Thread" daemon [_thread_blocked, id=3788, stack(0x000000dfc7700000,0x000000dfc7800000)]
0x000002112a8ad800 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=10692, stack(0x000000dfc7800000,0x000000dfc7900000)]
0x000002112b161800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=5716, stack(0x000000dfc7a00000,0x000000dfc7b00000)]
0x000002112b23e800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=1812, stack(0x000000dfc7c00000,0x000000dfc7d00000)]
0x000002112d0a2000 JavaThread "Thread-0" [_thread_blocked, id=5720, stack(0x000000df80100000,0x000000df80200000)]

Other Threads:
0x000002112a598000 VMThread "VM Thread" [stack: 0x000000dfc6e00000,0x000000dfc6f00000] [id=11148]
0x000002112a8ae000 WatcherThread [stack: 0x000000dfc7900000,0x000000dfc7a00000] [id=4940]
0x000002110ec4b800 GCTaskThread "GC Thread#0" [stack: 0x000000dfc6300000,0x000000dfc6400000] [id=3140]
0x000002110ec4d000 GCTaskThread "GC Thread#1" [stack: 0x000000dfc6400000,0x000000dfc6500000] [id=2588]
0x000002110ec4f800 GCTaskThread "GC Thread#2" [stack: 0x000000dfc6500000,0x000000dfc6600000] [id=7196]
0x000002110ec52800 GCTaskThread "GC Thread#3" [stack: 0x000000dfc6600000,0x000000dfc6700000] [id=7720]
0x000002110ec93000 ConcurrentGCThread "G1 Main Marker" [stack: 0x000000dfc6700000,0x000000dfc6800000] [id=7976]
0x000002110ec96000 ConcurrentGCThread "G1 Conc#0" [stack: 0x000000dfc6800000,0x000000dfc6900000] [id=11488]
0x000002110ece1000 ConcurrentGCThread "G1 Refine#0" [stack: 0x000000dfc6900000,0x000000dfc6a00000] [id=1648]
0x000002110ece2000 ConcurrentGCThread "G1 Refine#1" [stack: 0x000000dfc6a00000,0x000000dfc6b00000] [id=8920]
0x000002110ece3000 ConcurrentGCThread "G1 Refine#2" [stack: 0x000000dfc6b00000,0x000000dfc6c00000] [id=9576]
0x000002110ece4800 ConcurrentGCThread "G1 Refine#3" [stack: 0x000000dfc6c00000,0x000000dfc6d00000] [id=10800]
0x000002110ece7800 ConcurrentGCThread "G1 Young RemSet Sampling" [stack: 0x000000dfc6d00000,0x000000dfc6e00000] [id=7876]

Threads with active compile tasks:

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap address: 0x00000000c1400000, size: 1004 MB, Compressed Oops mode: 32-bit
Narrow klass base: 0x0000000000000000, Narrow klass shift: 3
Compressed class space size: 1073741824 Address: 0x0000000100000000

Heap:
garbage-first heap total 65536K, used 8555K [0x00000000c1400000, 0x0000000100000000)
region size 1024K, 6 young (6144K), 4 survivors (4096K)
Metaspace used 20927K, capacity 21333K, committed 21680K, reserved 1069056K
class space used 2499K, capacity 2718K, committed 2816K, 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, TS=gc time stamp, AC=allocation context, TAMS=top-at-mark-start (previous, next)
| 0|0x00000000c1400000, 0x00000000c1500000, 0x00000000c1500000|100%|HS| |TS 0|AC 0|TAMS 0x00000000c1500000, 0x00000000c1500000|
| 1|0x00000000c1500000, 0x00000000c1600000, 0x00000000c1600000|100%|HC| |TS 0|AC 0|TAMS 0x00000000c1600000, 0x00000000c1600000|
| 2|0x00000000c1600000, 0x00000000c1700000, 0x00000000c1700000|100%|HS| |TS 0|AC 0|TAMS 0x00000000c1700000, 0x00000000c1700000|
| 3|0x00000000c1700000, 0x00000000c1769400, 0x00000000c1800000| 41%| O| |TS 0|AC 0|TAMS 0x00000000c1769400, 0x00000000c1769400|
| 4|0x00000000c1800000, 0x00000000c1800000, 0x00000000c1900000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c1800000, 0x00000000c1800000|
| 5|0x00000000c1900000, 0x00000000c1900000, 0x00000000c1a00000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c1900000, 0x00000000c1900000|
| 6|0x00000000c1a00000, 0x00000000c1a00000, 0x00000000c1b00000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c1a00000, 0x00000000c1a00000|
| 7|0x00000000c1b00000, 0x00000000c1b00000, 0x00000000c1c00000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c1b00000, 0x00000000c1b00000|
| 8|0x00000000c1c00000, 0x00000000c1c00000, 0x00000000c1d00000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c1c00000, 0x00000000c1c00000|
| 9|0x00000000c1d00000, 0x00000000c1d00000, 0x00000000c1e00000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c1d00000, 0x00000000c1d00000|
| 10|0x00000000c1e00000, 0x00000000c1e00000, 0x00000000c1f00000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c1e00000, 0x00000000c1e00000|
| 11|0x00000000c1f00000, 0x00000000c1f00000, 0x00000000c2000000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c1f00000, 0x00000000c1f00000|
| 12|0x00000000c2000000, 0x00000000c2000000, 0x00000000c2100000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c2000000, 0x00000000c2000000|
| 13|0x00000000c2100000, 0x00000000c2100000, 0x00000000c2200000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c2100000, 0x00000000c2100000|
| 14|0x00000000c2200000, 0x00000000c2200000, 0x00000000c2300000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c2200000, 0x00000000c2200000|
| 15|0x00000000c2300000, 0x00000000c2300000, 0x00000000c2400000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c2300000, 0x00000000c2300000|
| 16|0x00000000c2400000, 0x00000000c2400000, 0x00000000c2500000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c2400000, 0x00000000c2400000|
| 17|0x00000000c2500000, 0x00000000c2500000, 0x00000000c2600000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c2500000, 0x00000000c2500000|
| 18|0x00000000c2600000, 0x00000000c2600000, 0x00000000c2700000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c2600000, 0x00000000c2600000|
| 19|0x00000000c2700000, 0x00000000c2700000, 0x00000000c2800000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c2700000, 0x00000000c2700000|
| 20|0x00000000c2800000, 0x00000000c2800000, 0x00000000c2900000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c2800000, 0x00000000c2800000|
| 21|0x00000000c2900000, 0x00000000c2900000, 0x00000000c2a00000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c2900000, 0x00000000c2900000|
| 22|0x00000000c2a00000, 0x00000000c2a00000, 0x00000000c2b00000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c2a00000, 0x00000000c2a00000|
| 23|0x00000000c2b00000, 0x00000000c2b00000, 0x00000000c2c00000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c2b00000, 0x00000000c2b00000|
| 24|0x00000000c2c00000, 0x00000000c2c00000, 0x00000000c2d00000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c2c00000, 0x00000000c2c00000|
| 25|0x00000000c2d00000, 0x00000000c2d00000, 0x00000000c2e00000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c2d00000, 0x00000000c2d00000|
| 26|0x00000000c2e00000, 0x00000000c2e00000, 0x00000000c2f00000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c2e00000, 0x00000000c2e00000|
| 27|0x00000000c2f00000, 0x00000000c2f00000, 0x00000000c3000000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c2f00000, 0x00000000c2f00000|
| 28|0x00000000c3000000, 0x00000000c3000000, 0x00000000c3100000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c3000000, 0x00000000c3000000|
| 29|0x00000000c3100000, 0x00000000c3100000, 0x00000000c3200000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c3100000, 0x00000000c3100000|
| 30|0x00000000c3200000, 0x00000000c3200000, 0x00000000c3300000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c3200000, 0x00000000c3200000|
| 31|0x00000000c3300000, 0x00000000c3300000, 0x00000000c3400000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c3300000, 0x00000000c3300000|
| 32|0x00000000c3400000, 0x00000000c3400000, 0x00000000c3500000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c3400000, 0x00000000c3400000|
| 33|0x00000000c3500000, 0x00000000c35f19e0, 0x00000000c3600000| 94%| S|CS|TS 0|AC 0|TAMS 0x00000000c3500000, 0x00000000c3500000|
| 34|0x00000000c3600000, 0x00000000c3700000, 0x00000000c3700000|100%| S|CS|TS 0|AC 0|TAMS 0x00000000c3600000, 0x00000000c3600000|
| 35|0x00000000c3700000, 0x00000000c3800000, 0x00000000c3800000|100%| S|CS|TS 0|AC 0|TAMS 0x00000000c3700000, 0x00000000c3700000|
| 36|0x00000000c3800000, 0x00000000c3900000, 0x00000000c3900000|100%| S|CS|TS 0|AC 0|TAMS 0x00000000c3800000, 0x00000000c3800000|
| 37|0x00000000c3900000, 0x00000000c3900000, 0x00000000c3a00000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c3900000, 0x00000000c3900000|
| 38|0x00000000c3a00000, 0x00000000c3a00000, 0x00000000c3b00000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c3a00000, 0x00000000c3a00000|
| 39|0x00000000c3b00000, 0x00000000c3b00000, 0x00000000c3c00000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c3b00000, 0x00000000c3b00000|
| 40|0x00000000c3c00000, 0x00000000c3c00000, 0x00000000c3d00000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c3c00000, 0x00000000c3c00000|
| 41|0x00000000c3d00000, 0x00000000c3d00000, 0x00000000c3e00000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c3d00000, 0x00000000c3d00000|
| 42|0x00000000c3e00000, 0x00000000c3e00000, 0x00000000c3f00000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c3e00000, 0x00000000c3e00000|
| 43|0x00000000c3f00000, 0x00000000c3f00000, 0x00000000c4000000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c3f00000, 0x00000000c3f00000|
| 44|0x00000000c4000000, 0x00000000c4000000, 0x00000000c4100000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c4000000, 0x00000000c4000000|
| 45|0x00000000c4100000, 0x00000000c4100000, 0x00000000c4200000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c4100000, 0x00000000c4100000|
| 46|0x00000000c4200000, 0x00000000c4200000, 0x00000000c4300000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c4200000, 0x00000000c4200000|
| 47|0x00000000c4300000, 0x00000000c4300000, 0x00000000c4400000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c4300000, 0x00000000c4300000|
| 48|0x00000000c4400000, 0x00000000c4400000, 0x00000000c4500000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c4400000, 0x00000000c4400000|
| 49|0x00000000c4500000, 0x00000000c4500000, 0x00000000c4600000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c4500000, 0x00000000c4500000|
| 50|0x00000000c4600000, 0x00000000c4600000, 0x00000000c4700000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c4600000, 0x00000000c4600000|
| 51|0x00000000c4700000, 0x00000000c4700000, 0x00000000c4800000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c4700000, 0x00000000c4700000|
| 52|0x00000000c4800000, 0x00000000c4800000, 0x00000000c4900000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c4800000, 0x00000000c4800000|
| 53|0x00000000c4900000, 0x00000000c4900000, 0x00000000c4a00000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c4900000, 0x00000000c4900000|
| 54|0x00000000c4a00000, 0x00000000c4a00000, 0x00000000c4b00000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c4a00000, 0x00000000c4a00000|
| 55|0x00000000c4b00000, 0x00000000c4b00000, 0x00000000c4c00000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c4b00000, 0x00000000c4b00000|
| 56|0x00000000c4c00000, 0x00000000c4c00000, 0x00000000c4d00000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c4c00000, 0x00000000c4c00000|
| 57|0x00000000c4d00000, 0x00000000c4d00000, 0x00000000c4e00000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c4d00000, 0x00000000c4d00000|
| 58|0x00000000c4e00000, 0x00000000c4e00000, 0x00000000c4f00000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c4e00000, 0x00000000c4e00000|
| 59|0x00000000c4f00000, 0x00000000c4f00000, 0x00000000c5000000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c4f00000, 0x00000000c4f00000|
| 60|0x00000000c5000000, 0x00000000c5000000, 0x00000000c5100000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c5000000, 0x00000000c5000000|
| 61|0x00000000c5100000, 0x00000000c5100000, 0x00000000c5200000| 0%| F| |TS 0|AC 0|TAMS 0x00000000c5100000, 0x00000000c5100000|
| 62|0x00000000c5200000, 0x00000000c5281010, 0x00000000c5300000| 50%| E| |TS 0|AC 0|TAMS 0x00000000c5200000, 0x00000000c5200000|
| 63|0x00000000c5300000, 0x00000000c5400000, 0x00000000c5400000|100%| E|CS|TS 0|AC 0|TAMS 0x00000000c5300000, 0x00000000c5300000|

Card table byte_map: [0x00000211255e0000,0x00000211257e0000] byte_map_base: 0x0000021124fd6000

Marking Bits (Prev, Next): (CMBitMap*) 0x000002110ec92368, (CMBitMap*) 0x000002110ec92330
Prev Bits: [0x0000021126990000, 0x0000021127940000)
Next Bits: [0x00000211259e0000, 0x0000021126990000)

Polling page: 0x000002110cb20000

CodeHeap 'non-profiled nmethods': size=120064Kb used=807Kb max_used=807Kb free=119256Kb
bounds [0x000002111dea0000, 0x000002111e110000, 0x00000211253e0000]
CodeHeap 'profiled nmethods': size=120000Kb used=3700Kb max_used=3700Kb free=116299Kb
bounds [0x0000021116970000, 0x0000021116d10000, 0x000002111dea0000]
CodeHeap 'non-nmethods': size=5696Kb used=1315Kb max_used=1342Kb free=4381Kb
bounds [0x00000211163e0000, 0x0000021116650000, 0x0000021116970000]
total_blobs=2891 nmethods=1759 adapters=650
compilation: enabled

Compilation events (10 events):
Event: 35.612 Thread 0x000002112a60b000 1753 3 org.eclipse.swt.layout.FormData::getRightAttachment (328 bytes)
Event: 35.613 Thread 0x000002112a60b000 nmethod 1753 0x0000021116d09d10 code [0x0000021116d0a0c0, 0x0000021116d0bac0]
Event: 36.766 Thread 0x000002112a5f4800 1754 4 org.eclipse.swt.widgets.Table::callWindowProc (1178 bytes)
Event: 36.784 Thread 0x000002112a5f4800 nmethod 1754 0x000002111df67090 code [0x000002111df67400, 0x000002111df684d8]
Event: 37.308 Thread 0x000002112a60b000 1756 3 org.eclipse.swt.internal.win32.POINT:: (5 bytes)
Event: 37.308 Thread 0x000002112a60b000 nmethod 1756 0x0000021116d0c410 code [0x0000021116d0c5c0, 0x0000021116d0c778]
Event: 37.322 Thread 0x000002112a60b000 1757 3 org.eclipse.swt.widgets.TypedListener:: (10 bytes)
Event: 37.322 Thread 0x000002112a60b000 nmethod 1757 0x0000021116d0c810 code [0x0000021116d0c9c0, 0x0000021116d0cbd8]
Event: 39.399 Thread 0x000002112a60b000 1760 3 org.eclipse.swt.widgets.Display::findControl (50 bytes)
Event: 39.399 Thread 0x000002112a60b000 nmethod 1760 0x0000021116d0cc90 code [0x0000021116d0ce80, 0x0000021116d0d230]

GC Heap History (4 events):
Event: 1.014 GC heap before
{Heap before GC invocations=0 (full 0):
garbage-first heap total 65536K, used 17408K [0x00000000c1400000, 0x0000000100000000)
region size 1024K, 14 young (14336K), 0 survivors (0K)
Metaspace used 12546K, capacity 12782K, committed 12928K, reserved 1060864K
class space used 1527K, capacity 1633K, committed 1664K, reserved 1048576K
}
Event: 1.020 GC heap after
{Heap after GC invocations=1 (full 0):
garbage-first heap total 65536K, used 5541K [0x00000000c1400000, 0x0000000100000000)
region size 1024K, 2 young (2048K), 2 survivors (2048K)
Metaspace used 12546K, capacity 12782K, committed 12928K, reserved 1060864K
class space used 1527K, capacity 1633K, committed 1664K, reserved 1048576K
}
Event: 14.550 GC heap before
{Heap before GC invocations=1 (full 0):
garbage-first heap total 65536K, used 30117K [0x00000000c1400000, 0x0000000100000000)
region size 1024K, 27 young (27648K), 2 survivors (2048K)
Metaspace used 20685K, capacity 21068K, committed 21296K, reserved 1069056K
class space used 2452K, capacity 2651K, committed 2688K, reserved 1048576K
}
Event: 14.564 GC heap after
{Heap after GC invocations=2 (full 0):
garbage-first heap total 65536K, used 7531K [0x00000000c1400000, 0x0000000100000000)
region size 1024K, 4 young (4096K), 4 survivors (4096K)
Metaspace used 20685K, capacity 21068K, committed 21296K, reserved 1069056K
class space used 2452K, capacity 2651K, committed 2688K, reserved 1048576K
}

Deoptimization events (10 events):
Event: 10.485 Thread 0x000002110ec34000 Uncommon trap: reason=bimorphic_or_optimized_type_check action=maybe_recompile pc=0x000002111df48dd0 method=org.eclipse.swt.widgets.Control.windowProc(JIJJ)J @ 1659 c2
Event: 13.544 Thread 0x000002110ec34000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000002111df4c8e0 method=org.eclipse.swt.widgets.Control.windowProc(JIJJ)J @ 1360 c2
Event: 13.567 Thread 0x000002110ec34000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000002111df4c8e0 method=org.eclipse.swt.widgets.Control.windowProc(JIJJ)J @ 1360 c2
Event: 14.231 Thread 0x000002110ec34000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000002111df51d78 method=org.eclipse.swt.widgets.Control.windowProc(JIJJ)J @ 879 c2
Event: 14.231 Thread 0x000002110ec34000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000002111df1c8e8 method=org.eclipse.swt.widgets.Display.windowProc(JJJJ)J @ 4 c2
Event: 14.530 Thread 0x000002110ec34000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000002111df51d78 method=org.eclipse.swt.widgets.Control.windowProc(JIJJ)J @ 879 c2
Event: 17.527 Thread 0x000002110ec34000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000002111df58410 method=org.eclipse.swt.widgets.Control.windowProc(JIJJ)J @ 1230 c2
Event: 17.547 Thread 0x000002110ec34000 Uncommon trap: reason=bimorphic_or_optimized_type_check action=maybe_recompile pc=0x000002111df585fc method=org.eclipse.swt.widgets.Control.windowProc(JIJJ)J @ 879 c2
Event: 17.547 Thread 0x000002110ec34000 Uncommon trap: reason=bimorphic_or_optimized_type_check action=maybe_recompile pc=0x000002111df585fc method=org.eclipse.swt.widgets.Control.windowProc(JIJJ)J @ 879 c2
Event: 23.028 Thread 0x000002110ec34000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000002111df5ef70 method=org.eclipse.swt.widgets.Table.callWindowProc(JIJJZ)J @ 752 c2

Classes redefined (0 events):
No events

Internal exceptions (10 events):
Event: 1.149 Thread 0x000002110ec34000 Exception <a 'java/lang/ClassNotFoundException'{0x00000000c51e48a8}: com/sun/java/swing/plaf/windows/resources/spi/windowsProvider> (0x00000000c51e48a8) thrown at [t:/workspace/open/src/hotspot/share/classfile/systemDictionary.cpp, line 233]
Event: 1.151 Thread 0x000002110ec34000 Exception <a 'java/lang/ClassNotFoundException'{0x00000000c51ea340}: com/sun/swing/internal/plaf/basic/resources/spi/basicProvider> (0x00000000c51ea340) thrown at [t:/workspace/open/src/hotspot/share/classfile/systemDictionary.cpp, line 233]
Event: 1.476 Thread 0x000002110ec34000 Exception <a 'java/lang/NoSuchMethodError'{0x00000000c4884e38}: method resolution failed> (0x00000000c4884e38) thrown at [t:/workspace/open/src/hotspot/share/prims/methodHandles.cpp, line 1226]
Event: 1.477 Thread 0x000002110ec34000 Exception <a 'java/lang/NoSuchMethodError'{0x00000000c488bd08}: java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(Ljava/lang/Object;JLjava/lang/Object;)V> (0x00000000c488bd08) thrown at [t:/workspace/open/src/hotspot/share/interpreter/linkResolver.c
Event: 1.477 Thread 0x000002110ec34000 Exception <a 'java/lang/NoSuchMethodError'{0x00000000c48916f8}: java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(Ljava/lang/Object;JLjava/lang/Object;)Ljava/lang/Object;> (0x00000000c48916f8) thrown at [t:/workspace/open/src/hotspot/share/interpret
Event: 1.478 Thread 0x000002110ec34000 Exception <a 'java/lang/NoSuchMethodError'{0x00000000c4894f40}: method resolution failed> (0x00000000c4894f40) thrown at [t:/workspace/open/src/hotspot/share/prims/methodHandles.cpp, line 1226]
Event: 2.236 Thread 0x000002110ec34000 Exception <a 'java/lang/NoSuchMethodError'{0x00000000c438e968}: java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V> (0x00000000c438e968) thrown at [t:/workspace/open/src/hots
Event: 2.383 Thread 0x000002110ec34000 Exception <a 'java/lang/NoSuchMethodError'{0x00000000c42299c0}: java.lang.invoke.DirectMethodHandle$Holder.invokeInterface(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;> (0x00000000c42299c0) thrown at [t:/workspace/open/src/hotspot/share/interpr
Event: 2.387 Thread 0x000002110ec34000 Exception <a 'java/lang/NoSuchMethodError'{0x00000000c4232bc0}: java.lang.invoke.DirectMethodHandle$Holder.invokeInterface(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)I> (0x00000000c4232bc0) thrown at [t:/workspace/open/src/hotspot/share/interp
Event: 14.568 Thread 0x000002112a5df800 Exception <a 'java/net/SocketException'{0x00000000c5380038}: Socket closed> (0x00000000c5380038) thrown at [t:/workspace/open/src/hotspot/share/prims/jni.cpp, line 632]

Events (10 events):
Event: 20.243 loading class resello/swtpatterns/SWTComboBox$18 done
Event: 20.244 loading class resello/swtpatterns/SWTComboBox$17
Event: 20.244 loading class resello/swtpatterns/SWTComboBox$17 done
Event: 20.244 loading class resello/swtpatterns/SWTComboBox$6
Event: 20.244 loading class resello/swtpatterns/SWTComboBox$6 done
Event: 23.019 loading class org/eclipse/swt/internal/win32/NMLISTVIEW
Event: 23.019 loading class org/eclipse/swt/internal/win32/NMLISTVIEW done
Event: 23.028 Thread 0x000002110ec34000 Uncommon trap: trap_request=0xffffff55 fr.pc=0x000002111df5ef70 relative=0x0000000000000c70
Event: 23.028 Thread 0x000002110ec34000 DEOPT PACKING pc=0x000002111df5ef70 sp=0x000000dfc62fe0f0
Event: 23.028 Thread 0x000002110ec34000 DEOPT UNPACKING pc=0x0000021116408a2f sp=0x000000dfc62fe090 mode 2

Dynamic libraries:
0x00007ff630270000 - 0x00007ff6302ae000 C:\Program Files\Java\jre-10.0.2\bin\javaw.exe
0x00007ffb45f50000 - 0x00007ffb4613d000 C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007ffb433d0000 - 0x00007ffb43483000 C:\WINDOWS\System32\KERNEL32.DLL
0x00007ffb42b40000 - 0x00007ffb42dd3000 C:\WINDOWS\System32\KERNELBASE.dll
0x00007ffb45e60000 - 0x00007ffb45f03000 C:\WINDOWS\System32\ADVAPI32.dll
0x00007ffb45690000 - 0x00007ffb4572e000 C:\WINDOWS\System32\msvcrt.dll
0x00007ffb45aa0000 - 0x00007ffb45b3e000 C:\WINDOWS\System32\sechost.dll
0x00007ffb45910000 - 0x00007ffb45a32000 C:\WINDOWS\System32\RPCRT4.dll
0x00007ffb43180000 - 0x00007ffb43317000 C:\WINDOWS\System32\USER32.dll
0x00007ffb421f0000 - 0x00007ffb42210000 C:\WINDOWS\System32\win32u.dll
0x00007ffb45d60000 - 0x00007ffb45d89000 C:\WINDOWS\System32\GDI32.dll
0x00007ffb42de0000 - 0x00007ffb42f7a000 C:\WINDOWS\System32\gdi32full.dll
0x00007ffb42020000 - 0x00007ffb420c0000 C:\WINDOWS\System32\msvcp_win.dll
0x00007ffb43080000 - 0x00007ffb4317c000 C:\WINDOWS\System32\ucrtbase.dll
0x00007ffb31410000 - 0x00007ffb31689000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.17763.253_none_05b2388e0721fece\COMCTL32.dll
0x00007ffb43540000 - 0x00007ffb4386d000 C:\WINDOWS\System32\combase.dll
0x00007ffb43000000 - 0x00007ffb4307e000 C:\WINDOWS\System32\bcryptPrimitives.dll
0x00007ffb38780000 - 0x00007ffb3878a000 C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007ffb43490000 - 0x00007ffb434be000 C:\WINDOWS\System32\IMM32.DLL
0x00007ffb072e0000 - 0x00007ffb073cf000 C:\Program Files\Java\jre-10.0.2\bin\msvcr120.dll
0x00007ffb18200000 - 0x00007ffb182a6000 C:\Program Files\Java\jre-10.0.2\bin\msvcp120.dll
0x0000000052850000 - 0x00000000532c0000 C:\Program Files\Java\jre-10.0.2\bin\server\jvm.dll
0x00007ffb43b80000 - 0x00007ffb43b88000 C:\WINDOWS\System32\PSAPI.DLL
0x00007ffb38b00000 - 0x00007ffb38b09000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x00007ffb3f710000 - 0x00007ffb3f734000 C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007ffb45df0000 - 0x00007ffb45e5d000 C:\WINDOWS\System32\WS2_32.dll
0x00007ffb3f440000 - 0x00007ffb3f46d000 C:\WINDOWS\SYSTEM32\winmmbase.dll
0x00007ffb421a0000 - 0x00007ffb421ea000 C:\WINDOWS\System32\cfgmgr32.dll
0x00007ffb3d920000 - 0x00007ffb3d92f000 C:\Program Files\Java\jre-10.0.2\bin\verify.dll
0x00007ffb20c40000 - 0x00007ffb20e2d000 C:\WINDOWS\SYSTEM32\DBGHELP.DLL
0x00007ffb20b10000 - 0x00007ffb20b3a000 C:\WINDOWS\SYSTEM32\dbgcore.DLL
0x00007ffb1fe10000 - 0x00007ffb1fe37000 C:\Program Files\Java\jre-10.0.2\bin\java.dll
0x00007ffb393c0000 - 0x00007ffb393d6000 C:\Program Files\Java\jre-10.0.2\bin\zip.dll
0x00007ffb3ae80000 - 0x00007ffb3ae8a000 C:\Program Files\Java\jre-10.0.2\bin\jimage.dll
0x00007ffb441a0000 - 0x00007ffb4568f000 C:\WINDOWS\System32\SHELL32.dll
0x00007ffb45cb0000 - 0x00007ffb45d58000 C:\WINDOWS\System32\shcore.dll
0x00007ffb42210000 - 0x00007ffb4295a000 C:\WINDOWS\System32\windows.storage.dll
0x00007ffb41f70000 - 0x00007ffb41f94000 C:\WINDOWS\System32\profapi.dll
0x00007ffb41fa0000 - 0x00007ffb41ffd000 C:\WINDOWS\System32\powrprof.dll
0x00007ffb43b90000 - 0x00007ffb43be2000 C:\WINDOWS\System32\shlwapi.dll
0x00007ffb42000000 - 0x00007ffb42011000 C:\WINDOWS\System32\kernel.appcore.dll
0x00007ffb42f80000 - 0x00007ffb42f97000 C:\WINDOWS\System32\cryptsp.dll
0x00007ffb307d0000 - 0x00007ffb307ea000 C:\Program Files\Java\jre-10.0.2\bin\net.dll
0x00007ffb39930000 - 0x00007ffb39a21000 C:\WINDOWS\SYSTEM32\WINHTTP.dll
0x00007ffb41780000 - 0x00007ffb417e7000 C:\WINDOWS\system32\mswsock.dll
0x00007ffb30720000 - 0x00007ffb30731000 C:\Program Files\Java\jre-10.0.2\bin\nio.dll
0x00007ffb05e60000 - 0x00007ffb05ef3000 C:\Users\Emailer.swt\lib\win32\x86_64\swt-win32-4924r8.dll
0x00007ffb457b0000 - 0x00007ffb45905000 C:\WINDOWS\System32\ole32.dll
0x00007ffb43a30000 - 0x00007ffb43afb000 C:\WINDOWS\System32\OLEAUT32.dll
0x00007ffb44070000 - 0x00007ffb44197000 C:\WINDOWS\System32\COMDLG32.dll
0x00007ffb42960000 - 0x00007ffb42b3b000 C:\WINDOWS\System32\CRYPT32.dll
0x00007ffb2f1e0000 - 0x00007ffb2f269000 C:\WINDOWS\SYSTEM32\WINSPOOL.DRV
0x00007ffb2d900000 - 0x00007ffb2d919000 C:\WINDOWS\SYSTEM32\USP10.dll
0x00007ffb41f50000 - 0x00007ffb41f62000 C:\WINDOWS\System32\MSASN1.dll
0x00007ffb2ecd0000 - 0x00007ffb2f163000 C:\WINDOWS\SYSTEM32\WININET.dll
0x00007ffb420c0000 - 0x00007ffb420e6000 C:\WINDOWS\System32\bcrypt.dll
0x00007ffb409f0000 - 0x00007ffb40b98000 C:\WINDOWS\SYSTEM32\PROPSYS.dll
0x00007ffb414e0000 - 0x00007ffb4151d000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
0x00007ffb404b0000 - 0x00007ffb4054c000 C:\WINDOWS\SYSTEM32\UxTheme.dll
0x00007ffb385a0000 - 0x00007ffb38777000 C:\WINDOWS\SYSTEM32\urlmon.dll
0x00007ffb2fbc0000 - 0x00007ffb2fbc7000 C:\WINDOWS\SYSTEM32\MSIMG32.dll
0x00007ffb35530000 - 0x00007ffb357d8000 C:\WINDOWS\SYSTEM32\iertutil.dll
0x00007ffb41950000 - 0x00007ffb4195c000 C:\WINDOWS\SYSTEM32\CRYPTBASE.DLL
0x00007ffb45b40000 - 0x00007ffb45caa000 C:\WINDOWS\System32\MSCTF.dll
0x00007ffb40700000 - 0x00007ffb4072e000 C:\WINDOWS\SYSTEM32\dwmapi.dll
0x00007ffb43320000 - 0x00007ffb433c2000 C:\WINDOWS\System32\clbcatq.dll
0x00007ffb02520000 - 0x00007ffb026bb000 C:\Program Files\Java\jre-10.0.2\bin\awt.dll
0x00007ffb3da30000 - 0x00007ffb3dfee000 C:\WINDOWS\SYSTEM32\d2d1.dll
0x00007ffb3fc50000 - 0x00007ffb3fcdc000 C:\WINDOWS\SYSTEM32\apphelp.dll
0x00007ffb415f0000 - 0x00007ffb415fe000 C:\Windows\System32\NETUTILS.DLL
0x00007ffb3e410000 - 0x00007ffb3e427000 C:\Windows\System32\WKSCLI.DLL
0x00007ffb434c0000 - 0x00007ffb43535000 C:\WINDOWS\System32\coml2.dll
0x00007ffb188f0000 - 0x00007ffb18946000 C:\WINDOWS\system32\dataexchange.dll
0x00007ffb3f470000 - 0x00007ffb3f6ee000 C:\WINDOWS\system32\d3d11.dll
0x00007ffb3ecc0000 - 0x00007ffb3ee83000 C:\WINDOWS\system32\dcomp.dll
0x00007ffb40dc0000 - 0x00007ffb40e82000 C:\WINDOWS\system32\dxgi.dll
0x00007ffb402a0000 - 0x00007ffb404ad000 C:\WINDOWS\system32\twinapi.appcore.dll
0x00007ffb40570000 - 0x00007ffb40598000 C:\WINDOWS\system32\RMCLIENT.dll
0x00007ffb41d50000 - 0x00007ffb41deb000 C:\WINDOWS\SYSTEM32\sxs.dll
0x00007ffb16fb0000 - 0x00007ffb17002000 C:\WINDOWS\SYSTEM32\msIso.dll
0x00007ffaef960000 - 0x00007ffaf0fd6000 C:\Windows\System32\mshtml.dll
0x00007ffb41e50000 - 0x00007ffb41e7f000 C:\Windows\System32\SspiCli.dll
0x00007ffb158a0000 - 0x00007ffb158c9000 C:\Windows\System32\srpapi.dll
0x00007ffb01440000 - 0x00007ffb015ce000 C:\Windows\System32\ieapfltr.dll
0x00007ffae5b40000 - 0x00007ffae5ff2000 C:\Windows\System32\jscript9.dll
0x00007ffb20570000 - 0x00007ffb205b5000 C:\WINDOWS\SYSTEM32\edputil.dll
0x00007ffb3e490000 - 0x00007ffb3e4a6000 C:\WINDOWS\SYSTEM32\ondemandconnroutehelper.dll
0x00007ffb38ae0000 - 0x00007ffb38aeb000 C:\WINDOWS\SYSTEM32\WINNSI.DLL
0x00007ffb45f10000 - 0x00007ffb45f18000 C:\WINDOWS\System32\NSI.dll
0x00007ffb3e450000 - 0x00007ffb3e477000 C:\Users\Emailer.swt\lib\win32\x86_64\swt-gdip-win32-4924r8.dll
0x00007ffb2e580000 - 0x00007ffb2e724000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.17763.253_none_369d2b7361b4789c\gdiplus.dll
0x00007ffb2f170000 - 0x00007ffb2f1dc000 C:\WINDOWS\SYSTEM32\oleacc.dll
0x00007ffb3bfd0000 - 0x00007ffb3c065000 C:\WINDOWS\System32\TextInputFramework.dll
0x00007ffb3f080000 - 0x00007ffb3f162000 C:\WINDOWS\System32\CoreMessaging.dll
0x00007ffb37970000 - 0x00007ffb37c92000 C:\WINDOWS\System32\CoreUIComponents.dll
0x00007ffb3f220000 - 0x00007ffb3f373000 C:\WINDOWS\SYSTEM32\wintypes.dll
0x00007ffb40fd0000 - 0x00007ffb41001000 C:\WINDOWS\SYSTEM32\ntmarta.dll
0x00007ffb41520000 - 0x00007ffb415e6000 C:\WINDOWS\SYSTEM32\DNSAPI.dll
0x00007ffb359a0000 - 0x00007ffb359aa000 C:\Windows\System32\rasadhlp.dll
0x00007ffb35a00000 - 0x00007ffb35a79000 C:\WINDOWS\System32\fwpuclnt.dll

dbghelp: loaded successfully - version: 4.0.5 - missing functions: none
symbol engine: initialized successfully - sym options: 0x614 - pdb path: .;C:\Program Files\Java\jre-10.0.2\bin;C:\WINDOWS\SYSTEM32;C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.17763.253_none_05b2388e0721fece;C:\Program Files\Java\jre-10.0.2\bin\server;C:\Users\Emailer.swt\lib\win32\x86_64;C:\WINDOWS\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.17763.253_none_369d2b7361b4789c

VM Arguments:
jvm_args: -Dfile.encoding=Cp1252
java_command: resello.cms.StartCMS
java_class_path (initial): C:\MYSPACE\Working\java\resello_project;C:\MYSPACE\Working\StarProbe_CMSR\JAR-SAVE\mysql-connector-java-3.0.17-ga-bin.jar;C:\MYSPACE\Working\StarProbe_CMSR\JAR-SAVE\sqljdbc4.jar;C:\MYSPACE\Working\StarProbe_CMSR\JAR-SAVE\postgresql-8.3-607.jdbc2.jar;C:\MYSPACE\Working\StarProbe_CMSR\JAR-SAVE\mail.jar;C:\MYSPACE\Working\StarProbe_CMSR\JAR-SAVE\JOCL-0.2.0RC.jar;C:\Program Files (x86)\Java\jre7\lib\rt.jar;C:\MYSPACE\Working\StarProbe_CMSR\JAR-SAVE\swt-4.11M1-64.jar
Launcher Type: SUN_STANDARD

Logging:
Log output configuration:
#0: stdout all=warning uptime,level,tags
adoptium/temurin-build#1: stderr all=off uptime,level,tags

Environment Variables:
JAVA_HOME=C:\Program Files\Java\jdk-10.0.2
PATH=C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client;C:\Program Files\Intel\iCLS Client;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\MYSPACE\Working\BATS;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn;C:\Program Files\Microsoft SQL Server\130\Tools\Binn;C:\Program Files\Microsoft SQL Server\130\DTS\Binn;C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn;C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio;C:\WINDOWS\System32\OpenSSH;C:\Program Files\Intel\WiFi\bin;C:\Program Files\Common Files\Intel\WirelessCommon;C:\MinGW\bin;C:\Windows\Microsoft.NET\Framework\v4.0.30319;C:\GNUstep\bin;C:\Ruby26-x64\bin;C:\Program Files\Intel\WiFi\bin;C:\Program Files\Common Files\Intel\WirelessCommon;C:\MyData\MySQL\mysql-5.6.26-win32\bin;C:\Users\Emailer\AppData\Local\Microsoft\WindowsApps;C:\php;C:\GNUstep\GNUstep\System\Tools;C:\GNUstep\bin
USERNAME=Emailer
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 61 Stepping 4, GenuineIntel

--------------- S Y S T E M ---------------

OS: Windows 10 , 64 bit Build 17763 (10.0.17763.1)

CPU:total 4 (initial active 4) (2 cores per cpu, 2 threads per core) family 6 model 61 stepping 4, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, 3dnowpref, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2, adx, fma

Memory: 4k page, physical 4106380k(1307408k free), swap 5810316k(1516520k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (10.0.2+13) for windows-amd64 JRE (10.0.2+13), built on Jun 28 2018 01:57:56 by "mach5one" with MS VC++ 12.0 (VS2013)

END.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.