langtools/test/tools/sjavac/IncCompileWithChanges.java
changeset 35356 e919fd8db52c
parent 32799 ee577901f4bb
child 36526 3b41f1c69604
equal deleted inserted replaced
35355:817b3a285dbb 35356:e919fd8db52c
     1 /*
     1 /*
     2  * Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    79         compile(GENSRC.toString(),
    79         compile(GENSRC.toString(),
    80                 "-d", BIN.toString(),
    80                 "-d", BIN.toString(),
    81                 "--state-dir=" + BIN,
    81                 "--state-dir=" + BIN,
    82                 "-h", HEADERS.toString(),
    82                 "-h", HEADERS.toString(),
    83                 "-j", "1",
    83                 "-j", "1",
    84                 SERVER_ARG,
       
    85                 "--log=debug");
    84                 "--log=debug");
    86         Map<String,Long> new_bin_state = collectState(BIN);
    85         Map<String,Long> new_bin_state = collectState(BIN);
    87 
    86 
    88         verifyNewerFiles(previous_bin_state, new_bin_state,
    87         verifyNewerFiles(previous_bin_state, new_bin_state,
    89                          BIN + "/alfa/omega/A.class",
    88                          BIN + "/alfa/omega/A.class",