mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8188764: Obsolete AssumeMP and then remove all support for non-MP builds
Reviewed-by: mikael, mdoerr, bulasevich, eosterlund
This commit is contained in:
parent
5cfc3bbdd4
commit
a3cd6a1a70
52 changed files with 465 additions and 774 deletions
|
@ -2748,9 +2748,7 @@ public:
|
|||
virtual void verify() const {
|
||||
// make sure code pattern is actually a call imm32 instruction
|
||||
_call->verify();
|
||||
if (os::is_MP()) {
|
||||
_call->verify_alignment();
|
||||
}
|
||||
_call->verify_alignment();
|
||||
}
|
||||
|
||||
virtual void verify_resolve_call(address dest) const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue