Update dex2oat (34.11) (#6174)

This commit is contained in:
kevinjeon-g
2024-02-24 13:11:26 -05:00
committed by GitHub
parent 05e5de6fbc
commit 5cabe8af72
2 changed files with 24 additions and 6 deletions

View File

@@ -2,6 +2,7 @@ compilers=&android-d8:&dex2oat
group.android-d8.compilers=java-d8-8156:java-d8-8172:java-d8-8233:java-d8-8242
group.android-d8.compilerType=android-d8
group.android-d8.isSemVer=true
group.android-d8.objdumper=/opt/compiler-explorer/baksmali-3.0.3/baksmali-3.0.3-fat.jar
group.android-d8.javaId=java1601
group.android-d8.javaPath=/opt/compiler-explorer/jdk-16.0.1/bin/java
@@ -21,16 +22,24 @@ compiler.java-d8-8172.exe=/opt/compiler-explorer/r8-8.1.72/r8-8.1.72.jar
compiler.java-d8-8156.name=d8 8.1.56
compiler.java-d8-8156.exe=/opt/compiler-explorer/r8-8.1.56/r8-8.1.56.jar
group.dex2oat.compilers=java-dex2oat-latest
group.dex2oat.compilers=java-dex2oat-latest:java-dex2oat-3411
group.dex2oat.groupName=ART
group.dex2oat.compilerType=dex2oat
group.dex2oat.isSemVer=true
compiler.java-dex2oat-latest.name=ART dex2oat latest
compiler.java-dex2oat-latest.artArtifactDir=/opt/compiler-explorer/dex2oat-latest
compiler.java-dex2oat-latest.exe=/opt/compiler-explorer/dex2oat-latest/x86_64/bin/dex2oat64
compiler.java-dex2oat-latest.objdumper=/opt/compiler-explorer/dex2oat-latest/x86_64/bin/oatdump
compiler.java-dex2oat-latest.d8Id=java-d8-8156
compiler.java-dex2oat-latest.d8Path=/opt/compiler-explorer/r8-8.1.56/r8-8.1.56.jar
compiler.java-dex2oat-latest.d8Id=java-d8-8242
compiler.java-dex2oat-latest.d8Path=/opt/compiler-explorer/r8-8.2.42/r8-8.2.42.jar
compiler.java-dex2oat-latest.isNightly=true
compiler.java-dex2oat-3411.name=ART dex2oat aml_art_341110060 (Nov 2023)
compiler.java-dex2oat-3411.artArtifactDir=/opt/compiler-explorer/dex2oat-34.11
compiler.java-dex2oat-3411.exe=/opt/compiler-explorer/dex2oat-34.11/x86_64/bin/dex2oat64
compiler.java-dex2oat-3411.objdumper=/opt/compiler-explorer/dex2oat-34.11/x86_64/bin/oatdump
compiler.java-dex2oat-3411.d8Id=java-d8-8242
compiler.java-dex2oat-3411.d8Path=/opt/compiler-explorer/r8-8.2.42/r8-8.2.42.jar
defaultCompiler=java-dex2oat-latest

View File

@@ -2,6 +2,7 @@ compilers=&android-d8:&dex2oat
group.android-d8.compilers=kotlin-d8-8156:kotlin-d8-8172:kotlin-d8-8233:kotlin-d8-8242
group.android-d8.compilerType=android-d8
group.android-d8.isSemVer=true
group.android-d8.objdumper=/opt/compiler-explorer/baksmali-3.0.3/baksmali-3.0.3-fat.jar
group.android-d8.javaId=java1601
group.android-d8.javaPath=/opt/compiler-explorer/jdk-16.0.1/bin/java
@@ -21,16 +22,24 @@ compiler.kotlin-d8-8172.exe=/opt/compiler-explorer/r8-8.1.72/r8-8.1.72.jar
compiler.kotlin-d8-8156.name=d8 8.1.56
compiler.kotlin-d8-8156.exe=/opt/compiler-explorer/r8-8.1.56/r8-8.1.56.jar
group.dex2oat.compilers=kotlin-dex2oat-latest
group.dex2oat.compilers=kotlin-dex2oat-latest:kotlin-dex2oat-3411
group.dex2oat.groupName=ART
group.dex2oat.compilerType=dex2oat
group.dex2oat.isSemVer=true
compiler.kotlin-dex2oat-latest.name=ART dex2oat latest
compiler.kotlin-dex2oat-latest.artArtifactDir=/opt/compiler-explorer/dex2oat-latest
compiler.kotlin-dex2oat-latest.exe=/opt/compiler-explorer/dex2oat-latest/x86_64/bin/dex2oat64
compiler.kotlin-dex2oat-latest.objdumper=/opt/compiler-explorer/dex2oat-latest/x86_64/bin/oatdump
compiler.kotlin-dex2oat-latest.d8Id=kotlin-d8-8156
compiler.kotlin-dex2oat-latest.d8Path=/opt/compiler-explorer/r8-8.1.56/r8-8.1.56.jar
compiler.kotlin-dex2oat-latest.d8Id=kotlin-d8-8242
compiler.kotlin-dex2oat-latest.d8Path=/opt/compiler-explorer/r8-8.2.42/r8-8.2.42.jar
compiler.kotlin-dex2oat-latest.isNightly=true
compiler.kotlin-dex2oat-3411.name=ART dex2oat aml_art_341110060 (Nov 2023)
compiler.kotlin-dex2oat-3411.artArtifactDir=/opt/compiler-explorer/dex2oat-34.11
compiler.kotlin-dex2oat-3411.exe=/opt/compiler-explorer/dex2oat-34.11/x86_64/bin/dex2oat64
compiler.kotlin-dex2oat-3411.objdumper=/opt/compiler-explorer/dex2oat-34.11/x86_64/bin/oatdump
compiler.kotlin-dex2oat-3411.d8Id=kotlin-d8-8242
compiler.kotlin-dex2oat-3411.d8Path=/opt/compiler-explorer/r8-8.2.42/r8-8.2.42.jar
defaultCompiler=kotlin-dex2oat-latest