Xiomara Jayasena
|
7917e7916c
|
Added tag jdk7-b74 for changeset 2a58cc6c4797
|
2009-10-15 16:40:16 -07:00 |
|
Xiomara Jayasena
|
cd806fb89c
|
Added tag jdk7-b74 for changeset e8f92456bc49
|
2009-10-15 16:40:15 -07:00 |
|
Tom Rodriguez
|
8eace255e1
|
6891750: deopt blob kills values in O5
Reviewed-by: kvn, twisti
|
2009-10-15 11:47:13 -07:00 |
|
Alan Bateman
|
1d9e85adb5
|
Merge
|
2009-10-15 14:02:34 +01:00 |
|
Gary Benson
|
c45a788c5c
|
6891677: java/build integrate zero assembler JDK changes
Build changes for the Zero assembler port
Reviewed-by: ohair, tbell
|
2009-10-15 13:28:26 +01:00 |
|
Gary Benson
|
c83af33205
|
6891677: java/build integrate zero assembler JDK changes
Build changes for the Zero assembler port
Reviewed-by: ohair, tbell
|
2009-10-15 13:27:59 +01:00 |
|
Gary Benson
|
e30aafe421
|
6891677: java/build integrate zero assembler JDK changes
Build changes for the Zero assembler port
Reviewed-by: ohair, tbell
|
2009-10-15 13:26:17 +01:00 |
|
Michael McMahon
|
a632ce2c94
|
Merge
|
2009-10-15 12:05:05 +01:00 |
|
Michael McMahon
|
31f813d99e
|
6886436: Lightwight HTTP Container (com.sun.* package) is unstable
Reviewed-by: chegar
|
2009-10-15 12:03:31 +01:00 |
|
Alan Bateman
|
d7441d8772
|
6891404: (fs) ACL tests fail with "Invalid argument" on ZFS (sol)
Reviewed-by: sherman
|
2009-10-15 11:55:19 +01:00 |
|
Alan Bateman
|
347f6581ea
|
6883983: JarVerifier dependency on sun.security.pkcs should be removed
Reviewed-by: sherman, wetmore
|
2009-10-15 11:54:04 +01:00 |
|
Mandy Chung
|
6f42b7b834
|
6891701: test/java/lang/management/RuntimeMXBean/GetSystemProperties should restore the system property
Restore the system properties when the test finishes
Reviewed-by: jjg
|
2009-10-14 20:16:02 -07:00 |
|
Joe Darcy
|
bb0ea6325c
|
6558804: Specification for Elements.getDocComment(Element e) should be clarified
Reviewed-by: jjg
|
2009-10-14 18:56:37 -07:00 |
|
Jonathan Gibbons
|
44767bbfbe
|
6838467: JSR199 FileObjects don't obey general contract of equals
Reviewed-by: darcy
|
2009-10-14 15:41:28 -07:00 |
|
Vinnie Ryan
|
1455f5ef1a
|
6891632: Remove duplicate ECC source files
Reviewed-by: wetmore
|
2009-10-14 23:41:11 +01:00 |
|
Vladimir Kozlov
|
34324e30c0
|
6890984: Comparison of 2 arrays could cause VM crash
Restore original null checks.
Reviewed-by: never, cfang
|
2009-10-14 15:03:32 -07:00 |
|
Xiaobin Lu
|
88d2bc6d8d
|
Merge
|
2009-10-14 12:40:20 -07:00 |
|
Vladimir Kozlov
|
3d9a536c1a
|
6722084: JPRT make file doesn't create required symbolic link to libjvm.so
Use -y zip option to preserve symbolic links.
Reviewed-by: never, jcoomes, kamg
|
2009-10-14 11:42:59 -07:00 |
|
Tom Rodriguez
|
6af1a61656
|
6889869: assert(!Interpreter::bytecode_should_reexecute(code),"should not reexecute")
Reviewed-by: jrose, kvn, cfang, twisti
|
2009-10-14 10:36:57 -07:00 |
|
Sean Mullan
|
f375cbb0e4
|
Merge
|
2009-10-14 09:47:22 -04:00 |
|
Sean Mullan
|
581d01d8c4
|
6885667: CertPath/CertPathValidatorTest/bugs/bug6383078 fails on jdk6u18/b02, jdk7/pit/b73 and passes on b72
Wrap all OCSP exceptions in CertPathValidatorException so that we can fallback to CRLs, if enabled.
Reviewed-by: dgu, xuelei
|
2009-10-14 09:36:31 -04:00 |
|
Vladimir Kozlov
|
998bcbaf4b
|
6889300: assert(i != k || is_new || i->outcnt() > 0, "don't return dead nodes")
PhiNode::Ideal() should return TOP for Phi node with no users.
Reviewed-by: never, jrose
|
2009-10-13 22:32:31 -07:00 |
|
Vladimir Kozlov
|
9a22acef05
|
6889656: assert(lo_lrg->lo_degree() || !lo_no_simplify,"Live range was lo-degree before coalesce
Restore the original code: uint i = _hi_degree.
Reviewed-by: never, jrose
|
2009-10-13 20:54:13 -07:00 |
|
Joe Darcy
|
f276d82e07
|
6349921: (enum) Include links from java.lang.Enum to EnumSet and EnumMap
Reviewed-by: martin
|
2009-10-13 17:34:48 -07:00 |
|
Tom Rodriguez
|
9ecd8e48ca
|
6889302: TraceExceptions output should include detail message
Reviewed-by: twisti, jrose, kvn
|
2009-10-13 16:29:31 -07:00 |
|
Jonathan Gibbons
|
51a7e38600
|
6891079: Compiler allows invalid binary literals 0b and oBL
Reviewed-by: darcy
|
2009-10-13 15:26:30 -07:00 |
|
Lana Steuck
|
5b812467bf
|
Merge
|
2009-10-13 15:25:58 -07:00 |
|
Joe Darcy
|
8b993775d5
|
6648344: (reflect spec) State default of isAccessible for reflective objects
Reviewed-by: alanb
|
2009-10-13 14:08:57 -07:00 |
|
Jonathan Gibbons
|
837c2b0a07
|
6887895: CONSTANT_Class_info getBaseName does not handle arrays of primitives correctly
Reviewed-by: ksrini
|
2009-10-13 14:02:53 -07:00 |
|
Gary Benson
|
5473f394c6
|
6890308: integrate zero assembler hotspot changes
Reviewed-by: never
|
2009-10-13 12:04:21 -07:00 |
|
Alan Bateman
|
fb306e5742
|
Merge
|
2009-10-10 10:14:51 +01:00 |
|
Joe Darcy
|
eca779ecad
|
6797535: Add shared two argument static equals method to the platform
Reviewed-by: sherman
|
2009-10-09 16:11:11 -07:00 |
|
Erik Trimble
|
19fcbc7c3e
|
6890293: Bump the HS17 build number to 03
Update the HS17 build number to 03
Reviewed-by: jcoomes
|
2009-10-09 15:21:07 -07:00 |
|
Erik Trimble
|
8cea3ed3b4
|
Merge
|
2009-10-09 15:18:52 -07:00 |
|
Alan Bateman
|
c44758929f
|
6888552: Allow JNDI to be used when java.applet is not present
Reviewed-by: vinnie
|
2009-10-09 10:06:58 +01:00 |
|
Alan Bateman
|
e31cb36301
|
6889552: Sun provider should not require LDAP CertStore to be present
Reviewed-by: vinnie, mullan
|
2009-10-09 09:59:54 +01:00 |
|
Antonios Printezis
|
a67426faf8
|
6866190: Remove SIMPLE_STACK code from TaskQueue
What the title says. We don't use SIMPLE_STACK any more.
Reviewed-by: ysr
|
2009-10-07 19:01:55 -04:00 |
|
Tom Rodriguez
|
9b306d03ee
|
6885584: A particular class structure causes large allocation spike for jit
Reviewed-by: kvn
|
2009-10-07 15:38:37 -07:00 |
|
Tim Bell
|
022d2f3730
|
Merge
|
2009-10-07 14:15:01 -07:00 |
|
Tim Bell
|
c824fc2f7a
|
Merge
|
2009-10-07 14:14:45 -07:00 |
|
Joe Darcy
|
debdf79d18
|
6480728: Byte.valueOf(byte) returns a cached value but Byte.valueOf(String)
6655735: Integer.toString() and String.valueOf(int) contain slow delegations
Reviewed-by: lancea
|
2009-10-07 14:04:20 -07:00 |
|
Tim Bell
|
1c6255de3e
|
6888888: new javah throws NullPointerException when building in jdk/make/java/nio
Use the bootstrap javah during the build until bug-ID 6889255 is fixed
Reviewed-by: jjg
|
2009-10-07 13:53:11 -07:00 |
|
Vladimir Kozlov
|
ba951dbf36
|
6875959: CTW fails hotspot/src/share/vm/opto/reg_split.cpp:1087
To break spill ties choose bound live range over unbound to free register or one with smaller cost to spill.
Reviewed-by: never, jrose
|
2009-10-07 12:43:50 -07:00 |
|
Chris Hegarty
|
67bff2db55
|
6887364: SetOutgoingIf.java fails if run on multihomed machine without PIv6 on all interfaces
Reviewed-by: alanb
|
2009-10-07 17:23:02 +01:00 |
|
Bob Vandette
|
9681f68f38
|
6888847: TaskQueue needs release_store() for correctness on RMO machines
See title.
Reviewed-by: jmasa, ysr, jcoomes, iveresov, tonyp
|
2009-10-07 09:48:42 -04:00 |
|
Antonios Printezis
|
9288a18639
|
6888619: G1: too many guarantees in concurrent marking
Change more guarantees in concurrent marking into asserts.
Reviewed-by: apetrusenko, iveresov
|
2009-10-07 10:09:57 -04:00 |
|
Antonios Printezis
|
0835f0c4df
|
6888316: G1: has_aborted() || _cm->region_stack_empty() fails
Remove incorrect guarantee.
Reviewed-by: apetrusenko, iveresov
|
2009-10-07 09:42:18 -04:00 |
|
Yuri Nesterenko
|
682543d219
|
Merge
|
2009-10-06 23:44:44 -07:00 |
|
Yuri Nesterenko
|
b5bdd219cd
|
Merge
|
2009-10-06 23:40:27 -07:00 |
|
Keith McGuigan
|
9c32dec0bf
|
6885916: Memory leak in inferencing verifier (libverify.so)
Use the memory management already present to track allocated memory
Reviewed-by: coleenp, acorn
|
2009-10-06 22:01:18 -04:00 |
|