Re: RFR: 8293550: Optionally add get-task-allow entitlement to macos binaries [v2]

2022-09-14 Thread Chris Plummer
On Wed, 14 Sep 2022 21:55:03 GMT, Erik Joelsson wrote: >> When signing Macos binaries, it's possible to add various entitlements. We >> already do this for things that Java and the JDK needs when actually signing >> the binaries. >> >> There is a special entitlement

Re: RFR: 8293550: Optionally add get-task-allow entitlement to macos binaries [v2]

2022-09-14 Thread Chris Plummer
On Wed, 14 Sep 2022 21:55:03 GMT, Erik Joelsson wrote: >> When signing Macos binaries, it's possible to add various entitlements. We >> already do this for things that Java and the JDK needs when actually signing >> the binaries. >> >> There is a special entitlement

Re: RFR: 8293550: Optionally add get-task-allow entitlement to macos binaries [v2]

2022-09-14 Thread Erik Joelsson
> When signing Macos binaries, it's possible to add various entitlements. We > already do this for things that Java and the JDK needs when actually signing > the binaries. > > There is a special entitlement "com.apple.security.get-task-allow" which is > needed to be able to debug an

Re: RFR: 8293550: Optionally add get-task-allow entitlement to macos binaries

2022-09-14 Thread Mikael Vidstedt
On Wed, 14 Sep 2022 20:25:03 GMT, Erik Joelsson wrote: > When signing Macos binaries, it's possible to add various entitlements. We > already do this for things that Java and the JDK needs when actually signing > the binaries. > > There is a special entitlement

RFR: 8293550: Optionally add get-task-allow entitlement to macos binaries

2022-09-14 Thread Erik Joelsson
When signing Macos binaries, it's possible to add various entitlements. We already do this for things that Java and the JDK needs when actually signing the binaries. There is a special entitlement "com.apple.security.get-task-allow" which is needed to be able to debug an application and to get

Re: RFR: 8244681: Add a warning for possibly lossy conversion in compound assignments [v17]

2022-09-14 Thread Adam Sotona
> Please review this patch adding new lint option, **lossy-conversions**, to > javac to warn about type casts in compound assignments with possible lossy > conversions. > > The new lint warning is shown if the type of the right-hand operand of a > compound assignment is not assignment

Re: RFR: 8244681: Add a warning for possibly lossy conversion in compound assignments [v16]

2022-09-14 Thread Adam Sotona
On Wed, 14 Sep 2022 11:10:15 GMT, Adam Sotona wrote: >> Please review this patch adding new lint option, **lossy-conversions**, to >> javac to warn about type casts in compound assignments with possible lossy >> conversions. >> >> The new lint warning is shown if the type of the right-hand

Re: RFR: 8244681: Add a warning for possibly lossy conversion in compound assignments [v16]

2022-09-14 Thread Adam Sotona
> Please review this patch adding new lint option, **lossy-conversions**, to > javac to warn about type casts in compound assignments with possible lossy > conversions. > > The new lint warning is shown if the type of the right-hand operand of a > compound assignment is not assignment

Re: RFR: 8290154: [JVMCI] partially implement JVMCI for RISC-V [v10]

2022-09-14 Thread Sacha Coppey
> This patch adds a partial JVMCI implementation for RISC-V, to allow using the > GraalVM Native Image RISC-V LLVM backend, which does not use JVMCI for code > emission. > It creates the jdk.vm.ci.riscv64 and jdk.vm.ci.hotspot.riscv64 packages, as > well as implements a part of