Re: RFR: 8223188: Consider rewriting in C++ or moving to ".c" files

2021-02-08 Thread Ioi Lam
On Mon, 8 Feb 2021 22:26:22 GMT, Alexey Semenyuk  wrote:

> Remove needless `#ifdef __cplusplus` from .cpp sources

The Bug Synopsis of 'Consider rewriting in C++ or moving to ".c" files' is 
unclear. 
I would request that the Bug Synopsis to be changed to "removed unnecessary 
#ifdef __cplusplus" before integrating this PR.

-

Changes requested by iklam (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/2466


Re: RFR: 8223188: Consider rewriting in C++ or moving to ".c" files

2021-02-08 Thread Alexander Matveev
On Mon, 8 Feb 2021 22:26:22 GMT, Alexey Semenyuk  wrote:

> Remove needless `#ifdef __cplusplus` from .cpp sources

Marked as reviewed by almatvee (Committer).

-

PR: https://git.openjdk.java.net/jdk/pull/2466


Re: RFR: 8223188: Consider rewriting in C++ or moving to ".c" files

2021-02-08 Thread Andy Herrick
On Mon, 8 Feb 2021 22:26:22 GMT, Alexey Semenyuk  wrote:

> Remove needless `#ifdef __cplusplus` from .cpp sources

Marked as reviewed by herrick (Reviewer).

-

PR: https://git.openjdk.java.net/jdk/pull/2466