Commit Graph

670 Commits

Author SHA1 Message Date
Xiomara Jayasena
235959cb8e Merge 2008-06-12 11:46:39 -07:00
Xiomara Jayasena
87835bd2e4 Merge 2008-06-12 11:46:38 -07:00
Martin Buchholz
bc2be13ac0 6704165: JDK_DEBUG_IMAGE_DIR used in jdk/make/common/Release.gmk but not defined
Reviewed-by: ohair, tbell
2008-06-10 16:31:26 -07:00
Martin Buchholz
0fbcd876e7 6710907: vestigial MOTIF references from Makefiles
Reviewed-by: ohair, tbell
2008-06-10 16:31:26 -07:00
Martin Buchholz
1b581dbcbc 6710904: COMMON_BUILD_ARGUMENTS needs PREVIOUS_..._VERSION settings
Reviewed-by: ohair, tbell
2008-06-10 16:30:31 -07:00
Yuri Nesterenko
5340a489a9 Merge 2008-06-10 13:42:42 -07:00
John Coomes
762f7c8f2b Merge 2008-06-10 11:14:27 -07:00
Xiomara Jayasena
f7134c8cfd Added tag jdk7-b28 for changeset 9ab834e560b8 2008-06-10 10:37:23 -07:00
Xiomara Jayasena
eca36c6c04 Added tag jdk7-b28 for changeset 2063bcfb0878 2008-06-10 10:33:27 -07:00
Xiomara Jayasena
07db8cfb88 Added tag jdk7-b28 for changeset 520aef2d35e0 2008-06-10 10:28:22 -07:00
Xiomara Jayasena
e4a3ab03e8 Added tag jdk7-b28 for changeset 9b4457aa27c8 2008-06-10 10:27:43 -07:00
Xiomara Jayasena
2885519cea Added tag jdk7-b28 for changeset 4fffe2012767 2008-06-10 10:22:49 -07:00
Xiomara Jayasena
08aed95c28 Added tag jdk7-b28 for changeset 835a30ccef5b 2008-06-10 10:17:35 -07:00
Xiomara Jayasena
bc8e4ad55a Added tag jdk7-b28 for changeset 46753aa3d328 2008-06-10 10:16:13 -07:00
Tom Rodriguez
01130cd21c Merge 2008-06-10 09:57:24 -07:00
Coleen Phillimore
a2d6036a4d 6687581: Make CMS work with compressed oops
Make FreeChunk read markword instead of LSB in _klass pointer to indicate that it's a FreeChunk for compressed oops.

Reviewed-by: ysr, jmasa
2008-06-09 11:51:19 -04:00
Igor Veresov
ed4e9a5d5c 6711930: NUMA allocator: ParOld can create a hole less than minimal object size in the lgrp chunk
The fix takes care of three issues that can create a hole less a minimal object in the lgrp chunk

Reviewed-by: ysr, apetrusenko
2008-06-09 07:18:59 -07:00
Yuri Nesterenko
0ffe4a715b Merge 2008-06-09 06:31:14 -07:00
Tim Bell
94e7336593 Merge 2008-06-06 15:17:35 -07:00
Tom Rodriguez
2144ccf2f1 Merge 2008-06-06 14:34:24 -07:00
Chuck Rasbold
4cce21039e 6711701: disable compressed oops by default
Comment out code that turns on compressed oops

Reviewed-by: never, phh
2008-06-06 11:47:26 -07:00
Keith McGuigan
d58beaefde Merge 2008-06-06 13:43:36 -04:00
Tom Rodriguez
4760698435 6614100: EXCEPTION_ACCESS_VIOLATION while running Eclipse with 1.6.0_05-ea
Reviewed-by: kvn, jrose, rasbold
2008-06-05 21:44:53 -07:00
Tim Bell
21953a51cd Merge 2008-06-05 17:43:14 -07:00
Tom Rodriguez
952b45f6b6 6711083: 64bit JVM crashes with Internal Error (type.cpp:763) - ShouldNotReachHere() with enabled COOPs
Add NarrowOop to various xmeet routines

Reviewed-by: kvn, sgoldman, jrose, rasbold
2008-06-05 15:43:18 -07:00
Coleen Phillimore
1562d78080 6695819: verify_oopx rax: broken oop in decode_heap_oop
Code in gen_subtype_check was encoding rax as an oop on a path where rax was not an oop.

Reviewed-by: never, kvn
2008-06-05 17:02:54 -04:00
Jonathan Gibbons
92cea6ce44 6711276: langtools has incorrect -Werror switch
Reviewed-by: ksrini
2008-06-05 13:46:26 -07:00
Vladimir Kozlov
dbdeade3b7 6709093: Compressed Oops: reduce size of compiled methods
Exclude UEP size from nmethod code size and use narrow klass oop to load prototype header.

