-
Bug
-
Resolution: Fixed
-
P3
-
8u112, 9
-
b106
Found during adhoc testing while investigating a nightly failure:
java -XX:AllocateInstancePrefetchLines=1073741823 -version crashes with assert:
# after -XX: or in .hotspotrc: SuppressErrorAt=\\node.cpp:76
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (C:\\jprt\\T\\P1\\020256.christian\\s\\hotspot\\src\\share\\vm\\opto\\node.cpp:76), pid=66772, tid=56564
# assert(Compile::current()->live_nodes() < Compile::current()->max_node_limit()) failed: Live Node limit exceeded limit
#
# JRE version: Java(TM) SE Runtime Environment (9.0) (build 9-internal+0-2016-01-06-020256.christian.jake-nightly2)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (9-internal+0-2016-01-06-020256.christian.jake-nightly2, mixed mode, tiered, compressed oops, g1 gc, windows-amd64)
# Core dump will be written. Default location: C:\\local\\aurora\\sandbox\\results\\workDir\\runtime\\CommandLine\\OptionsValidation\\TestOptionsWithRanges\\hs_err_pid66772.mdmp
#
# An error report file with more information is saved as:
# C:\\local\\aurora\\sandbox\\results\\workDir\\runtime\\CommandLine\\OptionsValidation\\TestOptionsWithRanges\\hs_err_pid66772.log
]
java -XX:AllocateInstancePrefetchLines=1073741823 -version crashes with assert:
# after -XX: or in .hotspotrc: SuppressErrorAt=\\node.cpp:76
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (C:\\jprt\\T\\P1\\020256.christian\\s\\hotspot\\src\\share\\vm\\opto\\node.cpp:76), pid=66772, tid=56564
# assert(Compile::current()->live_nodes() < Compile::current()->max_node_limit()) failed: Live Node limit exceeded limit
#
# JRE version: Java(TM) SE Runtime Environment (9.0) (build 9-internal+0-2016-01-06-020256.christian.jake-nightly2)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (9-internal+0-2016-01-06-020256.christian.jake-nightly2, mixed mode, tiered, compressed oops, g1 gc, windows-amd64)
# Core dump will be written. Default location: C:\\local\\aurora\\sandbox\\results\\workDir\\runtime\\CommandLine\\OptionsValidation\\TestOptionsWithRanges\\hs_err_pid66772.mdmp
#
# An error report file with more information is saved as:
# C:\\local\\aurora\\sandbox\\results\\workDir\\runtime\\CommandLine\\OptionsValidation\\TestOptionsWithRanges\\hs_err_pid66772.log
]
- relates to
-
JDK-8153292 AllocateInstancePrefetchLines>AllocatePrefetchLines can trigger out-of-heap prefetching
-
- Closed
-