[security-dev 01401]: Re: Review request for 6903638: Remove dependency on AuthPermission from SecurityConstants

2009-11-23 Thread Sean Mullan

Mandy Chung wrote:

Fixed 6903638: Remove dependency on AuthPermission from SecurityConstants

Webrev at:
  http://cr.openjdk.java.net/~mchung/6903638/webrev.00/

Move the two static fields defined in the SecurityConstants to 
javax.security.auth.Subject class.  javax.security.auth classes are not 
needed during boot.


Just noticed one small thing -

SecurityConstants:

- remove the import :

  36 import javax.security.auth.AuthPermission;

--Sean


[security-dev 01402]: Re: Review request for 6903638: Remove dependency on AuthPermission from SecurityConstants

2009-11-23 Thread Mandy Chung

Sean Mullan wrote:

Mandy Chung wrote:
Fixed 6903638: Remove dependency on AuthPermission from 
SecurityConstants


Webrev at:
  http://cr.openjdk.java.net/~mchung/6903638/webrev.00/

Move the two static fields defined in the SecurityConstants to 
javax.security.auth.Subject class.  javax.security.auth classes are 
not needed during boot.


Just noticed one small thing -

SecurityConstants:

- remove the import :

  36 import javax.security.auth.AuthPermission;


Will remove it.

Thanks for the review.
Mandy



[security-dev 01403]: hg: jdk7/tl/jdk: 6903102: 3/3 fixes in nightly testing version of ShellScaffold.sh need to be committed

2009-11-23 Thread daniel . daugherty
Changeset: 92198fb7e908
Author:dcubed
Date:  2009-11-23 10:29 -0700
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/92198fb7e908

6903102: 3/3 fixes in nightly testing version of ShellScaffold.sh need to be 
committed
Summary: Merge Jim's ShellScaffold.sh fixes with Tim's ShellScaffold.sh fixes.
Reviewed-by: tbell

! test/com/sun/jdi/ShellScaffold.sh



[security-dev 01404]: hg: jdk7/tl/jdk: 2 new changesets

2009-11-23 Thread sean . mullan
Changeset: 5d2e63dad298
Author:mullan
Date:  2009-11-23 12:36 -0500
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/5d2e63dad298

6899503: Security code issue using Verisign root certificate
Summary: Add support for reordering out-of-order certificate chains
Reviewed-by: vinnie, xuelei

! src/share/classes/sun/security/validator/PKIXValidator.java

Changeset: 38960b705c30
Author:mullan
Date:  2009-11-23 13:57 -0500
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/38960b705c30

Merge




[security-dev 01405]: hg: jdk7/tl/jdk: 6888171: JMX Monitor API should not require JavaBeans to be present

2009-11-23 Thread alan . bateman
Changeset: 1ced99075109
Author:alanb
Date:  2009-11-23 19:26 +
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/1ced99075109

6888171: JMX Monitor API should not require JavaBeans to be present
Reviewed-by: emcmanus

! src/share/classes/com/sun/jmx/mbeanserver/Introspector.java
! src/share/classes/com/sun/jmx/mbeanserver/MBeanIntrospector.java



[security-dev 01406]: hg: jdk7/tl/jdk: 2 new changesets

2009-11-23 Thread kelly . ohair
Changeset: 03f841635453
Author:ohair
Date:  2009-11-23 09:51 -0800
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/03f841635453

6902666: Include closed tests in the test/Makefile jdk_* targets
6902667: Fix JT_HOME not working from env in jdk/test/Makefile
Reviewed-by: mullan, dcubed

! test/Makefile
! test/ProblemList.txt

Changeset: 8d555c08e267
Author:ohair
Date:  2009-11-23 13:00 -0800
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/8d555c08e267

Merge




[security-dev 01407]: hg: jdk7/tl/jdk: 3 new changesets

2009-11-23 Thread mandy . chung
Changeset: 2fec95bd2192
Author:mchung
Date:  2009-11-23 08:21 -0800
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/2fec95bd2192

6903638: Remove dependency on AuthPermission from SecurityConstants
Summary: Move two static fields from SecurityConstants to 
javax.security.auth.Subject
Reviewed-by: mullan

! src/share/classes/javax/security/auth/Subject.java
! src/share/classes/sun/security/util/SecurityConstants.java

Changeset: 542a1f9d08be
Author:mchung
Date:  2009-11-23 10:46 -0800
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/542a1f9d08be

Merge


Changeset: 826cc6f77c4a
Author:mchung
Date:  2009-11-23 14:59 -0800
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/826cc6f77c4a

Merge




