-
Bug
-
Resolution: Fixed
-
P3
-
7
-
b32
-
generic
-
generic
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2164980 | OpenJDK6 | Kelly Ohair | P3 | Resolved | Fixed | b12 |
Use of " SE " in make/common/Defs-windows.gmk:
-d "J2SE_COMPONENT=$(PRODUCT_NAME) Platform SE binary" \
-d "J2SE_NAME=$(PRODUCT_NAME) Platform SE $(JDK_MINOR_VERSION) $(J2SE_UPDATE_META_TAG)"
This needs to lose the " SE " for OpenJDK builds to reduce trademark confusion.
The "OpenJDK" mark should not be followed by "SE". Refer to
http://ccc.sfbay/6534568
-d "J2SE_COMPONENT=$(PRODUCT_NAME) Platform SE binary" \
-d "J2SE_NAME=$(PRODUCT_NAME) Platform SE $(JDK_MINOR_VERSION) $(J2SE_UPDATE_META_TAG)"
This needs to lose the " SE " for OpenJDK builds to reduce trademark confusion.
The "OpenJDK" mark should not be followed by "SE". Refer to
http://ccc.sfbay/6534568
- backported by
-
JDK-2164980 Use of SE in make/common/Defs-windows.gmk
-
- Resolved
-