[OpenJDK 2D-Dev] RFR: 8246032: Implementation of JEP 347: Adopt C++14 Language Features in HotSpot

Kim Barrett kim.barrett at oracle.com
Thu Jun 18 06:34:57 UTC 2020


> On Jun 15, 2020, at 7:41 AM, Kim Barrett <kim.barrett at oracle.com> wrote:
> 
>> On Jun 14, 2020, at 12:45 AM, Philip Race <philip.race at oracle.com> wrote:
>> 
>> Kim,
>> 
>> 
>> Until it says in "the JDK" and not "in HotSpot" you have not addressed my main point.
>> Please rename the JEP.

After some off-list discussions I have a better idea of what Phil was
asking for and why. In response I've changed the JEP, replacing a few
occurrences of "HotSpot" with "the JDK", as described below.  All
other occurrences of "HotSpot" have been left as-is.

Title:
JEP 347: Adopt C++14 Language Features in HotSpot
=>
JEP 347: Adopt C++14 Language Features in the JDK

Summary:
Allow the use of selected C++14 language features in the HotSpot C++ source code.
=>
Allow the use of selected C++14 language features in the JDK C++ source code.

Goals:
The purpose of this JEP is to formally allow C++ source code changes within HotSpot to take advantage of some C++14 standard language features.
=>
The purpose of this JEP is to formally allow C++ source code changes within the JDK to take advantage of some C++14 standard language features.




More information about the build-dev mailing list