Reviewed-by: jrose, never
2008-06-05 13:02:51 -07:00
Tom Rodriguez
54eeffff83 6709165: Tests hang or misbahve with HS 13.0-b01 on solaris-sparcv9
Reviewed-by: kvn, jrose
2008-06-04 21:56:27 -07:00
Vladimir Kozlov
00bce59c67 6710654: SAJDI failures with Compressed Oops
Use correct offset for the java.lang.Class _klass field in SA.

Reviewed-by: jrose, never
2008-06-04 14:03:48 -07:00
Jon Masamitsu
39463bb3fc 6629727: assertion in set_trap_state() in methodDataOop.hpp is too strong
The assertion can failure due to race conditions.

Reviewed-by: never
2008-06-04 13:51:09 -07:00
Kelly O'Hair
821c41a2cd 6563752: Build and test JDK7 with Sun Studio 12 Express compilers (prep makefiles)
Changes to support building with SS12.

Reviewed-by: tbell
2008-06-04 09:38:18 -07:00
Kelly O'Hair
ea96ee4b47 6563752: Build and test JDK7 with Sun Studio 12 Express compilers (prep makefiles)
Changes to support building with SS12.

Reviewed-by: tbell
2008-06-04 09:27:06 -07:00
Chuck Rasbold
1f0f6c2277 Merge 2008-06-03 15:38:31 -07:00
Jonathan Gibbons
0a7516d744 4075303: Use javap to enquire aboput a specific inner class
4348375: Javap is not internationalized
4459541: "javap -l" shows line numbers as signed short; they should be unsigned
4501660: change diagnostic of -help as 'print this help message and exit'
4776241: unused source file in javap..
4870651: javap should recognize generics, varargs, enum
4876942: javap invoked without args does not print help screen
4880663: javap could output whitespace between class name and opening brace
4975569: javap doesn't print new flag bits
6271787: javap dumps LocalVariableTypeTable attribute in hex, needs to print a table
6305779: javap: support annotations
6439940: Clean up javap implementation
6469569: wrong check of searchpath in JavapEnvironment
6474890: javap does not open .zip files in -classpath
6587786: Javap throws error : "ERROR:Could not find <classname>" for JRE classes
6622215: javap ignores certain relevant access flags
6622216: javap names some attributes incorrectly
6622232: javap gets whitespace confused
6622260: javap prints negative bytes incorrectly in hex

Reviewed-by: ksrini
2008-06-03 13:26:47 -07:00
Chuck Rasbold
d10912d513 6709972: runThese failed with assert(false,"bad AD file")
Guard AryEqNode construction with has_match_rule() test, set SpecialArraysEquals default off

Reviewed-by: kvn, never
2008-06-03 13:14:44 -07:00
Lana Steuck
093ae7bee7 Merge 2008-06-03 11:18:33 -07:00
Tim Bell
39482b230d Merge 2008-06-02 22:35:16 -07:00
Tim Bell
011de6871b Merge 2008-06-02 22:33:55 -07:00
Bradford Wetmore
328c2b4f39 Merge 2008-06-02 10:16:54 -07:00
Erik Trimble
835c7a9ddb 6709213: Update Build number for HS13 b02
Bump up build number to 02

Reviewed-by: jcoomes
2008-05-30 14:50:19 -07:00
Erik Trimble
694a069581 Merge 2008-05-30 14:31:11 -07:00
Erik Trimble
3f383c78e7 Merge 2008-05-30 14:30:02 -07:00
Chuck Rasbold
8f5e42a671 Merge 2008-05-30 07:22:22 -07:00
Daniel Fuchs
160c6f164d 6592586: RequiredModelMBean prints a WARNING message when calling getAttributes() for a non-existing attr
Switched traces to FINER - except when logging fails - in which cases the traces are logged to FINE

Reviewed-by: emcmanus
2008-05-30 14:35:43 +02:00
Igor Veresov
7f2d0f1318 Merge 2008-05-30 03:53:31 -07:00
Maurizio Cimadamore
e3ba3ecd1d 6677785: REGRESSION: StackOverFlowError with Cyclic Class level Type Parameters when used in constructors
This regression has been caused by previous fix of 6660289

Reviewed-by: jjg
2008-05-30 11:08:40 +01:00
Yuri Nesterenko
971ba86d95 Merge 2008-05-30 03:02:40 -07:00
Maurizio Cimadamore
afb636d599 6507024: casting an array to a generic type results in a 'capture#69 of ?' type error
Types.isSubtypeUnchecked() should handle type-variables subtyping properly

Reviewed-by: jjg
2008-05-30 10:42:43 +01:00
Maurizio Cimadamore
617daebc69 6665223: Static import of inherited protected method causes compiler exception
Buggy accessibility check causes NPE during resolution of imported static methods

Reviewed-by: jjg
2008-05-30 10:29:27 +01:00