Skip to content

Commit

Permalink
Fix VMProps.java
Browse files Browse the repository at this point in the history
  • Loading branch information
cliveverghese committed Apr 29, 2020
1 parent 760aa1b commit b6b333d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/test/jdk/TEST.ROOT
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,8 @@ requires.properties= \
vm.compiler1.enabled \
vm.compiler2.enabled \
vm.cds \
<<<<<<< HEAD
vm.debug \
=======
vm.musl \
>>>>>>> 357b428d9... Portola patch
vm.hasSA \
vm.hasSAandCanAttach \
vm.hasJFR \
Expand Down
2 changes: 1 addition & 1 deletion src/test/jtreg-ext/requires/VMProps.java
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public Map<String, String> call() {
map.put("vm.compiler1.enabled", this::isCompiler1Enabled);
map.put("vm.compiler2.enabled", this::isCompiler2Enabled);
map.put("docker.support", this::dockerSupport);
map.put("vm.musl", this::isMusl());
map.put("vm.musl", this::isMusl);
map.put("release.implementor", this::implementor);
vmGC(map); // vm.gc.X = true/false
vmOptFinalFlags(map);
Expand Down

0 comments on commit b6b333d

Please sign in to comment.