Skip to content

Commit bea493b

Browse files
committed
8236736: Change notproduct JVM flags to develop flags
Reviewed-by: iklam, kvn, kbarrett
1 parent 80c54b4 commit bea493b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+180
-281
lines changed

src/hotspot/cpu/aarch64/globals_aarch64.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ define_pd_global(intx, InlineSmallCode, 1000);
8080

8181
#define ARCH_FLAGS(develop, \
8282
product, \
83-
notproduct, \
8483
range, \
8584
constraint) \
8685
\

src/hotspot/cpu/arm/globals_arm.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2008, 2023, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2008, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -75,7 +75,6 @@ define_pd_global(intx, InitArrayShortSize, 8*BytesPerLong);
7575

7676
#define ARCH_FLAGS(develop, \
7777
product, \
78-
notproduct, \
7978
range, \
8079
constraint)
8180

src/hotspot/cpu/ppc/globals_ppc.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2002, 2023, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2002, 2024, Oracle and/or its affiliates. All rights reserved.
33
* Copyright (c) 2012, 2023 SAP SE. All rights reserved.
44
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55
*
@@ -80,7 +80,6 @@ define_pd_global(intx, InitArrayShortSize, 9*BytesPerLong);
8080
// Platform dependent flag handling: flags only defined on this platform.
8181
#define ARCH_FLAGS(develop, \
8282
product, \
83-
notproduct, \
8483
range, \
8584
constraint) \
8685
\

src/hotspot/cpu/riscv/globals_riscv.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2000, 2023, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2000, 2024, Oracle and/or its affiliates. All rights reserved.
33
* Copyright (c) 2020, 2023, Huawei Technologies Co., Ltd. All rights reserved.
44
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55
*
@@ -78,7 +78,6 @@ define_pd_global(intx, InlineSmallCode, 1000);
7878

7979
#define ARCH_FLAGS(develop, \
8080
product, \
81-
notproduct, \
8281
range, \
8382
constraint) \
8483
\

src/hotspot/cpu/s390/globals_s390.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
33
* Copyright (c) 2016, 2018 SAP SE. All rights reserved.
44
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55
*
@@ -80,7 +80,6 @@ define_pd_global(intx, InitArrayShortSize, 1*BytesPerLong);
8080

8181
#define ARCH_FLAGS(develop, \
8282
product, \
83-
notproduct, \
8483
range, \
8584
constraint) \
8685
\

src/hotspot/cpu/x86/globals_x86.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2000, 2023, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2000, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -98,7 +98,6 @@ define_pd_global(intx, InitArrayShortSize, 8*BytesPerLong);
9898

9999
#define ARCH_FLAGS(develop, \
100100
product, \
101-
notproduct, \
102101
range, \
103102
constraint) \
104103
\

src/hotspot/cpu/zero/globals_zero.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2000, 2023, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2000, 2024, Oracle and/or its affiliates. All rights reserved.
33
* Copyright 2007, 2008, 2009, 2010, 2011 Red Hat, Inc.
44
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55
*
@@ -77,7 +77,6 @@ define_pd_global(bool, CompactStrings, true);
7777

7878
#define ARCH_FLAGS(develop, \
7979
product, \
80-
notproduct, \
8180
range, \
8281
constraint) \
8382
\

src/hotspot/os/aix/globals_aix.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
develop_pd, \
3535
product, \
3636
product_pd, \
37-
notproduct, \
3837
range, \
3938
constraint) \
4039
\

src/hotspot/os/bsd/globals_bsd.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2005, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2005, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -32,7 +32,6 @@
3232
develop_pd, \
3333
product, \
3434
product_pd, \
35-
notproduct, \
3635
range, \
3736
constraint) \
3837
\

src/hotspot/os/linux/globals_linux.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2005, 2022, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2005, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -32,7 +32,6 @@
3232
develop_pd, \
3333
product, \
3434
product_pd, \
35-
notproduct, \
3635
range, \
3736
constraint) \
3837
\

0 commit comments

Comments
 (0)