ASSEMBLY_EXCEPTION

Mon, 28 May 2018 09:00:08 +0800

author
fujie
date
Mon, 28 May 2018 09:00:08 +0800
changeset 9126
bc5b8e3dcb6b
parent 8856
ac27a9c85bea
permissions
-rw-r--r--

#7083 [C1] Fix an assert error during linear scan reg allocation for MIPS.

# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/home/fool/c1/jdk8-mips-c1/hotspot/src/share/vm/c1/c1_LinearScan.cpp:2132), pid=18499, tid=0x000000ff96a0f1f0
# assert(interval->assigned_regHi() == any_reg) failed: must not have hi register
#
# JRE version: OpenJDK Runtime Environment (8.0) (build 1.8.0-internal-debug-fool_2018_05_23_17_44-b00) (Loongson 8-loongson3a-Loongnix)
# Java VM: OpenJDK 64-Bit Server VM (25.71-b00-debug compiled mode linux-mips64 compressed oops

aoqi@0 1
aoqi@0 2 OPENJDK ASSEMBLY EXCEPTION
aoqi@0 3
iris@8636 4 The OpenJDK source code made available by Oracle America, Inc. (Oracle) at
iris@8636 5 openjdk.java.net ("OpenJDK Code") is distributed under the terms of the GNU
iris@8636 6 General Public License <http://www.gnu.org/copyleft/gpl.html> version 2
aoqi@0 7 only ("GPL2"), with the following clarification and special exception.
aoqi@0 8
aoqi@0 9 Linking this OpenJDK Code statically or dynamically with other code
aoqi@0 10 is making a combined work based on this library. Thus, the terms
aoqi@0 11 and conditions of GPL2 cover the whole combination.
aoqi@0 12
aoqi@0 13 As a special exception, Oracle gives you permission to link this
aoqi@0 14 OpenJDK Code with certain code licensed by Oracle as indicated at
aoqi@0 15 http://openjdk.java.net/legal/exception-modules-2007-05-08.html
aoqi@0 16 ("Designated Exception Modules") to produce an executable,
aoqi@0 17 regardless of the license terms of the Designated Exception Modules,
aoqi@0 18 and to copy and distribute the resulting executable under GPL2,
aoqi@0 19 provided that the Designated Exception Modules continue to be
aoqi@0 20 governed by the licenses under which they were offered by Oracle.
aoqi@0 21
iris@8636 22 As such, it allows licensees and sublicensees of Oracle's GPL2 OpenJDK Code
iris@8636 23 to build an executable that includes those portions of necessary code that
iris@8636 24 Oracle could not provide under GPL2 (or that Oracle has provided under GPL2
iris@8636 25 with the Classpath exception). If you modify or add to the OpenJDK code,
iris@8636 26 that new GPL2 code may still be combined with Designated Exception Modules
iris@8636 27 if the new code is made subject to this exception by its copyright holder.

mercurial