8269873: serviceability/sa/Clhsdb tests are using a C2 specific VMStruct field
Reviewed-by: cjplummer, dholmes, sspitsyn
This commit is contained in:
parent
e1d3e73d4e
commit
999ced03cc
@ -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
|
||||
@ -56,7 +56,6 @@ public class ClhsdbField {
|
||||
"field InstanceKlass _constants ConstantPool*",
|
||||
"field Klass _name Symbol*",
|
||||
"field JavaThread _osthread OSThread*",
|
||||
"field JVMState _bci",
|
||||
"field TenuredGeneration _the_space ContiguousSpace*",
|
||||
"field VirtualSpace _low_boundary char*",
|
||||
"field MethodCounters _backedge_counter InvocationCounter",
|
||||
|
@ -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
|
||||
@ -59,7 +59,6 @@ public class ClhsdbVmStructsDump {
|
||||
"type DictionaryEntry KlassHashtableEntry",
|
||||
"field JavaThread _osthread OSThread*",
|
||||
"type TenuredGeneration CardGeneration",
|
||||
"field JVMState _bci",
|
||||
"type Universe null",
|
||||
"type ConstantPoolCache MetaspaceObj"));
|
||||
test.run(theApp.getPid(), cmds, expStrMap, null);
|
||||
|
Loading…
Reference in New Issue
Block a user