Skip to content

Commit

Permalink
8343031: StopInterpreterAt not work on linux-x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
sendaoYan committed Oct 25, 2024
1 parent ca1700b commit a358e2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hotspot/os_cpu/linux_x86/assembler_linux_x86.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 1999, 2015, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1999, 2024, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -28,5 +28,5 @@
#include "runtime/os.hpp"

void MacroAssembler::int3() {
call(RuntimeAddress(CAST_FROM_FN_PTR(address, os::breakpoint)));
emit_int8((unsigned char)0xCC);
}

0 comments on commit a358e2b

Please sign in to comment.