mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8299254: Support dealing with standard assert macro
Reviewed-by: erikj, xuelei, dholmes, mikael
This commit is contained in:
parent
a49ccb959b
commit
3e2314d082
8 changed files with 107 additions and 21 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2021, 2022, 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
|
||||
|
@ -29,9 +29,12 @@
|
|||
#include "asm/macroAssembler.inline.hpp"
|
||||
#include "compiler/disassembler.hpp"
|
||||
#include "memory/resourceArea.hpp"
|
||||
#include "unittest.hpp"
|
||||
|
||||
#include "utilities/vmassert_uninstall.hpp"
|
||||
#include <regex>
|
||||
#include "utilities/vmassert_reinstall.hpp"
|
||||
|
||||
#include "unittest.hpp"
|
||||
|
||||
static const char* replace_addr_expr(const char* str)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue