-
Bug
-
Resolution: Fixed
-
P2
-
9
-
b121
-
b150
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8281272 | 8u341 | Joakim Nordström | P2 | Closed | Fixed | b01 |
The following tests recently crashed on build 124:
java/sql/testng/test/sql/CallableStatementTests.java
java/sql/testng/test/sql/PreparedStatementTests.java
config test.sql.PreparedStatementTests.setUpMethod(): success
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0xe7d411a8, pid=18477, tid=18561
#
# JRE version: Java(TM) SE Runtime Environment (9.0+124) (build 9-ea+124)
# Java VM: Java HotSpot(TM) Server VM (9-ea+124, compiled mode, tiered, serial gc, linux-x86)
# Problematic frame:
# J 1564 C1 java.lang.String.indexOf(Ljava/lang/String;)I java.base@9-ea (65 bytes) @ 0xe7d411a8 [0xe7d41160+0x00000048]
#
# Core dump will be written. Default location: Core dumps may be processed with "/usr/libexec/abrt-hook-ccpp %s %c %p %u %g %t e" (or dumping to /export/local/aurora/sandbox/results/workDir/java/sql/testng/test/sql/PreparedStatementTests/core.18477)
#
# An error report file with more information is saved as:
# /export/local/aurora/sandbox/results/workDir/java/sql/testng/test/sql/PreparedStatementTests/hs_err_pid18477.log
Could not load hsdis-i386.so; library not loadable; PrintAssembly is disabled
Tested JDK: 9 b124
Testsuite: Regression JDK
Affected platforms: x86, ARMv6/7, ARMv8 (others not tested)
Reproducibility: always
Is it regression: Yes, the crash is not reproduced on b120.
Steps to reproduce: run the mentioned above tests with jtreg and pass to java -Xcomp option.
java/sql/testng/test/sql/CallableStatementTests.java
java/sql/testng/test/sql/PreparedStatementTests.java
config test.sql.PreparedStatementTests.setUpMethod(): success
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0xe7d411a8, pid=18477, tid=18561
#
# JRE version: Java(TM) SE Runtime Environment (9.0+124) (build 9-ea+124)
# Java VM: Java HotSpot(TM) Server VM (9-ea+124, compiled mode, tiered, serial gc, linux-x86)
# Problematic frame:
# J 1564 C1 java.lang.String.indexOf(Ljava/lang/String;)I java.base@9-ea (65 bytes) @ 0xe7d411a8 [0xe7d41160+0x00000048]
#
# Core dump will be written. Default location: Core dumps may be processed with "/usr/libexec/abrt-hook-ccpp %s %c %p %u %g %t e" (or dumping to /export/local/aurora/sandbox/results/workDir/java/sql/testng/test/sql/PreparedStatementTests/core.18477)
#
# An error report file with more information is saved as:
# /export/local/aurora/sandbox/results/workDir/java/sql/testng/test/sql/PreparedStatementTests/hs_err_pid18477.log
Could not load hsdis-i386.so; library not loadable; PrintAssembly is disabled
Tested JDK: 9 b124
Testsuite: Regression JDK
Affected platforms: x86, ARMv6/7, ARMv8 (others not tested)
Reproducibility: always
Is it regression: Yes, the crash is not reproduced on b120.
Steps to reproduce: run the mentioned above tests with jtreg and pass to java -Xcomp option.
- backported by
-
JDK-8281272 C1: Crash in java.lang.String.indexOf in some java.sql tests
- Closed
- relates to
-
JDK-8154172 C1: NPE is thrown instead of linkage error when invoking nonexistent method
- Closed
-
JDK-8154189 Deprivilege java.sql and java.sql.rowset module
- Resolved