본선 대회 Java JDK 버전 업그레이드 관련

2019년 본선 대회에서 사용할 JDK 버전을 OpenJDK 1.8.x 버전을 사용하는 것으로 9월 초 공지한 바 있으나, 대회 참가자의 편의를 위하여 업그레이드 된 버전을 사용하기로 결정하였습니다.

We announced that we are going to use OpenJDK 1.8.x as an official JDK on the regional contest in last September. However we have decided to upgrade the version for contestants’ convenience.

 

이에 변경된 OpenJDK 버전을 공지합니다.

Thus, we announce the new OpenJDK version we are going to use.

 

최종 결정된 JDK 버전 및 컴파일러 옵션은 다음과 같습니다:

Below are the OpenJDK version and compiler options that we are going to use on the regional contest.

  • openjdk version “11.0.4” 2019-07-16
    OpenJDK Runtime Environment (build 11.0.4+11-post-Ubuntu-1ubuntu218.04.3)
    OpenJDK 64-Bit Server VM (build 11.0.4+11-post-Ubuntu-1ubuntu218.04.3, mixed mode, sharing)(javac -sourcepath . -d . $* && java -client -Xss64m -Xmx1024m -DONLINE_JUDGE=1 -DDOMJUDGE=1 $*)