stormpot icon indicating copy to clipboard operation
stormpot copied to clipboard

#143 Solution to compile stormpot with GraalVM.

Open begrossi opened this issue 4 years ago • 1 comments

This is a temporary solution to compile natively using GraalVM (#143). Does not affect any other scenario. May be removed when this issue is solved: https://github.com/oracle/graal/issues/3028

begrossi avatar Jan 29 '21 14:01 begrossi

Codecov Report

Merging #144 (52deaed) into 3.1 (cd65414) will increase coverage by 0.63%. The diff coverage is 95.05%.

Impacted file tree graph

@@             Coverage Diff              @@
##                3.1     #144      +/-   ##
============================================
+ Coverage     94.96%   95.60%   +0.63%     
- Complexity      317      387      +70     
============================================
  Files            31       35       +4     
  Lines           815     1047     +232     
  Branches         90      117      +27     
============================================
+ Hits            774     1001     +227     
  Misses           26       26              
- Partials         15       20       +5     
Impacted Files Coverage Δ Complexity Δ
src/main/java/stormpot/BasePoolable.java 100.00% <ø> (ø) 3.00 <0.00> (ø)
src/main/java/stormpot/OrExpiration.java 100.00% <ø> (ø) 4.00 <0.00> (ø)
...in/java/stormpot/ThreadedAllocationController.java 100.00% <ø> (ø) 8.00 <0.00> (?)
...main/java/stormpot/InlineAllocationController.java 93.12% <93.12%> (ø) 54.00 <54.00> (?)
src/main/java/stormpot/AllocationController.java 100.00% <100.00%> (ø) 1.00 <1.00> (?)
src/main/java/stormpot/AllocationProcess.java 100.00% <100.00%> (ø) 5.00 <5.00> (?)
src/main/java/stormpot/AllocationProcessMode.java 100.00% <100.00%> (ø) 1.00 <1.00> (?)
src/main/java/stormpot/BAllocThread.java 97.48% <100.00%> (+1.00%) 73.00 <0.00> (+1.00)
src/main/java/stormpot/BlazePool.java 98.16% <100.00%> (ø) 52.00 <4.00> (ø)
...main/java/stormpot/DirectAllocationController.java 91.48% <100.00%> (ø) 14.00 <0.00> (?)
... and 12 more

codecov[bot] avatar Jan 29 '21 16:01 codecov[bot]