8332096: hotspot-ide-project fails with this-escape

Reviewed-by: erikj
This commit is contained in:
Alex Menkov 2024-05-22 18:38:10 +00:00
parent 2170e99cb4
commit 37c477856d

View File

@ -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<Path>
attributes.push(new DirAttributes());
}
public class DirAttributes {
public static class DirAttributes {
private HashSet<BuildConfig> ignores;
private HashSet<BuildConfig> disablePch;