make/hotspot_distro

Fri, 13 Jun 2008 15:08:56 -0700

author
kvn
date
Fri, 13 Jun 2008 15:08:56 -0700
changeset 628
44a553b2809d
parent 526
a294fd0c4b38
child 631
d1605aabd0a1
permissions
-rw-r--r--

6714406: Node::dominates() does not always check for TOP
Summary: Add missed checks for TOP and missed checks for non-dominating cases
Reviewed-by: rasbold, jrose, never

     1 # 
     2 # Copyright 2006-2007 Sun Microsystems, Inc.  All rights reserved.
     3 # SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
     4 #
     6 #
     7 # This file format must remain compatible with both
     8 # GNU Makefile and Microsoft nmake formats.
     9 #
    11 # Don't put quotes (fail windows build).
    12 HOTSPOT_VM_DISTRO=Java HotSpot(TM)
    13 COMPANY_NAME=Sun Microsystems, Inc.
    14 PRODUCT_NAME=Java(TM) Platform SE

mercurial