[security-dev 01408]: hg: jdk7/tl: 4 new changesets

2009-11-23 Thread tim . bell
Changeset: 0619361ff7c5
Author:ohair
Date:  2009-11-04 11:19 -0800
URL:   http://hg.openjdk.java.net/jdk7/tl/rev/0619361ff7c5

Merge


Changeset: c8b63075403d
Author:ohair
Date:  2009-11-08 14:46 -0800
URL:   http://hg.openjdk.java.net/jdk7/tl/rev/c8b63075403d

Merge


Changeset: 1f17ca8353ba
Author:katleman
Date:  2009-11-12 15:35 -0800
URL:   http://hg.openjdk.java.net/jdk7/tl/rev/1f17ca8353ba

Added tag jdk7-b76 for changeset c8b63075403d

! .hgtags

Changeset: 08f13b9af1b2
Author:tbell
Date:  2009-11-23 19:55 -0800
URL:   http://hg.openjdk.java.net/jdk7/tl/rev/08f13b9af1b2

Merge




[security-dev 01410]: hg: jdk7/tl/hotspot: 20 new changesets

2009-11-23 Thread tim . bell
Changeset: 08780c8a9f04
Author:kamg
Date:  2009-10-20 16:34 -0400
URL:   http://hg.openjdk.java.net/jdk7/tl/hotspot/rev/08780c8a9f04

6893483: DTrace probe return values for a couple JNI methods are wrong
Summary: Fix the shadowing and incorrect macro usages
Reviewed-by: coleenp

! src/share/vm/prims/jni.cpp

Changeset: a3b9e96881fe
Author:xlu
Date:  2009-10-23 18:44 -0700
URL:   http://hg.openjdk.java.net/jdk7/tl/hotspot/rev/a3b9e96881fe

Merge


Changeset: d912f17c1ae4
Author:xlu
Date:  2009-10-28 10:37 -0700
URL:   http://hg.openjdk.java.net/jdk7/tl/hotspot/rev/d912f17c1ae4

Merge


Changeset: 0a46d0c5dccb
Author:never
Date:  2009-10-15 11:47 -0700
URL:   http://hg.openjdk.java.net/jdk7/tl/hotspot/rev/0a46d0c5dccb

6891750: deopt blob kills values in O5
Reviewed-by: kvn, twisti

! src/cpu/sparc/vm/sharedRuntime_sparc.cpp
+ test/compiler/6891750/Test6891750.java

Changeset: 71fdc5052e49
Author:cfang
Date:  2009-10-16 16:14 -0700
URL:   http://hg.openjdk.java.net/jdk7/tl/hotspot/rev/71fdc5052e49

Merge


Changeset: 987e948ebbc8
Author:jrose
Date:  2009-10-17 19:51 -0700
URL:   http://hg.openjdk.java.net/jdk7/tl/hotspot/rev/987e948ebbc8

6815692: method handle code needs some cleanup (post-6655638)
Summary: correctly raise exceptions, support safe bitwise raw conversions, 
fix bugs revealed by VerifyMethodHandles, remove dead code, improve debugging 
support
Reviewed-by: never, twisti

! src/cpu/x86/vm/methodHandles_x86.cpp
! src/cpu/x86/vm/templateInterpreter_x86_32.cpp
! src/share/vm/classfile/javaClasses.hpp
! src/share/vm/classfile/systemDictionary.cpp
! src/share/vm/oops/instanceKlass.cpp
! src/share/vm/oops/instanceKlass.hpp
! src/share/vm/oops/klass.cpp
! src/share/vm/oops/klass.hpp
! src/share/vm/oops/markOop.cpp
! src/share/vm/oops/methodOop.cpp
! src/share/vm/prims/methodHandles.cpp
! src/share/vm/prims/methodHandles.hpp

Changeset: 873ec3787992
Author:kvn
Date:  2009-10-21 09:15 -0700
URL:   http://hg.openjdk.java.net/jdk7/tl/hotspot/rev/873ec3787992

6892186: SA does not dump debug info for scalar replaced objects
Summary: Implement scalar replaced objects debug info dump in SA.
Reviewed-by: twisti

! agent/make/saenv.sh
! agent/make/saenv64.sh
! agent/src/share/classes/sun/jvm/hotspot/CommandProcessor.java
! agent/src/share/classes/sun/jvm/hotspot/code/CodeCache.java
! agent/src/share/classes/sun/jvm/hotspot/code/NMethod.java
! agent/src/share/classes/sun/jvm/hotspot/code/PCDesc.java
! agent/src/share/classes/sun/jvm/hotspot/code/ScopeDesc.java
! agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/HTMLGenerator.java
! agent/src/share/classes/sun/jvm/hotspot/utilities/soql/sa.js
! src/share/vm/opto/callnode.cpp
! src/share/vm/runtime/vmStructs.cpp

