Skip to content

Commit

Permalink
jfr-converter.jar; use JDK 8
Browse files Browse the repository at this point in the history
  • Loading branch information
apangin committed Mar 16, 2024
1 parent 56d2bd1 commit 8fbe739
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ASPROF=bin/asprof
JFRCONV=bin/jfrconv
LIB_PROFILER=lib/libasyncProfiler.$(SOEXT)
API_JAR=jar/async-profiler.jar
CONVERTER_JAR=jar/jfrconv.jar
CONVERTER_JAR=jar/jfr-converter.jar

CFLAGS=-O3 -fno-exceptions
CXXFLAGS=-O3 -fno-exceptions -fno-omit-frame-pointer -fvisibility=hidden
Expand Down
4 changes: 2 additions & 2 deletions pom-converter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>tools.profiler</groupId>
<artifactId>async-profiler-converter</artifactId>
<artifactId>jfr-converter</artifactId>
<version>3.0</version>
<packaging>jar</packaging>

Expand Down Expand Up @@ -47,7 +47,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<release>7</release>
<release>8</release>
</configuration>
</plugin>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<release>7</release>
<release>8</release>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 8fbe739

Please sign in to comment.