RFR: JDK-8300264: Remove metaprogramming/isPointer.hpp
Kim Barrett
kbarrett at openjdk.org
Wed Jan 18 14:48:32 UTC 2023
On Tue, 17 Jan 2023 14:24:08 GMT, Justin King <jcking at openjdk.org> wrote:
> Code cleanup of pre-C++11 <type_traits> implementations.
Looks good.
src/hotspot/share/utilities/concurrentHashTable.inline.hpp line 510:
> 508: have_deletable(bucket, eval_f, prefetch_bucket)) {
> 509: // Nothing to remove in this bucket.
> 510: continue;
[pre-existing] The if-body is mis-indented.
-------------
Marked as reviewed by kbarrett (Reviewer).
PR: https://git.openjdk.org/jdk/pull/12041
More information about the hotspot-dev
mailing list