Changeset: f875b4f472f7
Author:twisti
Date:  2009-10-27 03:00 -0700
URL:   http://hg.openjdk.java.net/jdk7/tl/hotspot/rev/f875b4f472f7

6893554: SPECjvm2008 mpegaudio fails with SecurityException
Summary: The problem occurs with negative numbers, as the 32-bit input values 
are sign extended into the 64-bit registers.
Reviewed-by: kvn

! src/cpu/sparc/vm/sparc.ad

Changeset: 4926bf2d292f
Author:cfang
Date:  2009-10-29 08:49 -0700
URL:   http://hg.openjdk.java.net/jdk7/tl/hotspot/rev/4926bf2d292f

Merge


Changeset: fc06cd9b42c7
Author:tonyp
Date:  2009-10-23 14:34 -0400
URL:   http://hg.openjdk.java.net/jdk7/tl/hotspot/rev/fc06cd9b42c7

6886024: G1: assert(recent_avg_pause_time_ratio()  1.00,All GC?)
Summary: the assert is incorrect and can fire incorrectly due to floating point 
inaccuracy.
Reviewed-by: apetrusenko, ysr, jcoomes

! src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp

Changeset: 6270f80a7331
Author:tonyp
Date:  2009-09-30 14:50 -0400
URL:   http://hg.openjdk.java.net/jdk7/tl/hotspot/rev/6270f80a7331

6890137: G1: revamp reachable object dump
Summary: Revamp the reachable object dump debugging facility.
Reviewed-by: jmasa, apetrusenko

! src/share/vm/gc_implementation/g1/concurrentMark.cpp
! src/share/vm/gc_implementation/g1/concurrentMark.hpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/g1/g1_globals.hpp

Changeset: fa2f65ebeb08
Author:apetrusenko
Date:  2009-10-27 02:42 -0700
URL:   http://hg.openjdk.java.net/jdk7/tl/hotspot/rev/fa2f65ebeb08

6870843: G1: G1 GC memory leak
Summary: The fix addresses two memory leaks in G1 code: (1) 
_evac_failure_scan_stack - a resource object allocated on the C heap was not 
freed; (2) RSHashTable were linked into deleted list which was only cleared at 
full GC.
Reviewed-by: tonyp, iveresov

! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/g1/sparsePRT.cpp
! src/share/vm/gc_implementation/g1/sparsePRT.hpp

Changeset: 72a6752ac432
Author:ysr
Date:  2009-10-28 11:16 -0700
URL:   http://hg.openjdk.java.net/jdk7/tl/hotspot/rev/72a6752ac432

6818264: Heap 

[security-dev 01412]: hg: jdk7/tl/jaxws: 2 new changesets

2009-11-23 Thread tim . bell
Changeset: 701ccbf55ae5
Author:katleman
Date:  2009-11-12 15:35 -0800
URL:   http://hg.openjdk.java.net/jdk7/tl/jaxws/rev/701ccbf55ae5

Added tag jdk7-b76 for changeset 765d2077d1e6

! .hgtags

Changeset: 5b4968c11047
Author:tbell
Date:  2009-11-17 10:23 -0800
URL:   http://hg.openjdk.java.net/jdk7/tl/jaxws/rev/5b4968c11047

Merge




[security-dev 01414]: hg: jdk7/tl/langtools: 3 new changesets

2009-11-23 Thread tim . bell
Changeset: 4c8c6159159c
Author:katleman
Date:  2009-11-12 15:36 -0800
URL:   http://hg.openjdk.java.net/jdk7/tl/langtools/rev/4c8c6159159c

Added tag jdk7-b76 for changeset 8fb9b4be3cb1

! .hgtags

Changeset: 0398ae15b90a
Author:tbell
Date:  2009-11-17 10:35 -0800
URL:   http://hg.openjdk.java.net/jdk7/tl/langtools/rev/0398ae15b90a

Merge

- src/share/classes/com/sun/tools/classfile/ModuleExportTable_attribute.java
- src/share/classes/com/sun/tools/classfile/ModuleMemberTable_attribute.java
- src/share/classes/com/sun/tools/classfile/Module_attribute.java

Changeset: b1508b6affd8
Author:tbell
Date:  2009-11-23 19:58 -0800
URL:   http://hg.openjdk.java.net/jdk7/tl/langtools/rev/b1508b6affd8

Merge