Skip to content

Commit

Permalink
bugfix: various heap-related JVM crashes on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jun 27, 2024
1 parent 08429e8 commit a108968
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
distribution: 'zulu'
java-version: 21
- uses: actions/checkout@v4
- run: ./gradlew assemble javadoc --console=plain --no-daemon
- run: ./gradlew build javadoc --console=plain --no-daemon
shell: bash

Java22-Linux:
Expand Down
1 change: 0 additions & 1 deletion src/test/java/Test001.java
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ public void test001() {
objVsObjFilter.close();
objVsBpFilter.close();
mapObj2Bp.close();
jobSystem.close();
allocator.close();

Jolt.unregisterTypes();
Expand Down

0 comments on commit a108968

Please sign in to comment.