Create new java application with main class.

Add System.out.println("Hello world");

Change java platform to java9 (properties).

Change source/binary format to java9 (properties).


Run profiler, methods, all classes.


profile:
Profiler Agent: Waiting for connection on port 5140, timeout 10 seconds 
(Protocol version: 18)
Profiler Agent: Established connection with the tool
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by 
org.netbeans.lib.profiler.server.ClassLoaderManager to method 
java.lang.ClassLoader.findLoadedClass(java.lang.String)
WARNING: Please consider reporting this to the maintainers of 
org.netbeans.lib.profiler.server.ClassLoaderManager
WARNING: Use --illegal-access=warn to enable warnings of further illegal 
reflective access operations
WARNING: All illegal access operations will be denied in a future release
Profiler Agent: Local accelerated session
Hello world
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000055ba09c5, pid=4984, 
tid=8716
#
# JRE version: OpenJDK Runtime Environment (9.0+181) (build 9+181)
# Java VM: OpenJDK 64-Bit Server VM (9+181, mixed mode, tiered, compressed 
oops, g1 gc, windows-amd64)
# Problematic frame:
# V  [jvm.dll+0x5009c5]
#
# 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:\000Imaging\JavaApplication5\hs_err_pid4984.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#
Profiler Agent: Initializing...
Profiler Agent: Options: 
>C:\Users\Otto\Downloads\incubating-netbeans-java-9.0-bin\netbeans\profiler\lib,5140,10<
Profiler Agent: Initialized successfully
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
C:\Users\Otto\AppData\Local\NetBeans\Cache\9.0\executor-snippets\profile.xml:126:
 The following error occurred while executing this line:
C:\Users\Otto\AppData\Local\NetBeans\Cache\9.0\executor-snippets\profile.xml:80:
 Java returned: 1
BUILD FAILED (total time: 5 seconds)


Attachment: hs_err_pid4984.log
Description: hs_err_pid4984.log

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to