hg: jdk/jdk: 8207779: Method::is_valid_method() compares 'this' with NULL

harold.seigel at oracle.com harold.seigel at oracle.com
Mon Jul 30 20:36:39 UTC 2018


Changeset: b5aac518b097
Author:    hseigel
Date:      2018-07-30 16:35 -0400
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/b5aac518b097

8207779: Method::is_valid_method() compares 'this' with NULL
Summary: Add Method* parameter and make method static to avoid 'thi's comparison with NULL
Reviewed-by: lfoltan, coleenp

! src/hotspot/cpu/aarch64/frame_aarch64.cpp
! src/hotspot/cpu/arm/frame_arm.cpp
! src/hotspot/cpu/sparc/frame_sparc.cpp
! src/hotspot/cpu/x86/frame_x86.cpp
! src/hotspot/share/jfr/periodic/sampling/jfrCallTrace.cpp
! src/hotspot/share/jfr/recorder/stacktrace/jfrStackTraceRepository.cpp
! src/hotspot/share/oops/method.cpp
! src/hotspot/share/oops/method.hpp
! src/hotspot/share/prims/forte.cpp



More information about the jdk-all-changes mailing list