RFR 8162999 Build give extraneous find warnings

Daniel D. Daugherty daniel.daugherty at oracle.com
Mon Aug 8 17:57:54 UTC 2016


On 8/4/16 10:30 PM, David Holmes wrote:
> On 5/08/2016 12:21 AM, Gerald Thornbrugh wrote:
>> Hi Everyone,
>>
>> I would like to have the following change reviewed:
>>
>> Bug: https://bugs.openjdk.java.net/browse/JDK-8162999
>>
>> Webrev: http://cr.openjdk.java.net/~gthornbr/8162999/hotspot-webrev.01/
>> <http://cr.openjdk.java.net/%7Egthornbr/8162999/hotspot-webrev.01/>
>>
>> It seems that my putback of JDK-8144278 created a merge issue where a
>> previous
>> removed line from JDK-8132919 was placed back into JtregNative.gmk. This
>
> Thanks for fixing this but I blame hg all the way here! There is no 
> sign of any mismerge - the resulting file simply does not match the 
> changesets that were pushed.

This sound similar to another bug from the past:

8154121 Remove test mistakenly added during a merge

Jesper and I did some analysis on how/where hg went wrong, but
we never finished chasing it to ground. Sigh... it's bad when
you can't trust your tools...

Dan


>
> David
> -----
>
>
>> fix
>> removes the line again.  The presents of this line generates "No such
>> file or directory"
>> errors messages during builds because the "hotspot/test/compiler/native"
>> directory no
>> longer exists.
>>
>> Before this change the "No such file or directory" error messages were
>> seen in the
>> build logs and after the change the error messages where not placed into
>> the log.
>>
>> Please let me know if you have any questions or concerns.
>>
>> Thanks,
>>
>> Jerry



More information about the hotspot-runtime-dev mailing list