From 37c477856d543163b60dd2b85a5e6ac35a752211 Mon Sep 17 00:00:00 2001 From: Alex Menkov Date: Wed, 22 May 2024 18:38:10 +0000 Subject: [PATCH] 8332096: hotspot-ide-project fails with this-escape Reviewed-by: erikj --- .../classes/build/tools/projectcreator/FileTreeCreator.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make/ide/visualstudio/hotspot/src/classes/build/tools/projectcreator/FileTreeCreator.java b/make/ide/visualstudio/hotspot/src/classes/build/tools/projectcreator/FileTreeCreator.java index 385903e676f..f8fd111587c 100644 --- a/make/ide/visualstudio/hotspot/src/classes/build/tools/projectcreator/FileTreeCreator.java +++ b/make/ide/visualstudio/hotspot/src/classes/build/tools/projectcreator/FileTreeCreator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2024, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -54,7 +54,7 @@ public class FileTreeCreator extends SimpleFileVisitor attributes.push(new DirAttributes()); } - public class DirAttributes { + public static class DirAttributes { private HashSet ignores; private HashSet disablePch;