Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8314993: [lworld] Add support for runtime/cds/CDSMapTest.java #1170

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/hotspot/share/runtime/fieldDescriptor.cpp
Original file line number Diff line number Diff line change
@@ -212,5 +212,4 @@ void fieldDescriptor::print_on_for(outputStream* st, oop obj) {
break;
}
}
st->cr();
}
1 change: 0 additions & 1 deletion test/hotspot/jtreg/ProblemList.txt
Original file line number Diff line number Diff line change
@@ -123,7 +123,6 @@ containers/docker/TestMemoryAwareness.java 8303470 linux-all
# Valhalla
runtime/AccModule/ConstModule.java 8294051 generic-all
runtime/valhalla/inlinetypes/InlineOops.java#ZGen 8313607 linux-aarch64,macosx-aarch64
runtime/cds/CDSMapTest.java 8314993 generic-all

#############################################################################