mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +02:00
8266950: Remove vestigial support for non-strict floating-point execution
Co-authored-by: Vladimir Ivanov <vlivanov@openjdk.org> Reviewed-by: vlivanov, kvn
This commit is contained in:
parent
8624cb53cd
commit
cb7128b58e
43 changed files with 93 additions and 309 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1997, 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
|
||||
|
@ -62,7 +62,6 @@ void AccessFlags::print_on(outputStream* st) const {
|
|||
if (is_native ()) st->print("native " );
|
||||
if (is_interface ()) st->print("interface " );
|
||||
if (is_abstract ()) st->print("abstract " );
|
||||
if (is_strict ()) st->print("strict " );
|
||||
if (is_synthetic ()) st->print("synthetic " );
|
||||
if (is_old ()) st->print("{old} " );
|
||||
if (is_obsolete ()) st->print("{obsolete} " );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue