aboutsummaryrefslogtreecommitdiffstats
path: root/run-all-junit-tests
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2021-04-10 12:32:04 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2021-04-10 12:33:08 +0700
commitf3ff0752b8ee68583fb5a90687ddb5943c2df25b (patch)
tree60212ecef510244380606c45e52af34e08a66fe1 /run-all-junit-tests
parent2b0b1a98959bd0d569f1d04bd3b25dac8ef0bb7a (diff)
downloadaspectj-f3ff0752b8ee68583fb5a90687ddb5943c2df25b.tar.gz
aspectj-f3ff0752b8ee68583fb5a90687ddb5943c2df25b.zip
Remove JRockit LTW support, particularly JRockitAgent
In two places, the documentation now contains this text: "Since AspectJ 1.9.7, the obsolete Oracle/BEA JRockit agent is no longer part of AspectJ. JRockit JDK never supported Java versions higher than 1.6. Several JRockit JVM features are now part of HotSpot and tools like Mission Control available for OpenJDK and Oracle JDK." The decision to drop JRockit support was made during a discussion between Alexander Kriegisch and Andy Clement: Andy Clement wrote on 26 Mar 2021: > Yes I think so. > > > Alexander Kriegisch wrote on 26 Mar 2021: > >> https://en.wikipedia.org/wiki/JRockit >> >> Can we get rid of that? AspectJ requires Java 8, JRockit never >> supported more than Java 6. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'run-all-junit-tests')
-rw-r--r--run-all-junit-tests/pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/run-all-junit-tests/pom.xml b/run-all-junit-tests/pom.xml
index e98cd7f04..22a2245e5 100644
--- a/run-all-junit-tests/pom.xml
+++ b/run-all-junit-tests/pom.xml
@@ -240,13 +240,6 @@
<version>${lib.ant.version}</version>
</dependency>
<dependency>
- <groupId>jrockit</groupId>
- <artifactId>jrockit</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/../lib/jrockit/jrockit.jar</systemPath>
- </dependency>
- <dependency>
<!-- Identical to lib/ant/lib/ant-launcher.jar, a former system-scoped dependency -->
<groupId>ant</groupId>
<artifactId>ant-launcher</artifactId>