Commit Graph

872 Commits

Author SHA1 Message Date
Vladimir Kozlov
4213e62fb7 6716441: error in meet with +DoEscapeAnalysis
Set instance_id to InstanceBot for InstPtr->meet(AryPtr) when types are not related.

Reviewed-by: jrose, never
2008-06-26 13:34:00 -07:00
Bradford Wetmore
a70b685713 Merge 2008-06-26 00:26:15 -07:00
Tim Bell
ab32cfbffe Merge 2008-06-25 23:30:55 -07:00
Tim Bell
1410975f4a Merge 2008-06-25 23:29:39 -07:00
Tim Bell
1baead8a01 Merge 2008-06-25 16:44:55 -07:00
Swamy Venkataramanappa
72d83e3708 6614556: null location for MonitorContendedEnterEvent
Reviewed-by: jjh
2008-06-25 16:33:59 -07:00
Jonathan Gibbons
dd0f4f4cc6 6507179: javadoc -source 1.3 does not work with jdk6
Reviewed-by: mcimadamore
2008-06-25 14:24:53 -07:00
Xueming Shen
827decba87 6481955: Uncanonicalized absolute filepath with length 248-260 no longer works (win)
Uncanonicalized absolute filepath with length 248-260 no longer works (win)

Reviewed-by: alanb
2008-06-25 13:58:22 -07:00
Lana Steuck
69fafff993 Merge 2008-06-25 08:54:54 -07:00
Xueming Shen
d1ff48eb56 4752069: (cs spec) BOM should not be ignored in UTF-16 charsets
API doc update regarding BOM hanlding in UTF-16 charsets

Reviewed-by: alanb
2008-06-25 08:27:06 -07:00
Swamy Venkataramanappa
510a97ebed 6620329: jstack prints double native methods on Solaris/sparc
Fixed stack walking code in sparc to start frame walk from last_java_sp.

Reviewed-by: sgoldman
2008-06-24 21:37:10 -07:00
Xiaobin Lu
1755a59451 6717128: Using relative path for ALT_OUTPUTDIR does not work properly
Import the absolute output directory when launching sub make process and avoid including defs.make in rules.make

Reviewed-by: kamg, kvn
2008-06-24 16:52:31 -07:00
Tom Rodriguez
873da1efe8 6718676: putback for 6604014 is incomplete
Reviewed-by: kvn, jrose
2008-06-24 16:00:14 -07:00
Vladimir Kozlov
a671e7c7b5 6710487: More than half of JDI Regression tests hang with COOPs in -Xcomp mode
Remove DecodeNNode::decode() and EncodePNode::encode() methods.

Reviewed-by: rasbold, never
2008-06-24 10:43:29 -07:00
Tom Rodriguez
2d64a7a369 6604014: add support for ideal graph visualizer
Reviewed-by: kvn, jrose
2008-06-23 18:21:18 -07:00
Shrinivas Joshi
5106cf17a3 6708714: Optimize long LShift on 32-bits x86
For small (1-3 bits) left long shifts in 32-bits VM use sets of add+addc instructions instead of shld+shl on new AMD cpus.

Reviewed-by: never
2008-06-23 14:11:12 -07:00
Poonam Bajaj
1f819855d5 6694099: Hotspot vm_exit_out_of_memory should dump core
This fix enables the generation of core file when process runs out of C-heap.

Reviewed-by: sbohne
2008-06-22 20:07:58 -07:00
Tom Rodriguez
d69fdc9d5b Merge 2008-06-21 10:03:31 -07:00
Tim Bell
e27161b934 Merge 2008-06-20 16:36:18 -07:00
Tim Bell
0ae2baec78 Merge 2008-06-20 16:34:34 -07:00
John Coomes
f719ed43a0 Merge 2008-06-20 13:59:55 -07:00
Erik Trimble
f457ac179a 6717462: Update build number for HS14 B01
Change Hotspot version and build number for opening of HS14

Reviewed-by: jcoomes
2008-06-20 11:47:53 -07:00
Vladimir Kozlov
0a077d276e 6715633: when matching a memory node the adr_type should not change
Verify the adr_type of a mach node was not changed

Reviewed-by: rasbold, never
2008-06-20 11:10:05 -07:00
Vladimir Kozlov
694776b297 6714694: assertion in 64bit server vm (store->find_edge(load) != -1,"missing precedence edge") with COOPs
The method raise_LCA_above_marks() terminates LCA search early.

