Daniel Fuchs
|
d0c78cb9cf
|
6732192: CORE_PKGS.gmk: need to declare javax.management.event in the CORE_PKGS variable
Reviewed-by: emcmanus
|
2008-08-01 11:41:59 +02:00 |
|
Jiri Tusla
|
28ced6a8e3
|
6509039: Swedish localization has incorrect am/pm markers in FormatData_sv
Added respective section
Reviewed-by: peytoia, jenda
|
2008-08-01 01:46:31 -07:00 |
|
Doug Lea
|
1c84fa3582
|
6725789: ScheduledExecutorService does not work as expected in jdk7/6/5
Reviewed-by: martin, dholmes, chegar
|
2008-08-01 00:42:43 -07:00 |
|
Martin Buchholz
|
731e9ea8a9
|
6730380: java.util.Timer should use AtomicInteger
Reviewed-by: dl, chegar
|
2008-08-01 00:38:02 -07:00 |
|
Daniel D. Daugherty
|
d748c0e679
|
Merge
|
2008-07-31 22:40:47 -07:00 |
|
Daniel D. Daugherty
|
64a14d6a9b
|
Merge
|
2008-07-31 22:34:40 -07:00 |
|
Hiroshi Yamauchi
|
bea7a516fb
|
6731726: jmap -permstat reports only 50-60% of permgen memory usage
Reviewed-by: swamyv, martin
|
2008-07-31 18:50:37 -07:00 |
|
Vladimir Kozlov
|
5e94e3bf69
|
6732312: Switch off executing Escape Analysis by default
Switch off executing Escape Analysis by default for now
Reviewed-by: rasbold
|
2008-07-31 15:47:42 -07:00 |
|
Vladimir Kozlov
|
73379adb82
|
Merge
|
2008-07-31 13:42:21 -07:00 |
|
Daniel Fuchs
|
3e4831d05d
|
6616825: JMX query returns no value in 1.0 compatibility mode - deserialization bug in readObject()
Reviewed-by: emcmanus
|
2008-07-31 17:38:55 +02:00 |
|
Shanliang Jiang
|
cf105cf085
|
5108776: Add reliable event handling to the JMX API
6218920: API bug - impossible to delete last MBeanServerForwarder on a connector
Reviewed-by: emcmanus
|
2008-07-31 15:31:13 +02:00 |
|
Daniel Fuchs
|
22260fb95d
|
6689505: Improve MBeanServerNotification.toString
Reviewed-by: emcmanus
|
2008-07-31 14:20:11 +02:00 |
|
Daniel Fuchs
|
192678a793
|
6730926: Document that create/registerMBean can throw RuntimeMBeanException from postRegister
Reviewed-by: emcmanus
|
2008-07-31 12:41:35 +02:00 |
|
Kelly O'Hair
|
413cf8882e
|
6729772: 64-bit build with SS12 compiler: SIGSEGV (0xb) at pc=0x0000000000000048, pid=14826, tid=2
Reviewed-by: tbell
|
2008-07-30 19:40:57 -07:00 |
|
Daniel D. Daugherty
|
fe81f4fc03
|
Merge
|
2008-07-30 14:41:55 -07:00 |
|
Coleen Phillimore
|
d1eae8a7fe
|
Merge
|
2008-07-30 15:06:29 -04:00 |
|
Jon Masamitsu
|
74b3de5c3b
|
6730514: assertion failure in mangling code when expanding by 0 bytes
An expansion by 0 bytes was not anticipated when the assertion was composed.
Reviewed-by: jjh, jcoomes, apetrusenko
|
2008-07-30 11:54:00 -07:00 |
|
Igor Veresov
|
09fd47bcef
|
6652160: G1: assert(cur_used_bytes == _g1->recalculate_used(),"It should!") at g1CollectorPolicy.cpp:1425
In attempt_allocation_slow() wait for the concurrent cleanup to complete before modifying _summary_bytes_used.
Reviewed-by: jmasa, apetrusenko
|
2008-07-30 10:45:52 -07:00 |
|
Vladimir Kozlov
|
6ff4206fe4
|
Merge
|
2008-07-30 09:54:21 -07:00 |
|
Bradford Wetmore
|
d66b42f4b5
|
Merge
|
2008-07-29 16:57:09 -07:00 |
|
Chuck Rasbold
|
d35e1bbd88
|
6730192: expression stack wrong at deoptimization point
Add safepoint before popping expression stack, not after
Reviewed-by: kvn
|
2008-07-29 14:48:25 -07:00 |
|
Swamy Venkataramanappa
|
91e177bfd9
|
6710791: Remove files or build from source:maf-1_0.jar, jlfg-1_0.jar
Removed maf-1_0.jar and jlfg-1_0.jar files.
Reviewed-by: poonam, jjh
|
2008-07-29 13:54:27 -07:00 |
|
Daniel Fuchs
|
9b8118e3f7
|
6402254: Revisit ModelMBean DescriptorSupport implementation of equals and hashCode
Reviewed-by: emcmanus
|
2008-07-29 19:21:59 +02:00 |
|
Bradford Wetmore
|
e37f0f7e34
|
Merge
|
2008-07-29 10:18:25 -07:00 |
|
Chris Hegarty
|
8171c4e3d7
|
6730740: Fix for 6729881 has apparently broken several 64 bit tests: "Bad address"
Reviewed-by: alanb, jccollet
|
2008-07-29 09:53:35 -07:00 |
|
Vladimir Kozlov
|
50c4a23cac
|
6726999: nsk/stress/jck12a/jck12a010 assert(n != null,"Bad immediate dominator info.")
Escape Analysis fixes.
Reviewed-by: never, rasbold
|
2008-07-28 17:12:52 -07:00 |
|
Jon Masamitsu
|
b8633a3b01
|
Merge
|
2008-07-28 15:30:23 -07:00 |
|
Jim Holmlund
|
ee07f33cc5
|
6730587: TEST: com/sun/jdi/MonitorFrameInfoTest.java fails with -server -Xcomp
Fix test to prevent C2 escape analysis from deleting the required synchronized blocks
Reviewed-by: swamyv
|
2008-07-28 12:37:52 -07:00 |
|
Keith McGuigan
|
74faacc945
|
6721093: -XX:AppendRatio=N not supported
Add mechanism to ignore unsupported flags for a set period of time
Reviewed-by: acorn, never, coleenp
|
2008-07-28 14:07:44 -04:00 |
|
Chris Hegarty
|
da50d1d60b
|
6729881: Compiler warning in networking native code
Cleanup compiler warnings
Reviewed-by: alanb, jccollet, michaelm
|
2008-07-28 13:02:11 +01:00 |
|
Maurizio Cimadamore
|
c936a75ed0
|
6720185: DiagnosticFormatter refactoring
Brand new hierarchy of diagnostic formatters for achieving better reusability
Reviewed-by: jjg
|
2008-07-28 10:22:10 +01:00 |
|
Kelly O'Hair
|
034e883c86
|
6727683: Cleanup use of COMPILER_WARNINGS_FATAL in makefiles
Reviewed-by: tbell
|
2008-07-27 18:42:57 -07:00 |
|
Weijun Wang
|
4d46dbd62c
|
6709758: keytool default cert fingerprint algorithm should be SHA1, not MD5
Reviewed-by: mullan, xuelei
|
2008-07-27 19:16:15 +08:00 |
|
Xueming Shen
|
6a3f9fd998
|
6681798: (build) CharsetEncoder.java fails to compile in openjdk6 on ubutu 8.04
Replace awk-sed based spp.sh with a java regex based pre-processor
Reviewed-by: alanb
|
2008-07-26 20:42:35 -07:00 |
|
Vladimir Kozlov
|
2d1fcda0d7
|
6729552: jvm98 crashes with SS12 built jdk on Solaris X64 fastdebug version
SS12 C++ tripped over new templates usage in instanceKlass.cpp.
Reviewed-by: never
|
2008-07-25 16:03:40 -07:00 |
|
Tom Rodriguez
|
20de63f383
|
6700047: C2 failed in idom_no_update
Partial peeling shouldn't place clones into loop
Reviewed-by: kvn
|
2008-07-25 15:54:23 -07:00 |
|
Tom Rodriguez
|
7b4a7f7bdc
|
6712835: Server compiler fails with assertion (loop_count < K,"infinite loop in PhaseIterGVN::transform")
Reviewed-by: kvn
|
2008-07-25 11:32:56 -07:00 |
|
Erik Trimble
|
1de8ce55c1
|
Merge
|
2008-07-25 11:29:03 -07:00 |
|
Tom Rodriguez
|
97c80b8c84
|
6717457: Internal Error (src/share/vm/code/relocInfo.hpp:1089)
Reviewed-by: kvn
|
2008-07-25 09:07:29 -07:00 |
|
Xiomara Jayasena
|
7df6cdd788
|
Merge
|
2008-07-25 08:44:20 -07:00 |
|
Maurizio Cimadamore
|
fbde930522
|
6675483: Javac rejects multiple type-variable bound declarations starting with an enum type
Intersection types bounded by an enum are erroeously considered harmful by javac
Reviewed-by: jjg
|
2008-07-25 12:22:09 +01:00 |
|
Artem Ananiev
|
16436dc54d
|
6235443: REG:Overlapping a swing app with an AWT app causes flickering in the background swing app on Windows
AWT text area no longer uses LockWindowUpdate
Reviewed-by: uta, dcherepanov
|
2008-07-25 15:19:11 +04:00 |
|
Maurizio Cimadamore
|
5f46dc3001
|
6500701: Enhanced for loop with generics generates faulty bytecode
Lower is too strict when translating enhanced causing CCE to be thrown at runtime
Reviewed-by: jjg
|
2008-07-25 12:05:43 +01:00 |
|
Tomas Hurka
|
e4417bdabf
|
6672135: setInterval() for local MonitoredHost and local MonitoredVm does not work
Super.setInterval() invoked with correct value
Reviewed-by: swamyv
|
2008-07-25 12:40:22 +02:00 |
|
Lana Steuck
|
025ca5d66a
|
Merge
|
2008-07-24 21:12:50 -07:00 |
|
Kelly O'Hair
|
44b60b7c42
|
6725543: Compiler warnings in serviceability native code
Reviewed-by: alanb
|
2008-07-24 14:03:16 -07:00 |
|
Maurizio Cimadamore
|
3bc508df8a
|
6717241: some diagnostic argument is prematurely converted into a String object
Removed early toString() conversions applied to diagnostic arguments
Reviewed-by: jjg
|
2008-07-24 19:06:57 +01:00 |
|
Alan Bateman
|
949d3854a5
|
6726309: Compiler warnings in nio code
Reviewed-by: sherman, iris
|
2008-07-24 12:46:41 +01:00 |
|
Alan Bateman
|
2fa9f3bee9
|
6728728: (se) WindowsSelectorImpl.c doesn't compile with Visual Studio 2008
Reviewed-by: tbell, chegar
|
2008-07-24 12:40:30 +01:00 |
|
Maurizio Cimadamore
|
9879011723
|
6594284: NPE thrown when calling a method on an intersection type
Javac should report an error when the capture of an actual type parameter does not exist
Reviewed-by: jjg
|
2008-07-24 11:12:41 +01:00 |
|