annotate make/bsd/README @ 4737:75c0a73eee98

7102776: Pack instanceKlass boolean fields into single u1 field Summary: Reduce class runtime memory usage by packing 4 instanceKlass boolean fields into single u1 field. Save 4-byte for each loaded class. Reviewed-by: dholmes, bobv, phh, twisti, never, coleenp Contributed-by: Jiangli Zhou <jiangli.zhou@oracle.com>
author coleenp
date Thu, 17 Nov 2011 12:53:59 -0500
parents f08d439fab8c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3960
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
1 Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
2 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
3
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
4 This code is free software; you can redistribute it and/or modify it
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
5 under the terms of the GNU General Public License version 2 only, as
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
6 published by the Free Software Foundation.
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
7
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
8 This code is distributed in the hope that it will be useful, but WITHOUT
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
9 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
10 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
11 version 2 for more details (a copy is included in the LICENSE file that
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
12 accompanied this code).
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
13
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
14 You should have received a copy of the GNU General Public License version
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
15 2 along with this work; if not, write to the Free Software Foundation,
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
16 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
17
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
18 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
19 or visit www.oracle.com if you need additional information or have any
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
20 questions.
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
21
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
22 ________________________________________________________________________
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
23
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
24 Please refer to the comments in the Makefile in this directory
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
25 for instructions how to build the Solaris versions.
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
26