Reviewed-by: rasbold, never
2008-06-20 10:17:09 -07:00
Xiomara Jayasena
8b4b14af5c Added tag jdk7-b29 for changeset 94987e5c1597 2008-06-20 08:45:15 -07:00
Xiomara Jayasena
fe4c7083aa Added tag jdk7-b29 for changeset 53d8346cf189 2008-06-20 08:45:07 -07:00
Xiomara Jayasena
795c6f1012 Added tag jdk7-b29 for changeset ffdeab0ba9fb 2008-06-20 08:45:03 -07:00
Xiomara Jayasena
678dc33225 Added tag jdk7-b29 for changeset 0a9d30ac11e8 2008-06-20 08:45:02 -07:00
Xiomara Jayasena
915e0d1ee4 Added tag jdk7-b29 for changeset 3c247f90db8c 2008-06-20 08:44:58 -07:00
Xiomara Jayasena
ec4388fe50 Added tag jdk7-b29 for changeset 2adceccb860a 2008-06-20 08:44:55 -07:00
Xiomara Jayasena
0bad93b9d7 Added tag jdk7-b29 for changeset c7154bfdcf4b 2008-06-20 08:44:54 -07:00
Maurizio Cimadamore
f33c28c7fb 6294779: Problem with interface inheritance and covariant return types
Problematic overriding check when two methods defined in two distinct superinterfaces are overriden by an interface

Reviewed-by: jjg
2008-06-20 11:25:03 +01:00
Weijun Wang
5e1c37cd11 6716534: Krb5LoginModule has not cleaned temp info between authentication attempts
Reviewed-by: valeriep
2008-06-20 12:05:02 +08:00
Jonathan Gibbons
cfd8c6e652 6716866: some javac regression tests fail to compile with re-orged file manager
Reviewed-by: darcy
2008-06-19 15:52:31 -07:00
Sean Mullan
f44f03f9ea 6714842: CertPathBuilder returns incorrect CertPath for BasicConstraints in builderParams
Do not consider CA target certificates if selector.getBasicConstraints() == -2

Reviewed-by: vinnie
2008-06-19 14:20:43 -04:00
Daniel D. Daugherty
406292fee7 Merge 2008-06-19 09:59:52 -07:00
Lev Serebryakov
77e87e05ad Merge 2008-06-19 06:02:20 -07:00
John Coomes
93584b3060 6676016: ParallelOldGC leaks memory
Ensure that GCTask threads release resource and handle memory

Reviewed-by: jmasa, chrisphi
2008-06-18 18:36:47 -07:00
Jonathan Gibbons
2e420d4001 6715767: javap on java.lang.ClassLoader crashes
Reviewed-by: ksrini
2008-06-18 16:53:08 -07:00
Lana Steuck
68717f2b81 Merge 2008-06-18 13:05:16 -07:00
Sergey Malenkov
3bdf306326 6708550: LTP: XMLEncoder does not encode instances of the File class
Reviewed-by: peterz, loneid
2008-06-18 19:15:23 +04:00
Jonathan Gibbons
27b7da6dfc 6714365: refactor JavacFileManager to move nested classes to top level
Reviewed-by: mcimadamore
2008-06-18 07:23:25 -07:00
Erik Trimble
97a1041327 Merge 2008-06-17 15:27:05 -07:00
Kumar Srinivasan
69eb2b72c6 6714758: hotspot: provide an entry point to the BootStrap Class loader[dholmes,acorn]
Adds JVM_FindClassFromBootLoader entry point, for jdk's use

Reviewed-by: dholmes, acorn
2008-06-17 13:08:15 -07:00
Tom Rodriguez
31d647daea Merge 2008-06-17 11:32:42 -07:00
Jonathan Gibbons
d39e209011 6625520: javac handles missing entries on classpath badly
Reviewed-by: mcimadamore
2008-06-17 10:44:32 -07:00
Xiaobin Lu
cb8502a58c 6681796: hotspot build failure on gcc 4.2.x (ubuntu 8.04) w/ openjdk 6
Fixed the cast from char* to const char* and tried to use const char* as much as possible

Reviewed-by: never, kamg
2008-06-17 09:59:59 -07:00
Daniel D. Daugherty
41e5133d1b Merge 2008-06-17 09:33:34 -07:00
Sean Mullan
bfeea78133 Merge 2008-06-17 10:53:35 -04:00
Sean Mullan
172da57394 6673277: Thread unsafe lazy initialization code in sun.security.provider.certpath.*Checker classes
Make supportedExts variable non-static

Reviewed-by: vinnie
2008-06-17 10:34:51 -04:00