Re: RFR: 8309727: Assert privileges while reading the jdk.incubator.vector.VECTOR_ACCESS_OOB_CHECK system property [v2]

2023-06-09 Thread Chris Hegarty
On Fri, 9 Jun 2023 18:12:36 GMT, Paul Sandoz wrote: >> Chris Hegarty has updated the pull request incrementally with one additional >> commit since the last revision: >> >> add at bug and remove newline > > test/jdk/jdk/incubator/vector/VectorRuns.java line 74: > >> 72: return

Re: RFR: 8309727: Assert privileges while reading the jdk.incubator.vector.VECTOR_ACCESS_OOB_CHECK system property [v2]

2023-06-09 Thread Uwe Schindler
On Fri, 9 Jun 2023 13:18:07 GMT, Chris Hegarty wrote: >> A trivial use of the Vector API when run with the security manager and a >> domain that does not grant permissions fails with >> java.security.AccessControlException: access denied >> ("java.util.PropertyPermission" >>

Re: RFR: 8309727: Assert privileges while reading the jdk.incubator.vector.VECTOR_ACCESS_OOB_CHECK system property [v2]

2023-06-09 Thread Paul Sandoz
On Fri, 9 Jun 2023 13:18:07 GMT, Chris Hegarty wrote: >> A trivial use of the Vector API when run with the security manager and a >> domain that does not grant permissions fails with >> java.security.AccessControlException: access denied >> ("java.util.PropertyPermission" >>

Re: RFR: 8309727: Assert privileges while reading the jdk.incubator.vector.VECTOR_ACCESS_OOB_CHECK system property [v2]

2023-06-09 Thread Uwe Schindler
On Fri, 9 Jun 2023 13:18:07 GMT, Chris Hegarty wrote: >> A trivial use of the Vector API when run with the security manager and a >> domain that does not grant permissions fails with >> java.security.AccessControlException: access denied >> ("java.util.PropertyPermission" >>

Re: RFR: 8309727: Assert privileges while reading the jdk.incubator.vector.VECTOR_ACCESS_OOB_CHECK system property [v2]

2023-06-09 Thread Roger Riggs
On Fri, 9 Jun 2023 13:18:07 GMT, Chris Hegarty wrote: >> A trivial use of the Vector API when run with the security manager and a >> domain that does not grant permissions fails with >> java.security.AccessControlException: access denied >> ("java.util.PropertyPermission" >>

Re: RFR: 8309727: Assert privileges while reading the jdk.incubator.vector.VECTOR_ACCESS_OOB_CHECK system property [v2]

2023-06-09 Thread Chris Hegarty
> A trivial use of the Vector API when run with the security manager and a > domain that does not grant permissions fails with > java.security.AccessControlException: access denied > ("java.util.PropertyPermission" > "jdk.incubator.vector.VECTOR_ACCESS_OOB_CHECK" "read"). > > The fix it