hg: jdk-updates/jdk11u-dev: 2 new changesets

shade at redhat.com shade at redhat.com
Mon Jun 24 09:58:18 UTC 2019


Changeset: 38311a6cfff4
Author:    zgu
Date:      2019-01-07 09:17 -0500
URL:       http://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/38311a6cfff4

8216199: Local variable arg defined but never used in BCEscapeAnalyzer::compute_escape_for_intrinsic()
Summary: Removed unused local variable
Reviewed-by: thartmann

! src/hotspot/share/ci/bcEscapeAnalyzer.cpp

Changeset: 824d31a32bb7
Author:    thartmann
Date:      2019-03-11 11:42 +0100
URL:       http://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/824d31a32bb7

8218201: Failures when vmIntrinsics::_getClass is not inlined
Summary: Fix BCEscapeAnalyzer to correctly handle _getClass intrinsic.
Reviewed-by: kvn, dlong, redestad, neliasso

! src/hotspot/share/ci/bcEscapeAnalyzer.cpp
! src/hotspot/share/ci/bcEscapeAnalyzer.hpp
+ test/hotspot/jtreg/compiler/escapeAnalysis/TestGetClass.java



More information about the jdk-updates-changes mailing list