- 
    Bug 
- 
    Resolution: Fixed
- 
     P4 P4
- 
    None
- 
        b26
- 
        generic
- 
        solaris
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build | 
|---|---|---|---|---|---|---|
| JDK-8011840 | 8 | Vladimir Kozlov | P4 | Resolved | Fixed | b85 | 
                    I accidentally removed these lines:
-# This bit is needed to enable local rebuilds.
-# Unless the makefile itself sets LP64, any environmental
-# setting of LP64 will interfere with the build.
-LP64_SETTING/32 = LP64 = \#empty
-LP64_SETTING/64 = LP64 = 1
from:
http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/diff/98f3af397705/make/solaris/makefiles/buildtree.make
LP64_SETTING is stored in flags.make:
$ grep -r LP64_SETTING make/
make//solaris/makefiles/buildtree.make: echo "$(LP64_SETTING/$(DATA_MODE))"; \
            
-# This bit is needed to enable local rebuilds.
-# Unless the makefile itself sets LP64, any environmental
-# setting of LP64 will interfere with the build.
-LP64_SETTING/32 = LP64 = \#empty
-LP64_SETTING/64 = LP64 = 1
from:
http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/diff/98f3af397705/make/solaris/makefiles/buildtree.make
LP64_SETTING is stored in flags.make:
$ grep -r LP64_SETTING make/
make//solaris/makefiles/buildtree.make: echo "$(LP64_SETTING/$(DATA_MODE))"; \
- backported by
- 
                    JDK-8011840 LP64 setting is not preserved on Solaris after 8006965 -           
- Resolved
 
-         
- duplicates
- 
                    JDK-8011418 local incremental VM build is broken after 8006965 -           
- Closed
 
-         
- relates to
- 
                    JDK-8006965 remove test_gamma and add dedicated test_* targets instead -           
- Resolved
 
-