Coleen Phillimore
646ceb4a45
6696264: assert("narrow oop can never be zero") for GCBasher & ParNewGC
...
Decouple set_klass() with zeroing the gap when compressed.
Reviewed-by: kvn, ysr, jrose
2008-05-28 21:06:24 -07:00
Andrew Hughes
1f9e095ee3
6707485: bytecodeInterpreterWithChecks.xsl is malformed
...
Xsl output tag not at top level
Reviewed-by: never, kvn, rasbold
2008-05-28 12:42:34 -07:00
Kelly O'Hair
f73b1b78d7
6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
...
Allows for jprt submit -release option to select jdk version and proper build targets.
Reviewed-by: jcoomes
2008-05-28 10:16:33 -07:00
Tim Bell
92579e1577
Merge
2008-05-28 00:02:28 -07:00
Xiomara Jayasena
d91b97f98b
Merge
2008-05-27 17:18:01 -07:00
Jon Masamitsu
831ee085f0
6706662: Remove workaround introduced in fix for 6624782
...
Remove workaround compiler options for instanceKlass.cpp and objArrayKlass.cpp.
Reviewed-by: ysr, jcoomes
2008-05-27 11:46:44 -07:00
Kelly O'Hair
5d322a1edf
6563752: Build and test JDK7 with Sun Studio 12 Express compilers (prep makefiles)
...
Allows for building with SS12, no longer requires SS11, warns if not SS11 for now. Once SS12 is validated and performance measurements look ok, SS12 will be the validated compiler.
Reviewed-by: sspitsyn, ikrylov
2008-05-27 09:47:18 -07:00
Weijun Wang
c0dfc6ea21
6705313: Incorrect exit $? in keytool's autotest.sh
...
Reviewed-by: valeriep
2008-05-27 14:29:32 +08:00
Mikhail Lapshin
44b0d9abbe
6694823: A popup menu can be partially hidden under the task bar in applets
...
In applets popup menu is shifted above the task bar
Reviewed-by: peterz
2008-05-26 17:58:09 +04:00
Tim Bell
4e3260e82e
Merge
2008-05-23 11:13:45 -07:00
Sergey Malenkov
f0fd6aa12c
6668273: Example given in java.beans.EventHandler shows incorrect order of parameters
...
Very simple misprint
Reviewed-by: peterz, loneid
2008-05-23 20:14:20 +04:00
Yuri Nesterenko
d20982eeaa
Merge
2008-05-23 02:29:12 -07:00
Jonathan Gibbons
e7c264308c
6705935: javac reports path name of entry in ZipFileIndex incorectly
...
Reviewed-by: darcy
2008-05-22 17:40:53 -07:00
Jonathan Gibbons
e3cb6a2c82
6657909: javap has unchecked compilation warnings
...
Reviewed-by: mcimadamore
2008-05-22 16:06:00 -07:00
Tim Bell
b8e714ecd0
Merge
2008-05-22 15:58:48 -07:00
Jonathan Gibbons
aefbc41695
6705945: com.sun.tools.javac.zip files do not have valid copyright
...
Reviewed-by: mcimadamore
2008-05-22 15:51:41 -07:00
Bradford Wetmore
e072682162
6706358: jdk/test/sun/security/pkcs11/Cipher/TestSymmCiphers.java has the wrong copyright notice
...
Reviewed-by: valeriep
2008-05-22 14:20:53 -07:00
Keith McGuigan
c966634470
6705523: Fix for 6695506 will violate spec when used in JDK6
...
Make max classfile version number dependent on JDK version
Reviewed-by: acorn, never
2008-05-22 13:03:52 -04:00
Xiomara Jayasena
2bd5006eac
Added tag jdk7-b27 for changeset ae44a6d84438
2008-05-22 09:37:57 -07:00
Xiomara Jayasena
f269bbddcf
Added tag jdk7-b27 for changeset 5ca30a3c97e7
2008-05-22 09:37:50 -07:00
Xiomara Jayasena
a9926f2287
Added tag jdk7-b27 for changeset 2c73948e4bf3
2008-05-22 09:37:45 -07:00
Xiomara Jayasena
5e5fa10083
Added tag jdk7-b27 for changeset 907e5ecf4714
2008-05-22 09:37:44 -07:00
Xiomara Jayasena
6346f4b62b
Added tag jdk7-b27 for changeset 9ba36c07dcee
2008-05-22 09:37:40 -07:00
Xiomara Jayasena
9f5e04c259
Added tag jdk7-b27 for changeset 4d94f3a46d3e
2008-05-22 09:37:38 -07:00
Xiomara Jayasena
e9c2aa9df9
Added tag jdk7-b27 for changeset fcdebcbc4177
2008-05-22 09:37:37 -07:00
Peter Zhelezniakov
4b3a6a58b4
6606443: Infinite loop in FlowView.layout when using HTML tables in JEditorPane
...
FlowStrategy.damageStart now tracks position changes
Reviewed-by: gsm
2008-05-22 15:06:22 +04:00
Vladimir Kozlov
e53e767d88
6703888: Compressed Oops: use the 32-bits gap after klass in a object
...
Use the gap also for a narrow oop field and a boxing object value.
Reviewed-by: coleenp, never
2008-05-21 16:31:35 -07:00
Vladimir Kozlov
76035424de
6703890: Compressed Oops: add LoadNKlass node to generate narrow oops (32-bits) compare instructions
...
Add LoadNKlass and CMoveN nodes, use CmpN and ConN nodes to generate narrow oops compare instructions.
Reviewed-by: never, rasbold
2008-05-21 13:46:23 -07:00
Vladimir Kozlov
757229db71
6695810: null oop passed to encode_heap_oop_not_null
...
Fix several problems in C2 related to Escape Analysis and Compressed Oops.
Reviewed-by: never, jrose
2008-05-21 10:45:07 -07:00
Igor Nekrestyanov
68458b3b27
6703377: freetype: glyph vector outline is not translated correctly
...
Reviewed-by: bae, prr
2008-05-21 10:59:07 +04:00
Yuri Nesterenko
4b9a053b3f
6253172: Some key characters on none US keyboard cannot be typed since JDK 1.4
...
Windows-only problem fixed by applying 4737679/4623376 fix to navigation keys only.
Reviewed-by: son
2008-05-21 10:28:19 +04:00
Erik Trimble
e5e433a94c
Merge
2008-05-20 19:50:32 -07:00
Daniel D. Daugherty
7c478e3028
Merge
2008-05-20 09:47:05 -07:00
Chuck Rasbold
dbf60cec88
Merge
2008-05-20 06:32:58 -07:00
Phil Race
a2ffb58a98
Merge
2008-05-19 15:33:24 -07:00
Phil Race
be8dde580e
6611637: NullPointerException in sun.font.GlyphLayout$EngineRecord.init
...
Reviewed-by: tdv, jgodinez
2008-05-19 11:25:32 -07:00
Bradford Wetmore
1d0421b41f
Merge
2008-05-17 00:27:52 -07:00
Daniel D. Daugherty
e03f944292
Merge
2008-05-16 13:42:07 -07:00
Tim Bell
8b3c7a86d6
Merge
2008-05-16 12:25:57 -07:00
Yuri Nesterenko
c2407a3b5f
Merge
2008-05-16 04:37:47 -07:00
Eamonn McManus
b57cf5b990
6703552: Missing files from changeset for 6701459
...
Previous push missed a small number of files.
Reviewed-by: dfuchs
2008-05-16 11:34:34 +02:00
Vladimir Kozlov
60c74ba115
6701887: JDK7 server VM in endless loop in Node::dominates
...
The method Node::dominates loops in the dead code which does not have a Region node.
Reviewed-by: jrose, never
2008-05-15 22:43:11 -07:00
Vladimir Kozlov
9bcba384cb
6700102: c2 assertion "counter_changed,"failed dependencies, but counter didn't change")" with AggressiveOpts
...
Bytecode Escape Analyzer does not have the check for the case described in 6389127.
Reviewed-by: never
2008-05-15 22:40:43 -07:00
Igor Nekrestyanov
1138f00d74
6630501: CRASH: JCK test eats much memory and jvm crashes
...
Reviewed-by: bae, prr
2008-05-16 03:10:58 +04:00
Kelly O'Hair
19c686e7f4
6590549: Cygwin build of OpenJDK has problems and not very well documented
...
Just the Makefile changes to fix a cygwin nawk BINMODE=w problem.
Reviewed-by: igor, tbell
2008-05-15 13:04:31 -07:00
Vinnie Ryan
d7beaf03b5
Merge
2008-05-15 10:55:43 +01:00
Chris Hegarty
a83943f8b0
6670408: testcase panics 1.5.0_12&_14 JVM when java.net.PlainSocketImpl trying to throw an exception
...
Replace select with poll
Reviewed-by: alanb, jccollet
2008-05-15 10:26:07 +01:00
Oleg Sukhodolsky
69a10f680a
6644301: lightweight components can repaint outside request bounds
...
Repaint() needs to adjust width and height if it receives negative x or y.
Reviewed-by: art
2008-05-15 11:34:11 +04:00
Roman Kennke
f333c99e58
6675596: SurfaceManagerFactory should allow plugging in different implementations
...
Reviewed-by: tdv, campbell
2008-05-14 16:05:07 -07:00
Chuck Rasbold
3d93819395
Merge
2008-05-14 15:01:08 -07:00