JDK-8028340 : Maven crashes with assert(is_miranda(m, ik()->methods(), ik()->default_methods(), ik()->super())) failed: should be a miranda_method
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: hs25
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2013-11-14
  • Updated: 2014-07-07
  • Resolved: 2013-11-18
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
hs25Resolved
Related Reports
Duplicate :  
Description
Maven crashes with following assert with JDK8-b115/hs25-b57:

# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc:  SuppressErrorAt=/klassVtable.cpp:634
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (/HUDSON/workspace/8-2-build-linux-amd64/jdk8/685/hotspot/src/share/vm/oops/klassVtable.cpp:634), pid=24177, tid=139999236503296
#  assert(is_miranda(m, ik()->methods(), ik()->default_methods(), ik()->super())) failed: should be a miranda_method
#
# JRE version: Java(TM) SE Runtime Environment (8.0-b115) (build 1.8.0-ea-fastdebug-b115)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.0-b57-fastdebug mixed mode linux-amd64 compressed oops)
# Failed to write core dump. 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/filipp/Development/hs_err_pid24177.log
Phoning home... 
Using server: 10.161.186.18, port 4711
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
#

I was able to reproduce issue on my linux-amd64 desktop with maven 3.1.1:
Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17 19:22:22+0400)
Maven home: /opt/maven
Java version: 1.8.0-ea-fastdebug, vendor: Oracle Corporation
Java home: /tmp/jdk1.8.0/fastdebug/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.2.0-49-generic", arch: "amd64", family: "unix"

To reproduce just run following command:
JAVA_HOME=<path to 8's fastdebug build> mvn
Comments
Reproes with b112 and forward
14-11-2013