Illegal tag name: jdk8u76-b00-aarch32-160405

David Holmes david.holmes at oracle.com
Tue Apr 26 12:55:42 UTC 2016


Not really a hotspot question but ...

http://hg.openjdk.java.net/code-tools/jcheck/file/d46eaf84b346/jcheck.py

tag_re = 
re.compile("tip$|jdk-([1-9]([0-9]*)(\.[0-9]){0,3})\+([0-9]+)$|jdk[4-9](u\d{1,3})?-b\d{2,3}$|hs\d\d(\.\d{1,2})?-b\d\d$")

HTH

David

On 26/04/2016 10:28 PM, Andrew Haley wrote:
> Please tell us what the syntax of a jcheck'd tag name should be.
>
> Thanks,
>
> Andrew.
>
>
> On 05 Apr 2016, at 13:27, Edward Nevill <edward.nevill at gmail.com> wrote:
>>
>> OK. I tried tagging the tree with
>>
>> jdk8u76-b00-aarch32-160405
>>
>> But I get
>>
>> (trusty)ed at localhost:/work/ed/aarch32/jdk8u/hotspot$ hg push
>> pushing to ssh://enevill@hg.openjdk.java.net/aarch32-port/jdk8u/hotspot
>> running ssh enevill at hg.openjdk.java.net 'hg -R aarch32-port/jdk8u/hotspot serve --stdio'
>> searching for changes
>> 1 changesets found
>> remote: adding changesets
>> remote: adding manifests
>> remote: adding file changes
>> remote: added 1 changesets with 1 changes to 1 files
>> remote: [jcheck d46eaf84b346 2015-12-01 13:15:54 -0800]
>> remote:
>> remote: Illegal tag name: jdk8u76-b00-aarch32-160405
>> remote:
>> remote: transaction abort!
>> remote: rollback completed
>> remote: abort: pretxnchangegroup.0.jcheck hook failed
>>
>> So, it seems like there are upstream restrictions on the tags we can use.
>>
>> Does anyone know the correct syntax of a tag?
>
>


More information about the hotspot-dev mailing list