kvn [Wed, 27 Jul 2011 17:28:36 -0700] rev 10255
7069452: Cleanup NodeFlags
Summary: Remove flags which duplicate information in Node::NodeClasses.
Reviewed-by: never
never [Wed, 27 Jul 2011 15:06:35 -0700] rev 10254
7071427: AdapterFingerPrint can hold 8 entries per int
Reviewed-by: kvn
kvn [Tue, 26 Jul 2011 19:35:23 -0700] rev 10253
7070134: Hotspot crashes with sigsegv from PorterStemmer
Summary: Do not move data nodes which are attached to a predicate test to a dominating test.
Reviewed-by: never
kvn [Thu, 21 Jul 2011 11:25:07 -0700] rev 10252
7063628: Use cbcond on T4
Summary: Add new short branch instruction to Hotspot sparc assembler.
Reviewed-by: never, twisti, jrose
never [Thu, 21 Jul 2011 08:38:25 -0700] rev 10251
7012081: JSR 292: SA-JDI can't read MH/MT/Indy ConstantPool entries
Reviewed-by: kvn, twisti, jrose
iveresov [Wed, 20 Jul 2011 18:04:17 -0700] rev 10250
7066339: Tiered: policy should make consistent decisions about osr levels
Summary: Added feedback disabling flag to common(), fixed handling of TieredStopAtLevel.
Reviewed-by: kvn, never
collins [Wed, 17 Aug 2011 07:05:42 -0400] rev 10249
Merge
zgu [Tue, 16 Aug 2011 09:18:47 -0400] rev 10248
Merge
zgu [Tue, 12 Jul 2011 21:13:53 -0400] rev 10247
7065535: Mistyped function name that disabled UseLargePages on Windows
Summary: Missing suffix "A" of Windows API LookupPrivilegeValue failed finding function pointer, caused VM to disable UseLargePages option
Reviewed-by: coleenp, phh
zgu [Fri, 15 Apr 2011 09:34:43 -0400] rev 10246
7016797: Hotspot: securely/restrictive load dlls and new API for loading system dlls
Summary: Created Windows Dll wrapped to handle jdk6 and jdk7 platform requirements, also provided more restictive Dll search orders for Windows system Dlls.
Reviewed-by: acorn, dcubed, ohair, alanb