8263326: Remove ReceiverTypeData check from serviceability/sa/TestPrintMdo.java

Reviewed-by: dholmes
This commit is contained in:
Chris Plummer 2021-03-12 21:05:02 +00:00
parent b932a62c44
commit ecfa712c1d

@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, 2020, 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
@ -54,7 +54,6 @@ public class TestPrintMdo {
expStrMap.put("printmdo -a", List.of(
"VirtualCallData",
"CounterData",
"ReceiverTypeData",
"bci",
"MethodData",
"java/lang/Object"));