Package Details: jdk-mission-control-bin 8.3.0-1

Git Clone URL: https://aur.archlinux.org/jdk-mission-control-bin.git (read-only, click to copy)
Package Base: jdk-mission-control-bin
Description: OpenJDK Mission Control
Upstream URL: https://adoptopenjdk.net/jmc
Licenses: UPL
Submitter: jatcwang
Maintainer: jatcwang
Last Packager: jatcwang
Votes: 6
Popularity: 0.000372
First Submitted: 2020-05-08 11:21 (UTC)
Last Updated: 2023-03-30 17:51 (UTC)

Dependencies (1)

Required by (0)

Sources (2)

Latest Comments

Christian.H commented on 2023-03-29 11:26 (UTC) (edited on 2023-03-29 11:27 (UTC) by Christian.H)

I got this error with after a recent (Java?) update

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f628743ed16, pid=40791, tid=40792
#
# JRE version: OpenJDK Runtime Environment (17.0.6+10) (build 17.0.6+10)
# Java VM: OpenJDK 64-Bit Server VM (17.0.6+10, mixed mode, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# C  [libswt-gtk-4946r21.so+0x3ed16]  Java_org_eclipse_swt_internal_C_strlen+0xf

Updating to the latest version (8.3.0) fixes this problem.

a patch to fix this:

diff --git a/PKGBUILD b/PKGBUILD
index d8049ec..6160764 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
 # Maintainer: Jacob Wang <jatcwang@gmail.com>

 pkgname=jdk-mission-control-bin
-pkgver=8.2.0
-pkgrel=2
+pkgver=8.3.0
+pkgrel=1
 pkgdesc="OpenJDK Mission Control"
 arch=('x86_64')
 license=('UPL')
@@ -15,7 +15,7 @@ source=(
   "jdk-mission-control.desktop"
 )
 sha512sums=(
-  '0c760e6f5c715769667891c987749332d495d9c19ec668ab688817f6101c0f57b1819e93d76635b27322fe44a76e086fcb0164fec3dec5a6a0ef988a376a4dd8'
+  '3af1a31dd2e916c57c300ec8ed5a91105cdec7eadd1ecee7c39f256f4ebb4f5e5aaa79e3d14d4da5994875551ba8968412a004ec9831b1b1d8c0aaac3bc30809'
   'af6dbb956d9e522919d90029a1b147e79e9003e32042bbaba9535923682144b169e3fb7106a4b557c05f9b257efc0bdd221e33608bcdae9bbee5bf74f84ae5de'
 )

Cheva commented on 2022-04-15 07:37 (UTC)

After last update the icon has disappear (I am using Manjaro)

It is a problem with desktop file: Just Replace /opt/jdk-mission-control/JDK Mission Control/icon.xpm with /opt/jdk-mission-control/icon.xpm

jatcwang commented on 2021-10-31 10:34 (UTC)

Thanks Cheva that fix works and I've pushed a new ver.

Cheva commented on 2021-10-31 09:40 (UTC)

Manjaro fails to show the JMC icon properly.

In order to fix it I needed to remove quotes from Icon in desktop file. Not sure if this fix could also be valid for Arch and therefore could be included

Icon=/opt/jdk-mission-control/JDK Mission Control/icon.xpm

jatcwang commented on 2021-04-30 12:04 (UTC)

Fixed to point to github. Thanks

pdxleif commented on 2021-03-30 03:47 (UTC)

The download link in the PKGBUILD is 404. If I go to the project, their download link is off of github - substituting that and updating the checksum worked for me.

Earlopain commented on 2021-03-01 13:17 (UTC)

Looks like the checksum is failing again

jatcwang commented on 2020-12-09 21:21 (UTC)

updated checksum

ingvij commented on 2020-12-03 10:57 (UTC)

Ok, seems the latest build is from Oct 13, 2020, so I guess they've republished the same version.

ingvij commented on 2020-12-03 10:53 (UTC)

Seems like sha256 sum failed. Maybe the version is different and it's not pinned in the tar.gz file.