8332096: hotspot-ide-project fails with this-escape
Reviewed-by: erikj
This commit is contained in:
parent
2170e99cb4
commit
37c477856d
@ -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.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* 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());
|
attributes.push(new DirAttributes());
|
||||||
}
|
}
|
||||||
|
|
||||||
public class DirAttributes {
|
public static class DirAttributes {
|
||||||
|
|
||||||
private HashSet<BuildConfig> ignores;
|
private HashSet<BuildConfig> ignores;
|
||||||
private HashSet<BuildConfig> disablePch;
|
private HashSet<BuildConfig> disablePch;
|
||||||
|
Loading…
Reference in New Issue
Block a user