Commit 6149523
authored
Update LockInventory.java
I use intel i7. When I use -Daffinity.reserved=01 as vm argument, I found variable "reservable" is always printed as "true"
LOGGER.trace("cpu " + i + " base={} reservable= {}", i, base, reservable);
should be:
LOGGER.trace("cpu {} base={} reservable= {}", i, base, reservable);1 parent 18d18fa commit 6149523
1 file changed
Lines changed: 2 additions & 3 deletions
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | | - | |
| 86 | + | |
88 | 87 | | |
89 | 88 | | |
90 | 89 | | |
| |||
213 | 212 | | |
214 | 213 | | |
215 | 214 | | |
216 | | - | |
| 215 | + | |
0 commit comments