hg: jdk/jdk: 8209833: C2 compilation fails with "assert(ex_map->jvms()->same_calls_as(_exceptions->jvms())) failed: all collected exceptions must come from the same place"

tobias.hartmann at oracle.com tobias.hartmann at oracle.com
Fri Aug 24 06:17:48 UTC 2018


Changeset: 1e332d63bd96
Author:    thartmann
Date:      2018-08-24 08:17 +0200
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/1e332d63bd96

8209833: C2 compilation fails with "assert(ex_map->jvms()->same_calls_as(_exceptions->jvms())) failed: all collected exceptions must come from the same place"
Summary: Deoptimize if exception is thrown in _clone intrinsic.
Reviewed-by: kvn

! src/hotspot/share/opto/graphKit.cpp
! src/hotspot/share/opto/graphKit.hpp
! src/hotspot/share/opto/library_call.cpp
! test/hotspot/jtreg/compiler/intrinsics/object/TestClone.java



More information about the jdk-all-changes mailing list