소스 검색

Reduced expected performance difference

JVM improvements seem to reduce the difference.
tags/V1_9_0_RC3
Andy Clement 6 년 전
부모
커밋
a664389a1d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      org.aspectj.ajdt.core/testdata/src1/LazyTjp.aj

+ 1
- 1
org.aspectj.ajdt.core/testdata/src1/LazyTjp.aj 파일 보기

@@ -3,7 +3,7 @@ public class LazyTjp {
private static final int N = 10000000;
// if lazy tjp is working, then calling the advice that uses thisJoinPoint should
// take at least this much longer than using an if pcd to bypass the advice
private static final double minimumRatio = 8.0;
private static final double minimumRatio = 1.8; // was 8 but jvm seems to be improving all the time!!
public static void main(String[] args) {
Trace.enabled = false;

Loading…
취소
저장