mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 10:34:38 +02:00
6788527: Server vm intermittently fails with assertion "live value must not be garbage" with fastdebug bits
Cache Jvmti and DTrace flags used by Compiler. Reviewed-by: never
This commit is contained in:
parent
b5cff6a1a0
commit
34ee921399
16 changed files with 118 additions and 35 deletions
|
@ -2052,7 +2052,7 @@ void Parse::do_one_bytecode() {
|
|||
// null exception oop throws NULL pointer exception
|
||||
do_null_check(peek(), T_OBJECT);
|
||||
if (stopped()) return;
|
||||
if (JvmtiExport::can_post_exceptions()) {
|
||||
if (env()->jvmti_can_post_exceptions()) {
|
||||
// "Full-speed throwing" is not necessary here,
|
||||
// since we're notifying the VM on every throw.
|
||||
uncommon_trap(Deoptimization::Reason_unhandled,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue