> On Jun 24, 2020, at 7:01 AM, Magnus Ihse Bursie > <magnus.ihse.bur...@oracle.com> wrote: > > On 2020-06-18 08:34, Kim Barrett wrote: >>> On Jun 15, 2020, at 7:41 AM, Kim Barrett <kim.barr...@oracle.com> wrote: >>> >>>> On Jun 14, 2020, at 12:45 AM, Philip Race <philip.r...@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. >> > This all looks good to me. > > /Magnus
Thanks.