Skip to content

Commit

Permalink
8263326: Remove ReceiverTypeData check from serviceability/sa/TestPri…
Browse files Browse the repository at this point in the history
…ntMdo.java

Backport-of: ecfa712
  • Loading branch information
GoeLin committed Oct 10, 2022
1 parent f7e6d0d commit a84c773
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/hotspot/jtreg/serviceability/sa/TestPrintMdo.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2017, 2021, 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 @@ -58,7 +58,6 @@ public static void main (String... args) throws Exception {
expStrMap.put("printmdo -a", List.of(
"VirtualCallData",
"CounterData",
"ReceiverTypeData",
"bci",
"MethodData",
"java/lang/Object"));
Expand Down

1 comment on commit a84c773

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.