Skip to content

Commit 3771746

Browse files
committed
Revert "Switch back to JRE 8u77 on ARM"
The performance regression with 8u91 and above was figured out and worked around in version 1.0.2 of the GL Video library. See: gohai/processing-glvideo@055a90c
1 parent b4882e1 commit 3771746

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

build/build.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,6 @@
5959

6060
<!-- Switching to 8 because updates for 7 ended April 2015 -->
6161
<property name="jdk.version" value="8" />
62-
63-
<!-- temporarily work around performance regression on ARM -->
64-
<condition property="jdk.update" value="77">
65-
<equals arg1="${linux-arm32}" arg2="linux-arm32" />
66-
</condition>
67-
<condition property="jdk.build" value="3">
68-
<equals arg1="${linux-arm32}" arg2="linux-arm32" />
69-
</condition>
70-
7162
<property name="jdk.update" value="92" />
7263
<property name="jdk.build" value="14" />
7364

0 commit comments

Comments
 (0)