Ron Durbin
af7cedec67
7153050: remove crufty '_g' support from HotSpot repo makefiles
...
Phase 1 is removing '_g' support from the Makefiles.
Reviewed-by: dcubed, sspitsyn, coleenp, tbell
2012-12-14 10:06:52 -08:00
Konstantin Shefov
65793d5644
6757986: javax/swing/JInternalFrame/5066752/bug5066752.java needs correction
...
Reviewed-by: serb, alexsch
2012-12-14 13:32:59 +00:00
Vicente Romero
630bba40bd
8004976: test/tools/javac/7153958/CPoolRefClassContainingInlinedCts.java can fail
...
Reviewed-by: jjg, mcimadamore
2012-12-14 11:16:46 +00:00
David Holmes
516f5d5da2
8003632: HPROF class file version java.lang.RuntimeException errors
...
Reviewed-by: mchung, lancea
2012-12-13 21:18:27 -05:00
Stefan Karlsson
9d5b19ab0a
Merge
2012-12-13 09:06:38 -08:00
David Katleman
f329e18992
Added tag jdk8-b68 for changeset 36e1566efb55
2012-12-13 09:05:43 -08:00
David Katleman
d25f3ac7fb
Added tag jdk8-b68 for changeset e56b4a0c1da8
2012-12-13 09:05:35 -08:00
David Katleman
294f5f158e
Added tag jdk8-b68 for changeset 461e60cdcd3e
2012-12-13 09:05:31 -08:00
David Katleman
892ca4947b
Added tag jdk8-b68 for changeset 0447ec5a0e8c
2012-12-13 09:05:29 -08:00
David Katleman
7b0930ff0e
Added tag jdk8-b68 for changeset 9e5f94da743d
2012-12-13 09:05:20 -08:00
David Katleman
dc523aae7a
Added tag jdk8-b68 for changeset 9b354f853d8b
2012-12-13 09:05:15 -08:00
David Katleman
e3a5678c3e
Added tag jdk8-b68 for changeset 388af7398bc9
2012-12-13 09:05:11 -08:00
Rob McKenna
7524cd99c1
8000525: Java.net.httpcookie api does not support 2-digit year format
...
Reviewed-by: chegar
2012-12-13 15:28:40 +00:00
Konstantin Shefov
077973261a
7132385: [macosx] IconifyTest of RepaintManager could use some delay
...
Reviewed-by: serb, alexsch
2012-12-13 15:14:22 +00:00
Mark Sheppard
c9063f559f
8003890: corelibs test scripts should pass TESTVMOPTS
...
Reviewed-by: chegar, alanb
2012-12-13 14:47:35 +00:00
Sean Mullan
25435d7aa4
Merge
2012-12-13 09:37:29 -05:00
Jason Uh
e3c39dffe5
7193792: sun/security/pkcs11/ec/TestECDSA.java failing intermittently
...
Reviewed-by: vinnie, wetmore
2012-12-13 09:35:35 -05:00
Chris Hegarty
453bef09b0
8004675: Inet6Address.getHostAddress should use string scope identifier where available
...
...and some minor stylistic cleanup
Reviewed-by: khazra, dsamersoff, michaelm
2012-12-13 14:33:32 +00:00
Chris Hegarty
2f8cd2937d
8004925: java/net/Socks/SocksV4Test.java failing on all platforms
...
Reviewed-by: alanb, dsamersoff
2012-12-13 09:55:55 +00:00
Erik Helin
0ed52d16e2
8004661: Comment and function name java_lang_String::toHash is wrong
...
Renamed to hash_code
Reviewed-by: dholmes, coleenp, brutisso
2012-12-13 10:09:49 +01:00
Volker Simonis
2b3c2f2603
8004674: Add necessary .inline.hpp files to fix non-PCH build
...
Reviewed-by: stefank, coleenp
2012-12-13 09:28:14 +01:00
Roman Kennke
9032aa3391
8004898: library_call.cpp build error after 7172640 with GCC 4.7.2
...
Fix opto/library_call.cpp compilation errors
Reviewed-by: twisti, coleenp
2012-12-12 21:40:04 -05:00
Lance Andersen
e57799bc0e
8004357: Implement various methods in SerialBlob/Clob/Array and specify Thread Safety
...
Reviewed-by: naoto
2012-12-12 20:57:45 -05:00
Weijun Wang
85db8f9602
8004235: Disable native JGSS provider on Mac
...
Reviewed-by: erikj, valeriep
2012-12-13 08:11:38 +08:00
Jim Gish
3e23931d0c
8004651: TEST: java/util/logging/CheckLockLocationTest.java failed to delete file (win)
...
Failure to delete test log file should be a warning instead of test failure
Reviewed-by: mduigou, smarks
2012-12-12 15:37:27 -08:00
Joe Wang
d1398dfca7
8001235: Improve JAXP HTTP handling
...
Reviewed-by: lancea, skoivu
2012-12-12 15:19:19 -08:00
Stefan Karlsson
47424a5d4d
8005002: Crash because of a raw oop in ClassLoaderData::add_dependency
...
Move the handelization of 'last' to a point before the GC might enter.
Reviewed-by: dholmes, sspitsyn, coleenp
2012-12-12 22:41:13 +01:00
Paul Nauman
0d7c6381b3
8004713: Stackoverflowerror thrown when thread stack straddles 0x80000000
...
Use unsigned comparison when checking for stack overflow
Reviewed-by: kvn, twisti
2012-12-13 17:27:55 -08:00
David Katleman
f522d676c3
Merge
2012-12-12 13:21:39 -08:00
David Katleman
4ddb77631b
Merge
2012-12-12 13:19:32 -08:00
John Cuthbertson
73843e1140
8001028: Improve GC option handling
...
If there are not enough native resources to create the ReferenceHandler or Finalizer Java threads, the VM will attempt to throw an OOME before the java.lang.Class class has been initialized. This can result in assertion failures and other crashes. Move the initialization of the java.lang.Class class to just before the initialization of the java.lang.ref.Finalizer class.
Reviewed-by: jwilhelm, dholmes, coleenp
2012-12-12 12:07:32 -08:00
Stuart Marks
38887c7167
8004748: clean up @build tags in RMI tests
...
Reviewed-by: alanb, darcy, mchung
2012-12-12 09:53:01 -08:00
Denis Fokin
3780f56b0f
8004341: Two JCK tests fails with 7u11 b06
...
Reviewed-by: serb, skoivu
2012-12-12 21:08:19 +04:00
Coleen Phillimore
54bbf614e8
8004883: NPG: clean up anonymous class fix
...
Add klass_holder() to return either mirror or class_loader depending on if the class is anonymous or not.
Reviewed-by: stefank, jrose
2012-12-12 11:39:29 -05:00
Rob McKenna
bf46e16bbc
8004337: java/sql tests aren't run in test/Makefile
...
Reviewed-by: lancea, alanb
2012-12-12 15:57:14 +00:00
Sean Mullan
6d9c854a3d
Merge
2012-12-12 09:27:35 -05:00
Sean Mullan
f7ad1c8c98
8004064: Downgrade normative references to ${java.home}/lib/security/java.security
...
Reviewed-by: alanb, vinnie, xuelei
2012-12-12 09:25:24 -05:00
Alan Bateman
64b0adf837
8004874: Reduce dependency on java.beans to only add/removePropertyChangeListener
...
Reviewed-by: ksrini, mchung, dholmes
2012-12-12 13:03:05 +00:00
Chris Hegarty
2f710eebba
8004921: Trivial javadoc warnings in Base64
...
Reviewed-by: darcy
2012-12-12 11:35:18 +00:00
Weijun Wang
c740727efc
8004904: Makefile for ntlm
...
Reviewed-by: erikj, chegar
2012-12-12 18:39:34 +08:00
Jayashree Viswanathan
2c1f08ea9e
8004316: Printer - tempfile having incorrect extension
...
Reviewed-by: bae, jgodinez
2012-12-12 13:28:35 +08:00
Mike Duigou
20d79bf440
8004905: Correct license of test to remove classpath exception
...
Reviewed-by: akhil
2012-12-11 20:49:44 -08:00
Akhil Arora
ee1832fd74
8003246: Add InitialValue Supplier to ThreadLocal
...
Reviewed-by: mduigou, forax, dl, chegar, briangoetz
2012-12-11 15:33:16 -08:00
Jiangli Zhou
511a9d8982
8004076: Move _max_locals and _size_of_parameters to ConstMethod for better sharing
...
Move _max_locals and _size_of_parameters to ConstMethod for better sharing.
Reviewed-by: coleenp, minqi, jrose
2012-12-11 12:41:31 -05:00
Petr Pchelko
c745a7e923
7154778: [macosx] NSView-based implementation of sun.awt.EmbeddedFrame
...
The new implementation of EmbeddedFrame to support SWT_AWT Bridge
Reviewed-by: anthony, serb, leonidr
2012-12-11 19:45:00 +04:00
Erik Joelsson
5695b639f8
8001753: build-infra: mismatch with full debug symbol control for hotspot
...
Changing boolean values of ENABLE_DEBUG_SYMBOLS.
Reviewed-by: dholmes, ohair
2012-12-11 12:27:34 +01:00
Erik Joelsson
7e37c10bf1
8001753: build-infra: mismatch with full debug symbol control for hotspot
...
Enabling hotspot to use the FDS settings established at configure time
Reviewed-by: dholmes, ohair
2012-12-11 11:33:34 +01:00
Erik Joelsson
f5fc8bc650
8003945: build-infra: problems finding compiler when using --with-dev-kit
...
Search all compiler names in dev-kit dir first.
Reviewed-by: tbell
2012-12-11 11:29:58 +01:00
Weijun Wang
2be2f20b65
8004488: wrong permissions checked in krb5
...
Reviewed-by: xuelei
2012-12-11 13:14:56 +08:00
Lana Steuck
e28423afe9
Merge
2012-12-10 20:59:38 -08:00