-
Bug
-
Resolution: Fixed
-
P3
-
9, 10
-
b72
-
b161
-
arm
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8176940 | 10 | Tobias Hartmann | P3 | Resolved | Fixed | b03 |
compiler/profiling/spectrapredefineclass/Launcher.java fails with
command: main -XX:-TieredCompilation -XX:-BackgroundCompilation -XX:-UseOnStackReplacement -XX:TypeProfileLevel=222 -XX:ReservedCodeCacheSize=3M Agent
reason: User specified action: run main/othervm -XX:-TieredCompilation -XX:-BackgroundCompilation -XX:-UseOnStackReplacement -XX:TypeProfileLevel=222 -XX:ReservedCodeCacheSize=3M Agent
elapsed time (seconds): 0.858
----------System.out:(23/1180)----------
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/relocInfo.cpp:863
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/opt/jprt/T/P1/203755.gerard/s/hotspot/src/share/vm/code/relocInfo.cpp:863), pid=609, tid=618
# assert(src->section_index_of(target) == CodeBuffer::SECT_NONE) failed: sanity
#
# JRE version: Java(TM) SE Embedded Runtime Environment (9.0) (build 1.9.0-internal-fastdebug-20151016203755.gerard.jdk9-b00)
# Java VM: Java HotSpot(TM) Embedded Client VM (1.9.0-internal-fastdebug-20151016203755.gerard.jdk9-b00, mixed mode, serial gc, linux-arm)
# 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:
# /export/local/aurora/sandbox/results/workDir/compiler/profiling/spectrapredefineclass/Launcher/hs_err_pid609.log
[error occurred during error reporting , id 0xb]
command: main -XX:-TieredCompilation -XX:-BackgroundCompilation -XX:-UseOnStackReplacement -XX:TypeProfileLevel=222 -XX:ReservedCodeCacheSize=3M Agent
reason: User specified action: run main/othervm -XX:-TieredCompilation -XX:-BackgroundCompilation -XX:-UseOnStackReplacement -XX:TypeProfileLevel=222 -XX:ReservedCodeCacheSize=3M Agent
elapsed time (seconds): 0.858
----------System.out:(23/1180)----------
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/relocInfo.cpp:863
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/opt/jprt/T/P1/203755.gerard/s/hotspot/src/share/vm/code/relocInfo.cpp:863), pid=609, tid=618
# assert(src->section_index_of(target) == CodeBuffer::SECT_NONE) failed: sanity
#
# JRE version: Java(TM) SE Embedded Runtime Environment (9.0) (build 1.9.0-internal-fastdebug-20151016203755.gerard.jdk9-b00)
# Java VM: Java HotSpot(TM) Embedded Client VM (1.9.0-internal-fastdebug-20151016203755.gerard.jdk9-b00, mixed mode, serial gc, linux-arm)
# 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:
# /export/local/aurora/sandbox/results/workDir/compiler/profiling/spectrapredefineclass/Launcher/hs_err_pid609.log
[error occurred during error reporting , id 0xb]
- backported by
-
JDK-8176940 assert(src->section_index_of(target) == CodeBuffer::SECT_NONE) failed: sanity
- Resolved
- duplicates
-
JDK-8175338 compiler/ciReplay/TestClientVM.java failure on ARM
- Closed