--- old/src/hotspot/share/runtime/flags/jvmFlagConstraintList.cpp 2020-01-02 16:17:53.804560645 -0800 +++ new/src/hotspot/share/runtime/flags/jvmFlagConstraintList.cpp 2020-01-02 16:17:53.520549837 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2015, 2020, 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 @@ -266,8 +266,7 @@ EMIT_CONSTRAINT_PRODUCT_RW_FLAG, EMIT_CONSTRAINT_LP64_PRODUCT_FLAG, IGNORE_RANGE, - EMIT_CONSTRAINT_CHECK, - IGNORE_WRITEABLE) + EMIT_CONSTRAINT_CHECK) EMIT_CONSTRAINT_END }