mac 컴 파일 openjdk 11

  • openjdk 미 러 다운로드
  • hg clone https://hg.openjdk.java.net/jdk/jdk11/
    

    혹시http://jdk.java.net/다운로드 하 다.
  • 사전 의존 다운로드
  • brew install FreeType
    brew install Autoconf
    
  • configure 검사 수행
  • bash ./configure --with-target-bits=64 --enable-ccache --with-jvm-variants=server --enable-dtrace --with-boot-jdk-jvmargs="-Xlint:deprecation -Xlint:unchecked" --disable-warnings-as-errors --with-debug-level=slowdebug 2>&1 | tee configure_mac_x64.log
    # ./configure                  。           CC GCC,     CC GCC,   shell  
    # make       ,  Makefile     ,    
    # make install       ,   Makefile     ,        
    # --with-debug-level=slowdebug   slowdebug    
    # --enable-dtrace   dtrace
    # --with-jvm-variants=server   server  JVM
    # --with-target-bits=64   JVM 64 
    # --enable-ccache   ccache,    
    # --disable-warnings-as-errors     
    
  • 컴 파일
  • make images
    

    좋은 웹페이지 즐겨찾기